Skip to content

Instantly share code, notes, and snippets.

@rajanpanchal
Created August 4, 2020 02:50
Show Gist options
  • Save rajanpanchal/21846bb297eb3d11034f20457966ddc5 to your computer and use it in GitHub Desktop.
Save rajanpanchal/21846bb297eb3d11034f20457966ddc5 to your computer and use it in GitHub Desktop.
Markdium-Sign Up
myDynamoDBTable:
Type: AWS::DynamoDB::Table
Properties:
BillingMode: PAY_PER_REQUEST
AttributeDefinitions:
-
AttributeName: "userid"
AttributeType: "S"
KeySchema:
-
AttributeName: "userid"
KeyType: "HASH"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment