Skip to content

Instantly share code, notes, and snippets.

@richardgrantserverless
Created April 20, 2022 16:29
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/0f2a5b8f2509091086bc4ae618a02684 to your computer and use it in GitHub Desktop.
Save richardgrantserverless/0f2a5b8f2509091086bc4ae618a02684 to your computer and use it in GitHub Desktop.
# products/serverless.yml
...
resources:
Resources:
Table:
Type: AWS::DynamoDB::Table
...
Outputs:
tableName:
Value: !Ref Table
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment