We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91edc50 commit 9acde3dCopy full SHA for 9acde3d
serverless.yml
@@ -12,7 +12,7 @@ provider:
12
custom:
13
#change to sls:stage instead of self:provider.stage for new synta
14
#otherwise errors with cannot resolve variable
15
- studentTableName: students-table-${sls:stage}
+ studentTableName: students-table-${self:provider.stage, 'dev'}
16
#certificationTableName: certifications-table-${self:provider.stage}
17
18
plugins:
0 commit comments