Skip to content

Commit

Permalink
amend: dynamodb
Browse files Browse the repository at this point in the history
  • Loading branch information
KodiVerse committed Jul 6, 2021
1 parent 74cc91c commit dadd95a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,10 @@ resources:
StreamSpecification:
StreamViewType: NEW_AND_OLD_IMAGES
{{/tableStreamEnabled}}

Tags:
service: ${self:service}
stage: ${self.provider.stage}
resource: Dynamo${table|TITLE|STRIP}Table
Outputs:
Dynamo${table|TITLE|STRIP}TableArn:
Value:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ resources:
PointInTimeRecoveryEnabled: true
StreamSpecification:
StreamViewType: NEW_AND_OLD_IMAGES
Tags:
service: ${self:service}
stage: ${self.provider.stage}
resource: DynamoTableTable
Outputs:
DynamoTableTableName:
Value:
Expand Down

0 comments on commit dadd95a

Please sign in to comment.