Skip to content
#

aws-lambda

Here are 5,574 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:
    # -------------

Saves up to 90% of AWS EC2 costs by automating the use of spot instances on existing AutoScaling groups. Installs in minutes using CloudFormation or Terraform. Convenient to deploy at scale using StackSets. Uses tagging to avoid launch configuration changes. Automated spot termination handling. Reliable fallback to on-demand instances.

  • Updated Jan 26, 2021
  • Go
serverless-next.js
abramvandergeest
abramvandergeest commented May 21, 2019

Current behavior:
All the SQL activities either don't support Insert or are specific to a usecase

Expected behavior:
to be able to insert to a sql database in an activity

What is the motivation / use case for changing the behavior?
many workflows/pipelines require logging to a database

Additional information you deem important (e.g. I need this tomorrow):

Improve this page

Add a description, image, and links to the aws-lambda 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 aws-lambda topic, visit your repo's landing page and select "manage topics."

Learn more