serverless/serverless

In serverless.yml, allow apiName and endpointType to be specified under apiGateway key

Open

#9,183 opened on 2021年3月25日

GitHub で見る
 (15 comments) (0 reactions) (0 assignees)JavaScript (46,915 stars) (5,734 forks)batch import
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).

コントリビューターガイド