Skip to content

Instantly share code, notes, and snippets.

@tommedema
Created September 4, 2019 19:34
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 tommedema/e6ec5e675490ab7254054893070c5a18 to your computer and use it in GitHub Desktop.
Save tommedema/e6ec5e675490ab7254054893070c5a18 to your computer and use it in GitHub Desktop.
...
resources:
Resources:
DynamoDBTableActions:
Type: AWS::DynamoDB::Table
DeletionPolicy: Retain
Properties:
StreamSpecification:
StreamViewType: NEW_IMAGE
...
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment