Skip to content

Releases: serverless-heaven/serverless-aws-alias

1.3.0

23 Jun 09:17
Compare
Choose a tag to compare
  • Support full stage configuration at multiple levels #57
  • Fix issue when trying to remove a stage completely #56

1.2.1

07 Jun 08:53
Compare
Choose a tag to compare
  • 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

30 May 10:55
Compare
Choose a tag to compare
  • 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

26 May 11:39
Compare
Choose a tag to compare
  • Use stage variable in APIG #40
  • Fix tail logging #42

1.0.0

24 May 10:40
Compare
Choose a tag to compare
  • Support serverless logs with aliases

0.5.1-alpha1

11 May 15:04
Compare
Choose a tag to compare
0.5.1-alpha1 Pre-release
Pre-release

Use separate Lambda roles per alias

0.5.0-alpha1

09 May 22:21
Compare
Choose a tag to compare
0.5.0-alpha1 Pre-release
Pre-release

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

03 May 12:44
Compare
Choose a tag to compare
0.4.0-alpha1 Pre-release
Pre-release

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

22 Mar 21:53
Compare
Choose a tag to compare
0.3.4-alpha1 Pre-release
Pre-release
  • IAM policies are now merged cirrectly
  • Show master alias information in Serverless info

0.3.3-alpha1

12 Mar 11:10
Compare
Choose a tag to compare
0.3.3-alpha1 Pre-release
Pre-release

Bug fixes:

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