Tim-B / grunt-aws-lambda

A grunt plugin to assist in developing functions for AWS Lambda.
MIT License
247 stars 100 forks source link

Aliases and Versions are not created during deploy #87

Open marjanSterjev opened 8 years ago

marjanSterjev commented 8 years ago

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?

Tim-B commented 8 years ago

Can you confirm which version you're using?

marjanSterjev commented 8 years ago

It seems I'm using an older version:

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

Which version contains all of the features documented?

Thanks!

Tim-B commented 8 years ago

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