Skip to content

Commit

Permalink
fix: #1289 temporary disable api gateway
Browse files Browse the repository at this point in the history
  • Loading branch information
Cuong Vu committed May 21, 2020
1 parent 9d33ef3 commit 47eb3fc
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 47eb3fc

Please sign in to comment.