0.1.0 • Published 4 years ago

serverless-apigv2-http-api-stage v0.1.0

Weekly downloads
2
License
ISC
Repository
github
Last release
4 years ago

serverless-http-api-stage

Add stage variables ApiGateway V2 for HTTP APIs. Note: This is meant to work together with serverless-plugin-canary-deployments

Installation

npm install serverless-plugin-canary-deployments --save-dev
npm install serverless-apigv2-http-api-stage --save-dev

Usage

custom:
  httpApi: # serverless-http-api-stage
    region: ${opt:region, self:provider.region}
    accountId: ${file(./env.yaml):${self:custom.stage}.ACCOUNT_ID}

plugins:
  - serverless-plugin-canary-deployments
  - serverless-apigv2-http-api-stage
0.1.0

4 years ago

0.0.5

4 years ago

0.0.4

4 years ago

0.0.3

4 years ago