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

[BUG] aws-node-mongodb-atlas idempotent issue #651

Open
ao7777 opened this issue Oct 15, 2021 · 0 comments
Open

[BUG] aws-node-mongodb-atlas idempotent issue #651

ao7777 opened this issue Oct 15, 2021 · 0 comments

Comments

@ao7777
Copy link

ao7777 commented Oct 15, 2021

AWS lambda requires that users should write idempotent functions.
However, some functions in aws-node-mongodb-atlas do not ensure idempotence. For example, performQuery() may insert more than one pet into the DynamoDB table when the function fails and is retried by the lambda platform.

I was wondering whether it is a bug or the function does not need to be idempotent.

Please let me know if I've missed something or if my understanding of the code is incorrect. Thanks!

@ao7777 ao7777 changed the title aws-node-mongodb-atlas idempotent issue [BUG] aws-node-mongodb-atlas idempotent issue Nov 2, 2021
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