Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: #1289 update and enable apigateway
Browse files Browse the repository at this point in the history
Cuong Vu committed May 22, 2020
1 parent 9e37844 commit 86e7828
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -29,9 +29,9 @@ provider:
runtime: nodejs10.x
stage: ${opt:stage, 'dev'}
region: eu-west-2
# apiGateway:
# restApiId: ${self:custom.env.GATEWAY_REST_API_ID}
# restApiRootResourceId: ${self:custom.env.GATEWAY_REST_API_ROOT_RESOURCE_ID}
apiGateway:
restApiId: ${self:custom.env.GATEWAY_REST_API_ID}
restApiRootResourceId: ${self:custom.env.GATEWAY_REST_API_ROOT_RESOURCE_ID}
deploymentBucket:
name: web-components-search-widget-${self:provider.stage}
blockPublicAccess: false

0 comments on commit 86e7828

Please sign in to comment.