We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7eaf832 commit 8313087Copy full SHA for 8313087
README.md
@@ -288,6 +288,7 @@ and _serverless.service.provider.deployedAliasTemplates[]_.
288
289
## Version history
290
291
+* 0.3.3-alpha1 Bugfixes. Allow manual resource overrides. Allow methods attached to APIG root resource.
292
* 0.3.2-alpha1 Allow initial project creation with activated alias plugin
293
* 0.3.1-alpha1 Support Serverless 1.6 again with upgrade to 1.7+
294
* 0.3.0-alpha1 Support lambda event subscriptions
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "serverless-aws-alias",
3
- "version": "0.3.2-alpha1",
+ "version": "0.3.3-alpha1",
4
"description": "Serverless plugin to support AWS function aliases",
5
"main": "index.js",
6
"repository": {
0 commit comments