We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80ddeb1 commit 528ae1eCopy full SHA for 528ae1e
README.md
@@ -288,6 +288,7 @@ and _serverless.service.provider.deployedAliasTemplates[]_.
288
289
## Version history
290
291
+* 0.3.0-alpha1 Support lambda event subscriptions
292
* 0.2.1-alpha1 Alias remove command removes unused resources
293
* 0.2.0-alpha1 Support custom resources
294
* 0.1.2-alpha1 Integration with "serverless info"
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "serverless-aws-alias",
3
- "version": "0.2.1-alpha1",
+ "version": "0.3.0-alpha1",
4
"description": "Serverless plugin to support AWS function aliases",
5
"main": "index.js",
6
"repository": {
0 commit comments