You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
ao7777
changed the title
aws-node-mongodb-atlas idempotent issue
[BUG] aws-node-mongodb-atlas idempotent issue
Nov 2, 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!
The text was updated successfully, but these errors were encountered: