-
Notifications
You must be signed in to change notification settings - Fork 3
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
DUPLO-20879 Fallback implemented #642
base: develop
Are you sure you want to change the base?
Conversation
PR Description updated to latest commit (31c7751)
|
PR Reviewer Guide 🔍
|
## 2024-08-26 | ||
|
||
### Fixed | ||
- Removed fallback mechanism for error handling in DynamoDB table operations, simplifying code and improving maintainability. | ||
### Enhanced | ||
- Reintroduced fallback mechanism for error handling in DynamoDB table operations, improving robustness and error logging. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
CHANGELOG.md update
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
User description
Reverts #641
PR Type
enhancement, bug fix
Description
Changes walkthrough 📝
resource_duplo_aws_dynamodb_table_v2.go
Add fallback mechanism and improve error handling in DynamoDB
operations
duplocloud/resource_duplo_aws_dynamodb_table_v2.go
deletion.
CHANGELOG.md
Update CHANGELOG to reflect current changes
CHANGELOG.md