Skip to content

Instantly share code, notes, and snippets.

@serverlessunicorn
Created September 30, 2019 21:14
Show Gist options
  • Save serverlessunicorn/e10b6aecc632f692d82f339457233890 to your computer and use it in GitHub Desktop.
Save serverlessunicorn/e10b6aecc632f692d82f339457233890 to your computer and use it in GitHub Desktop.
TWagnerMediumBlogSampleCFTemplatePart7
NATPunchDatabase:
Type: AWS::Serverless::SimpleTable
Properties:
TableName: !Sub 'NATPunchDatabase-${Stage}' # Keep consistent with DB envvar above
PrimaryKey:
Name: NATSourceIP
Type: String
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment