Skip to content
#

serverless-framework

Here are 1,503 public repositories matching this topic...

rdsedmundo
rdsedmundo commented Mar 25, 2021

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 (

serverless-next.js
myrjola
myrjola commented Apr 16, 2021

Describe the bug

The rewrites configuration also supports an object, but this does not currently work in the default Lambda. https://nextjs.org/docs/api-reference/next.config.js/rewrites

Rewrites are applied after checking the filesystem (pages and /public files) and before dynamic routes by default. This behavior can be changed by instead returning an object instead of an array from t

Jackychans
Jackychans commented Sep 29, 2020

Hi everyone,

I'm building Saas app model where each client should have their own API_KEY specified expiry dateTime as additional authorization method (AWS Cognito User Pool is used by default authorization).

I can see we have one field API_Key but have no idea how appsync works out on selecting specifically which API_KEY corresponding for each clients.

Another scenario using API_Key as

Improve this page

Add a description, image, and links to the serverless-framework topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the serverless-framework topic, visit your repo's landing page and select "manage topics."

Learn more