Skip to content

Commit

Permalink
feat: #1222 Update service, bucket name
Browse files Browse the repository at this point in the history
  • Loading branch information
trankhacvy committed May 26, 2020
1 parent 7278c11 commit 0e2a5a0
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
service: web-components.appointment-planner
service: web-components-appointment-planner
plugins:
- serverless-webpack
- serverless-offline
Expand Down Expand Up @@ -33,7 +33,7 @@ provider:
restApiId: ${self:custom.env.GATEWAY_REST_API_ID}
restApiRootResourceId: ${self:custom.env.GATEWAY_REST_API_ROOT_RESOURCE_ID}
deploymentBucket:
name: web-components.appointment-planner.${self:provider.stage}
name: web-components-appointment-planner.${self:provider.stage}
blockPublicAccess: false
environment:
NODE_ENV: ${self:custom.env.NODE_ENV}
Expand Down Expand Up @@ -87,4 +87,4 @@ functions:
headers:
api-version: false
Authorization: false
reapit-customer: false
reapit-customer: false

0 comments on commit 0e2a5a0

Please sign in to comment.