We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7dd9a8b commit 9568fa1Copy full SHA for 9568fa1
resource/dynamodb.yml
@@ -1,9 +1,9 @@
1
Resources:
2
NotificationTable:
3
- Type: 'AWS::DynamoDB::Table'
+ Type: AWS::DynamoDB::Table
4
DeletionPolicy: Delete
5
Properties:
6
- TableName: '${self:service}-${self:provider.stage}-notification-table'
+ TableName: ${self:service}-${self:provider.stage}-notification-table
7
BillingMode: PAY_PER_REQUEST
8
AttributeDefinitions:
9
- AttributeName: id
0 commit comments