serverless-step-functions icon indicating copy to clipboard operation
serverless-step-functions copied to clipboard

ApiGateway ApiKeys are not working

Open a-marcel opened this issue 7 years ago • 0 comments

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}

a-marcel avatar Jul 24 '18 12:07 a-marcel