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

AWS Chalice: Error on Redeploying @app.on_dynamodb_record Lambda #2075

Closed
jaeyoung0509 opened this issue Oct 10, 2023 · 0 comments
Closed

AWS Chalice: Error on Redeploying @app.on_dynamodb_record Lambda #2075

jaeyoung0509 opened this issue Oct 10, 2023 · 0 comments

Comments

@jaeyoung0509
Copy link

Related Issue

Description

  • I am encountering an error when trying to redeploy a Lambda using @app.on_dynamodb_record in AWS Chalice. The error message is:
An error occurred (ResourceConflictException) when calling the CreateEventSourceMapping operation: 
The event source arn ("XXX") and function ("XXX") provided mapping already exists. 
Please update or delete the existing mapping with UUID.
  • I have tried resolving this issue by updating, as suggested in the error message, but it does not seem to work. From what I can ascertain, there might be an underlying issue related to CloudFormation. Is there any other solution or workaround besides deleting?
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

1 participant