We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7175022 commit 5ad2e8eCopy full SHA for 5ad2e8e
terraform/main.tf
@@ -95,6 +95,7 @@ resource "aws_dynamodb_table" "api_key" {
95
hash_key = "value"
96
deletion_protection_enabled = true
97
stream_enabled = true
98
+ stream_view_type = "NEW_IMAGE"
99
100
attribute {
101
name = "value"
0 commit comments