Skip to content

Instantly share code, notes, and snippets.

@micahwalter
Created January 4, 2024 18:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save micahwalter/f1b7e9da822117de832ab7dc93fc3554 to your computer and use it in GitHub Desktop.
Save micahwalter/f1b7e9da822117de832ab7dc93fc3554 to your computer and use it in GitHub Desktop.
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