serverless/serverless
GitHub で見るIn serverless.yml, allow apiName and endpointType to be specified under apiGateway key
Open
#9,183 opened on 2021年3月25日
cat/aws-event-api-gatewaydeprecationenhancementgood first issuehelp wanted
説明
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).