serverless/serverless
Voir sur GitHubIn serverless.yml, allow apiName and endpointType to be specified under apiGateway key
Open
#9 183 ouverte le 25 mars 2021
cat/aws-event-api-gatewaydeprecationenhancementgood first issuehelp wanted
Description
There's a warning that states that, in Serverless Framework 3.0, apiKeys, usagePlan and resourcePolicy keys are only going to be available under provider.apiGateway, however, there are some extra fields related to the API that are still leftover in the provider key, e.g apiName and endpointType and 1) there's no warning for them 2) it's not possible for use them inside apiGateway (have no effect).