Releases: serverless-heaven/serverless-aws-alias
1.3.0
1.2.1
1.2.0
1.1.0
1.0.0
- Support
serverless logs
with aliases
0.5.1-alpha1
Use separate Lambda roles per alias
0.5.0-alpha1
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
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
- IAM policies are now merged cirrectly
- Show master alias information in Serverless info
0.3.3-alpha1
Bug fixes:
- APIG methods attached to the API root make the deployment fail
- Manual APIG resource overrides in Serverless.yml do not work