aws-lambda
Here are 5,347 public repositories matching this topic...
Serverless Python
-
Updated
Dec 2, 2020 - Python
Deploy infinitely scalable serverless apps, apis, and sites in seconds to AWS.
-
Updated
Nov 18, 2020 - Go
Python Serverless Microframework for AWS
-
Updated
Dec 2, 2020 - Python
List of open source tools for AWS security: defensive, offensive, auditing, DFIR, etc.
-
Updated
Oct 28, 2020 - Shell
Emulate AWS λ and API Gateway locally when developing your Serverless project
-
Updated
Nov 18, 2020 - JavaScript
Run serverless applications and REST APIs using your existing Node.js application framework, on top of AWS Lambda and Amazon API Gateway
-
Updated
Dec 2, 2020 - JavaScript
Standard Library API Development, Deployment, and Management Tools
-
Updated
Nov 20, 2020 - JavaScript
Deploy Node.js projects to AWS Lambda and API Gateway easily
-
Updated
Mar 16, 2020 - JavaScript
OAuth Proxy
-
Updated
Nov 28, 2020 - JavaScript
-
Updated
Nov 21, 2020 - JavaScript
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!
Is your feature request related to a problem? Please describe.
Currently, the BentoML API model server does not print the errors and stack trace when the exception was raised within the user's inference API function code. This makes it hard for users to debug issues in their code.
**D
Chromium Binary for AWS Lambda and Google Cloud Functions
-
Updated
Nov 21, 2020 - JavaScript
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 2, 2020 - JavaScript
-
Updated
Nov 29, 2020 - 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
Dec 1, 2020 - Go
-
Updated
Mar 1, 2020
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
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
λ A curated list of awesome AWS Lambda Layers.
-
Updated
Nov 12, 2020
The simplest, most powerful way to build serverless applications
-
Updated
Dec 2, 2020 - JavaScript
[Maintenance mode] Serverless Status Page System
-
Updated
Mar 25, 2020 - JavaScript
Pandas on AWS
-
Updated
Dec 2, 2020 - Python
Serverless email forwarding using AWS Lambda and SES
-
Updated
Oct 17, 2020 - 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."


Most of the tests that currently cover core functionalities depend heavily on (and sometimes test) internal implementation characteristics. While they should be testing whether 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 to i