Skip to content

Commit 2d6f9ce

Browse files
committed
Fix
1 parent 8fa8664 commit 2d6f9ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

serverless.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ provider:
77
deploymentBucket:
88
name: infra.opszero.com
99
environment:
10-
DYNAMODB_TABLE_NAME: ${self:service}}-${sls:stage}
10+
DYNAMODB_TABLE_NAME: ${self:service}-${sls:stage}
1111
httpApi:
1212
cors: true
1313
# iamRoleStatements:

0 commit comments

Comments
 (0)