Skip to content

Commit

Permalink
update serverless
Browse files Browse the repository at this point in the history
  • Loading branch information
noogen committed Mar 1, 2021
1 parent 5ead458 commit 0c401e2
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions serverless.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,11 @@ provider:
region: us-east-1
timeout: 29
memorySize: 512
apiKeys:
- ${opt:stage, 'dev'}-key
- ${opt:stage, 'dev'}-han
apiGateway:
shouldStartNameWithService: true
apiKeys:
- ${opt:stage, 'dev'}-key
- ${opt:stage, 'dev'}-han
iam:
role:
statements:
Expand Down

0 comments on commit 0c401e2

Please sign in to comment.