We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
Aliases and Versions are not created when executing the 'deploy' command. The Grunt task has the following configuration:
lambda_deploy: { default: { 'arn':'MyFunction', options: { aliases: 'beta', enableVersioning: true, timeout:300, memory: 128, RoleArn:'SOME_ROLE_ARNA' } } }
Am I missing something?
The text was updated successfully, but these errors were encountered:
Can you confirm which version you're using?
Sorry, something went wrong.
It seems I'm using an older version:
"grunt-aws-lambda": "^0.8.0",
Which version contains all of the features documented?
Thanks!
Alias and version support was added in 0.12.0. The latest version is 0.13.0.
No branches or pull requests
Hi,
Aliases and Versions are not created when executing the 'deploy' command. The Grunt task has the following configuration:
Am I missing something?
The text was updated successfully, but these errors were encountered: