grunt-aws-lambda
grunt-aws-lambda copied to clipboard
Aliases and Versions are not created during deploy
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?
Can you confirm which version you're using?
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.