serverless-operations / serverless-operations/serverless-step-functions
ApiGateway ApiKeys are not working
Open
@theburningmonk is already working on this.
Since Feb 12, 2019.
bug
- Dominant language
- JavaScript
- Stars
- 1k
- Forks
- 220
- PR merge metrics
- No merged PRs in 30d
Description
This is a Bug Report
Description
when i set the apiKeys property inside provider, the plugin will create the keys but they are not applied to the Gateway.
For bug reports:
- What went wrong?
ApiKey created, but not applied / working at the Gateway - What did you expect should have happened?
I need this ApiKey to access the Apigateway - What was the config you used?
provider:
name: aws
apiKeys:
- ${self:service}-${opt:stage, self:provider.stage}
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.