We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df65ed1 commit 49e78e6Copy full SHA for 49e78e6
README.md
@@ -310,6 +310,7 @@ and _serverless.service.provider.deployedAliasTemplates[]_.
310
311
## Version history
312
313
+* 0.5.1-alpha1 Use separate Lambda roles per alias
314
* 0.5.0-alpha1 Fixes a bug with deploying event sources introduced with 0.4.0
315
Use new event model introduced in SLS 1.12. Needs SLS 1.12 or greater from now on.
316
Add support for CW events.
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "serverless-aws-alias",
3
- "version": "0.5.0-alpha1",
+ "version": "0.5.1-alpha1",
4
"description": "Serverless plugin to support AWS function aliases",
5
"main": "index.js",
6
"repository": {
0 commit comments