grunt-aws-lambda icon indicating copy to clipboard operation
grunt-aws-lambda copied to clipboard

Aliases and Versions are not created during deploy

Open marjanSterjev opened this issue 9 years ago • 3 comments

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?

marjanSterjev avatar Sep 02 '16 06:09 marjanSterjev

Can you confirm which version you're using?

Tim-B avatar Sep 03 '16 17:09 Tim-B

It seems I'm using an older version:

"grunt-aws-lambda": "^0.8.0",

Which version contains all of the features documented?

Thanks!

marjanSterjev avatar Sep 03 '16 17:09 marjanSterjev

Alias and version support was added in 0.12.0. The latest version is 0.13.0.

Tim-B avatar Sep 04 '16 01:09 Tim-B