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

Possibility to update a lambda function #71

Closed
fahu opened this issue Sep 19, 2017 · 4 comments
Closed

Possibility to update a lambda function #71

fahu opened this issue Sep 19, 2017 · 4 comments
Assignees

Comments

@fahu
Copy link

fahu commented Sep 19, 2017

Hi there! First off all thanks for the awesome plugin.

I'm using your plugin to upload an Alexa Skill to S3 and update it's lambda function which is working pretty good. However everytime executing the plugin the triggers are created in the lambda functions (the 'old one' is not deleted). Which means if you execute the function 10x there are 10 triggers added to it.

I guess that your plugin should only be used to add a new lambda function and not to update an existing one, however I really would appreciate if it would get full support to update existing functions.

Best Regards
Fabian

@SeanRoy SeanRoy self-assigned this Sep 19, 2017
@SeanRoy
Copy link
Owner

SeanRoy commented Sep 19, 2017

I'm on it.

@SeanRoy
Copy link
Owner

SeanRoy commented Sep 24, 2017

This will be released shortly.

@SeanRoy
Copy link
Owner

SeanRoy commented Sep 24, 2017

This is fixed in 2.2.3. You'll have to do one of two things:

  • Delete your lambda function and re-deploy it
    or
  • Go into the aws web console and delete all of the alexa skills kit triggers, then redeploy.

After the redeploy, you'll only see one alexa skills kit from now on.

@fahu
Copy link
Author

fahu commented Sep 24, 2017

Awesome! Thank you very much for fixing it that fast.

@fahu fahu closed this as completed Sep 24, 2017
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