Skip to content

Commit 9568fa1

Browse files
committedApr 22, 2022
chore: remove single quote
1 parent 7dd9a8b commit 9568fa1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎resource/dynamodb.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
Resources:
22
NotificationTable:
3-
Type: 'AWS::DynamoDB::Table'
3+
Type: AWS::DynamoDB::Table
44
DeletionPolicy: Delete
55
Properties:
6-
TableName: '${self:service}-${self:provider.stage}-notification-table'
6+
TableName: ${self:service}-${self:provider.stage}-notification-table
77
BillingMode: PAY_PER_REQUEST
88
AttributeDefinitions:
99
- AttributeName: id

0 commit comments

Comments
 (0)