The Wayback Machine - https://web.archive.org/web/20210222075548/https://github.com/topics/serverless-framework
Skip to content
#

serverless-framework

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

alexshelkov
alexshelkov commented Feb 11, 2021

The AWS Cognito have an EnabledMfas option and it must not exist in config if MfaConfiguration is OFF. So I need to remove it from resource config by seting EnabledMfas = null (or undefined)

serverless.yml
frameworkVersion: ">= 2.16.0"

service: mailtumble-next-auth

useDotenv: true

resources:
  Resources:
    # -------------
serverless-next.js
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

apham-sy
apham-sy commented Nov 5, 2020

This is a (Bug Report / Feature Proposal)

This is more of a question, and not sure if this is intended.

Description

My api name has dashes in it, however because it's named "api-name-v1-this-is-the-function-name", the package updates the name for the cloudwatch alert to replace it as apiDashnameDashv1DashthisDashisDashtheDashfunctionDashname

Is there a way to disable this, or what is

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