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 b01c76a commit 50f405dCopy full SHA for 50f405d
aws-node-rest-api-with-dynamodb/serverless.yml
@@ -5,6 +5,8 @@ frameworkVersion: ">=1.1.0 <2.0.0"
5
provider:
6
name: aws
7
runtime: nodejs4.3
8
+ environment:
9
+ DYNAMODB_TABLE: ${self:service}-${opt:stage, self:provider.stage}
10
iamRoleStatements:
11
- Effect: Allow
12
Action:
0 commit comments