aws-lambda
Here are 5,591 public repositories matching this topic...
Serverless Python
-
Updated
Feb 9, 2021 - Python
Deploy infinitely scalable serverless apps, apis, and sites in seconds to AWS.
-
Updated
Nov 18, 2020 - Go
Python Serverless Microframework for AWS
-
Updated
Feb 12, 2021 - Python
The most used, flexible, fast and streaming parser for multipart form data. Supports uploading to serverless environments, AWS S3, Azure, GCP or the filesystem. Used in production.
-
Updated
Feb 17, 2021 - JavaScript
List of open source tools for AWS security: defensive, offensive, auditing, DFIR, etc.
-
Updated
Feb 12, 2021 - Shell
Platform for building serverless applications and APIs (Node.js, React, GraphQL)
-
Updated
Feb 17, 2021 - TypeScript
Emulate AWS λ and API Gateway locally when developing your Serverless project
-
Updated
Feb 15, 2021 - JavaScript
Run Node.js web applications and APIs using existing application frameworks on AWS #serverless technologies such as Lambda, API Gateway, Lambda@Edge, and ALB.
-
Updated
Feb 18, 2021 - JavaScript
Autocode API Development, Deployment, and Management Tools
-
Updated
Feb 12, 2021 - JavaScript
Deploy Node.js projects to AWS Lambda and API Gateway easily
-
Updated
Feb 17, 2021 - JavaScript
OAuth Proxy
-
Updated
Jan 27, 2021 - JavaScript
-
Updated
Feb 12, 2021 - JavaScript
Model Serving Made Easy
-
Updated
Feb 18, 2021 - Python
If we override PHP_INI_SCAN_DIR then the "special php.ini" files will not be used.
Ie: https://github.com/brefphp/bref/blob/0.5.9/runtime/layers/fpm/php.ini
AWS Lambda Power Tuning is an open-source tool that can help you visualize and fine-tune the memory/power configuration of Lambda functions. It runs in your own AWS account - powered by AWS Step Functions - and it supports three optimization strategies: cost, speed, and balanced.
-
Updated
Dec 3, 2020 - JavaScript
Hi,
I wanted to enable binary support on API gateway, but could not find the way to do it via component's inputs.
Is this something that you would consider adding in the future?
If so, I can try to add this feature. It doesn't look too complicated.
Thanks!
Chromium Binary for AWS Lambda and Google Cloud Functions
-
Updated
Feb 7, 2021 - JavaScript
-
Updated
Feb 11, 2021 - JavaScript
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
-
Updated
Mar 1, 2020
Is your feature request related to a problem? Please describe.
Currently both lambdas can only have the same arn role (if set). However it would be better to follow the same approach that there is for the name field
roleArn:
defaultLambda: arn
apiLambda: arn
The reason I say this is because I wouldn't want to give the defaultLambda access to the database.
SQL Insert Statement
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):
fx access HTTP endpoint of docker engine to do image build and container run, but currently fx make docker endpoint to support HTTP with "socat" with docker run https://github.com/metrue/fx/blob/master/provisioner/darwin/darwin.go#L18, it'd would be great to migrate it to Go.
Serverless 架构应用开发指南 - Serverless Architecture Application Development Guide with Serverless Framework.
-
Updated
Jul 17, 2020 - HTML
The simplest, most powerful way to build serverless applications
-
Updated
Feb 15, 2021 - JavaScript
Pandas on AWS - Easy integration with Athena, Glue, Redshift, Timestream, QuickSight, Chime, CloudWatchLogs, DynamoDB, EMR, SecretManager, PostgreSQL, MySQL, SQLServer and S3 (Parquet, CSV, JSON and EXCEL).
-
Updated
Feb 15, 2021 - Python
λ A curated list of awesome AWS Lambda Layers.
-
Updated
Feb 17, 2021
A sample authentication service implemented with a server-less architecture, using AWS Lambda to host and execute the code and Amazon DynamoDB as persistent storage. This provides a cost-efficient solution that is scalable and highly available and can be used with Amazon Cognito for Developer Authenticated Identities.
-
Updated
Nov 10, 2019 - JavaScript
Improve this page
Add a description, image, and links to the aws-lambda topic page so that developers can more easily learn about it.
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."


The AWS Cognito have an
EnabledMfasoption and it must not exist in config ifMfaConfigurationis OFF. So I need to remove it from resource config by setingEnabledMfas = null (or undefined)serverless.yml