add staging env attributes
This commit is contained in:
parent
7aa0fbd928
commit
314a3f41a8
1 changed files with 9 additions and 6 deletions
|
|
@ -7,17 +7,19 @@ plugins:
|
|||
custom: ${file(./serverless-custom.yml)}
|
||||
|
||||
package:
|
||||
exclude:
|
||||
- integration/**
|
||||
- builder/**
|
||||
- docs/**
|
||||
exclude:
|
||||
- integration/**
|
||||
- builder/**
|
||||
- docs/**
|
||||
- node_modules/**
|
||||
|
||||
provider:
|
||||
name: aws
|
||||
runtime: python3.6
|
||||
stage: ${opt:stage, self:custom.defaultStage}
|
||||
deploymentBucket:
|
||||
name: ${self:custom.deploymentBucket}
|
||||
stackTags: ${self:custom.stackTags}
|
||||
stackTags: ${self:custom.${self:provider.stage}.stackTags}
|
||||
iamRoleStatements:
|
||||
- Effect: Allow
|
||||
Action:
|
||||
|
|
|
|||
Loading…
Reference in a new issue