Created
January 4, 2024 18:18
-
-
Save micahwalter/f1b7e9da822117de832ab7dc93fc3554 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
MyDB: | |
Type: AWS::DynamoDB::Table | |
Properties: | |
AttributeDefinitions: | |
- AttributeName: id | |
AttributeType: S | |
BillingMode: PAY_PER_REQUEST | |
KeySchema: | |
- AttributeName: id | |
KeyType: HASH | |
StreamSpecification: | |
StreamViewType: NEW_AND_OLD_IMAGES |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment