You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added Lambda Layer to replace the old packager for common code reusability
Multi account setup. You'll need 3 AWS accounts to set your CI/CD process up (dev, stg and prod). This had partially been implemented in v2.0 but the README had not been changed to match. You can use this template to run an API in a development environment only (using 1 AWS account, dev), or you can set a CI process on top of it (using 2 AWS accounts, dev and stg), or setup a full CI/CD process (using 3 AWS accounts, dev, stg and prod)