serverless/serverless

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

Open

#9 183 ouverte le 25 mars 2021

Voir sur GitHub
 (15 commentaires) (0 réactions) (0 assignés)JavaScript (46 915 stars) (5 734 forks)batch import
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).

Guide contributeur