Skip to content

Commit

Permalink
Update serverless.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pennyZZZZ committed Sep 12, 2023
1 parent f75d0b0 commit 730efca
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions serverless.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ provider:
runtime: nodejs18.x
stage: "${env:STAGE}"
region: ap-southeast-2
stackTags:
Name: "${env:APPLICATION}-${env:SLICE}"
Application: "${env:APPLICATION}"
LineOfBusiness: "${env:LINE_OF_BUSINESS}"
Stage: "${env:STAGE}"
Slice: "${env:SLICE}"
Zone: "${env:ZONE}"
iamRoleStatements:
- Effect: "Allow"
Action:
Expand Down

0 comments on commit 730efca

Please sign in to comment.