Created
September 30, 2019 21:14
-
-
Save serverlessunicorn/e10b6aecc632f692d82f339457233890 to your computer and use it in GitHub Desktop.
TWagnerMediumBlogSampleCFTemplatePart7
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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