Serverless Aws Alias Versions Save

Alias support for Serverless 1.x

1.3.0

6 years ago
  • Support full stage configuration at multiple levels #57
  • Fix issue when trying to remove a stage completely #56

1.2.1

6 years ago
  • Fix issue when using a Cognito User Pools authorizer #51
  • IAM roles of removed aliases are not deleted #50
  • Added note to README to state that per-alias resources do not work until fixed/added in Serverless

1.2.0

7 years ago
  • Fix issue when stage is specified as Serverless variable #45
  • Add support for SNS Lambda subscriptions #43
  • Add support for custom authorizers #22

1.1.0

7 years ago
  • Use stage variable in APIG #40
  • Fix tail logging #42

1.0.0

7 years ago
  • Support serverless logs with aliases

0.5.1-alpha1

7 years ago

Use separate Lambda roles per alias

0.5.0-alpha1

7 years ago

ATTENTION: When upgrading a project that contains an API to a version later than 0.3.4 you have to delete the APIG stage once through the AWS APIG console, before deploying. This is caused by the new ApiGateway::Stage CF resource that is now created by the alias plugin. The change increases stability and makes the APIG stage configurable (e.g. cache settings) on the APIG stage level. Additionally the stage is now protected by CF, which is not the case with SLS standard deployments.

  • Fixes a bug with deploying event sources introduced with 0.4.0
  • Use new event model introduced in SLS 1.12. Needs SLS 1.12 or greater from now on.
  • Add support for CW events.
  • Set SERVERLESS_ALIAS environment variable on deployed functions.
  • Added Interoperability section in README

0.4.0-alpha1

7 years ago

BREAKING This release introduces more stable APIG handling and creation of a separate APIG::Stage resource. The layout of the alias stacks had to be changed. It might be needed to remove the alias stacks and redeploy the aliases again when upgrading to this version.

Other fixes: #21 Support of custom IAM role definitions/references

0.3.4-alpha1

7 years ago
  • IAM policies are now merged cirrectly
  • Show master alias information in Serverless info

0.3.3-alpha1

7 years ago

Bug fixes:

  • APIG methods attached to the API root make the deployment fail
  • Manual APIG resource overrides in Serverless.yml do not work