aws-lambda
Here are 7,060 public repositories matching this topic...
Serverless Python
-
Updated
Feb 23, 2022 - Python
Python Serverless Microframework for AWS
-
Updated
Apr 2, 2022 - Python
Deploy infinitely scalable serverless apps, apis, and sites in seconds to AWS.
-
Updated
Sep 27, 2021 - Go
List of open source tools for AWS security: defensive, offensive, auditing, DFIR, etc.
-
Updated
Mar 22, 2022 - Shell
Open-source serverless enterprise CMS. Includes a headless CMS, page builder, form builder, and file manager. Easy to customize and expand. Deploys to AWS.
-
Updated
Apr 6, 2022 - TypeScript
Emulate AWS λ and API Gateway locally when developing your Serverless project
-
Updated
Apr 2, 2022 - 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
Apr 1, 2022 - JavaScript
Autocode CLI and standard library tooling
-
Updated
Jan 19, 2022 - JavaScript
Deploy Node.js projects to AWS Lambda and API Gateway easily
-
Updated
Mar 17, 2022 - JavaScript
OAuth Proxy
-
Updated
Mar 9, 2022 - JavaScript
Issue Summary
Building with serverless results in an error:
Build error occurred
TypeError: Class extends value undefined is not a
The Unified Model Serving Framework
-
Updated
Apr 6, 2022 - Python
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
Mar 29, 2022 - JavaScript
-
Updated
Dec 24, 2021
-
Updated
Apr 6, 2022 - JavaScript
Pandas on AWS - Easy integration with Athena, Glue, Redshift, Timestream, Neptune, OpenSearch, QuickSight, Chime, CloudWatchLogs, DynamoDB, EMR, SecretManager, PostgreSQL, MySQL, SQLServer and S3 (Parquet, CSV, JSON and EXCEL).
-
Updated
Apr 6, 2022 - Python
-
Updated
Mar 15, 2022 - JavaScript
Chromium Binary for AWS Lambda and Google Cloud Functions
-
Updated
Apr 5, 2022 - TypeScript
Before opening, please confirm:
- I have installed the latest version of the Amplify CLI (see above), and confirmed that the issue still persists.
- I have searched for duplicate or closed issues.
- I have read the guide for [submitting bug reports](https://github.com/aws-amplify/amplify-cli/blob/master/CONTR
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
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!
The simplest, most powerful way to build serverless applications
-
Updated
Mar 31, 2022 - 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
Feb 17, 2022 - Go
With the Process.concurrency_available facility, a process can hint at how much concurrency Pants should attempt to allocate for it. This would allow for safe automatic usage of pytest-xdist (behind a flag, and probably optionally disabled via a per-test `
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):
λ A curated list of awesome AWS Lambda Layers. Sponsored by https://cloudash.dev
-
Updated
Sep 24, 2021
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."


Most of the tests that currently cover core functionalities depend heavily on (and sometimes test) internal implementation characteristics. While they should be testing whether the given implementation produces desired outcome (treating its implementation more as a black box).
_Current state of things is problematic for eventual internal improvements and refactors which occasionally we want t