Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F3378558
D9877.id34768.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
767 B
Referenced Files
None
Subscribers
None
D9877.id34768.diff
View Options
diff --git a/services/terraform/modules/shared/dynamodb.tf b/services/terraform/modules/shared/dynamodb.tf
--- a/services/terraform/modules/shared/dynamodb.tf
+++ b/services/terraform/modules/shared/dynamodb.tf
@@ -83,7 +83,7 @@
name = "tunnelbroker-undelivered-messages"
hash_key = "deviceID"
range_key = "messageID"
- billing_mode = "PAY_PER_REQUEST"
+ billing_mode = "PAY_PER_REQUEST"
attribute {
name = "deviceID"
@@ -99,7 +99,9 @@
resource "aws_dynamodb_table" "identity-users" {
name = "identity-users"
hash_key = "userID"
- billing_mode = "PAY_PER_REQUEST"
+ billing_mode = "PAY_PER_REQUEST"
+ stream_enabled = true
+ stream_view_type = "NEW_AND_OLD_IMAGES"
attribute {
name = "userID"
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Nov 28, 11:32 AM (20 h, 38 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2593868
Default Alt Text
D9877.id34768.diff (767 B)
Attached To
Mode
D9877: [terraform] [2/n] enable streams for DynamoDB identity-users table
Attached
Detach File
Event Timeline
Log In to Comment