Skip to content

Instantly share code, notes, and snippets.

@richardgrantserverless
Created March 29, 2022 18:40
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 richardgrantserverless/7dc7a61be9d530cc660d0a6d0317fff2 to your computer and use it in GitHub Desktop.
Save richardgrantserverless/7dc7a61be9d530cc660d0a6d0317fff2 to your computer and use it in GitHub Desktop.
resources:
Resources:
UsersTable:
Type: AWS::DynamoDB::Table
Properties:
TableName: users
AttributeDefinitions:
-
AttributeName: username
AttributeType: S
KeySchema:
-
AttributeName: username
KeyType: HASH
BillingMode: PAY_PER_REQUEST
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment