serverless-associate-waf
serverless-associate-waf copied to clipboard
Use API Gateway stage if provided
For REST API, there is an option to provide a custom stage name.
Currently, this plugin assumes that the API Gateway stage is the same as the deployment stage, i.e. serverless deploy --stage dev
.
References: this.provider.getApiGatewayStage()