-
Notifications
You must be signed in to change notification settings - Fork 826
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
DynamoDB deletion protection on production environment #13551
Comments
Hey @ggorge-etiqa, thank you for reaching out. Could you clarify if the DynamoDB table was created on the storage category or the API category? for example on a DynamoDB table created on storage category, we should be able to use overrides to enable deletion protection. example:
|
Hi @ykethan I think it's in the API category. The DynamoDB tables I want to protect from deletion are created by AppSync. |
@ggorge-etiqa thank you for the clarification. Please refer to this override example : #13465 (comment)
|
thanks @ykethan
|
|
@ggorge-etiqa noticed the issue was re-opened. Is there anything else i can assist on this? |
|
Amplify CLI Version
12.6.0
Question
As deletion protection feature is available for DynamoDB.
announcement: https://aws.amazon.com/jp/about-aws/whats-new/2023/03/amazon-dynamodb-table-deletion-protection/
I'm wondering if it's possible to set this flag only to tables in the production environment.
Is it something we can do with
override.ts
?The text was updated successfully, but these errors were encountered: