Skip to content

Commit 9acde3d

Browse files
committed
Last time for the night
1 parent 91edc50 commit 9acde3d

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
@@ -12,7 +12,7 @@ provider:
1212
custom:
1313
#change to sls:stage instead of self:provider.stage for new synta
1414
#otherwise errors with cannot resolve variable
15-
studentTableName: students-table-${sls:stage}
15+
studentTableName: students-table-${self:provider.stage, 'dev'}
1616
#certificationTableName: certifications-table-${self:provider.stage}
1717

1818
plugins:

0 commit comments

Comments
 (0)