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
In V2, we should split powertools-idempotency into sub-modules, so that we have powertools-idempotency containing the interface to the module, and powertools-idempotency-dynamodb providing a DynamoDB-backed concrete implementation.
Why is this needed?
Allow us to provide pluggable extensions of the module (e.g., introducing an SQL backend) without increasing the user's deployment size
Summary
In V2, we should split
powertools-idempotencyinto sub-modules, so that we havepowertools-idempotencycontaining the interface to the module, andpowertools-idempotency-dynamodbproviding a DynamoDB-backed concrete implementation.Why is this needed?
Which area does this relate to?
Idempotency
Solution
No response
Acknowledgment