-
Notifications
You must be signed in to change notification settings - Fork 367
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
AWS Lambda Deployment gives "An update is in progress for resource" error #1246
Comments
Any updates? Seems like this should be a high priority issue since it breaks lambda deployments that were previously working. |
@scottgeye We're looking into moving our deployments away from dpl as this has been a big issue for production deployments and we're not sure the dpl team is able to look into this issue. The suggestion from Travis support was to use CloudFormation templates which requires significant rework to all of our CI. We're considering moving to one of the following for Lambda deployments: |
Moving to cloud formation is pretty aggressive for us. I was able to put together a simple deploy script that worked with node using node-lambda from npm (https://github.com/motdotla/node-lambda) Example travis file:
|
Is there any update on this? my deployments are also failing with the same error. |
This has been highlighted here: https://travis-ci.community/t/dpl-lambda-fails-to-deploy-an-update-is-in-progress-for-resource/12424 but not seeing any issues open on GitHub.
There is a workaround to use CloudFormation, but this isn't feasible as we would need to reconfigure over 20 Lambdas to use CloudFormation,
I wanted to open the issue here because this is where I came to look for it and found no open issue.
The text was updated successfully, but these errors were encountered: