serverless-apigw-binary
serverless-apigw-binary copied to clipboard
Mirror back current api key source setting
This mirrors back the API Key Source setting and fixes #53
Since this is executed in a post deploy hook, I decided to get the information about the API Key Source from getRestApi as most reliable source. In a shared API Gateway configuration this setting may not be present in the CloudFormation stack/resource or serverless.yml
Btw. I know merge is defined as mode, but it's still done wrong by AWS... Maybe merge is only about the paths..