Skip to content
New issue

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

Aliases and Versions are not created during deploy #87

Open
marjanSterjev opened this issue Sep 2, 2016 · 3 comments
Open

Aliases and Versions are not created during deploy #87

marjanSterjev opened this issue Sep 2, 2016 · 3 comments

Comments

@marjanSterjev
Copy link

marjanSterjev commented Sep 2, 2016

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
Copy link
Owner

Tim-B commented Sep 3, 2016

Can you confirm which version you're using?

@marjanSterjev
Copy link
Author

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
Copy link
Owner

Tim-B commented Sep 4, 2016

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants