Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 0b71a5f

Browse files
authored
Merge pull request #72 from unixorn/2019-04-updates
2019年04月07日 Updates
2 parents 3806739 + 3dd88e1 commit 0b71a5f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

‎Readme.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
- [Dawson-cli](#dawson-cli)
2020
- [Funky](#funky)
2121
- [Hexaville](#hexaville)
22+
- [Jets](#jets)
2223
- [Middy](#middy)
2324
- [Power-jambda](#power-jambda)
2425
- [Python-lambda](#python-lambda)
@@ -277,13 +278,13 @@ This section is for both single functions and applications composed of multiple
277278
* [alphorn](https://github.com/grudelsud/alphorn) - Alphorn is a simple Python package to handle Lambda invocations routed by the AWS API Gateway with a `{proxy+}` configuration.
278279
* [amazon-rust](https://github.com/VICEMedia/amazon-rust) - A thin [Rust](https://www.rust-lang.org/) layer on top of the official [Amazon Linux](https://hub.docker.com/_/amazonlinux/) docker image. Suitable for both local development and continuous deployment/integration workflows. Perfect for pre-building building binaries that target various [AWS](https://aws.amazon.com) services.
279280
* [api-gateway-sim](https://github.com/elitechance/api-gateway-sim) - API Gateway simulator for Node JS Lambda that allows you to test your Lambda function locally.
281+
* [authorizer-basic-auth](https://github.com/dougalb/lambda-authorizer-basic-auth) - Serverless Application that creates Lambda function to use as an authorizer in Amazon API Gateway for HTTP Basic Auth and a DynamoDB table for users.
280282
* [aws-lambda-container-image-converter](https://github.com/awslabs/aws-lambda-container-image-converter) - repackages container images (such as Docker images) into AWS Lambda layers, and publishes them as new layer versions.
281283
* [aws-lambda-dotnet](https://github.com/aws/aws-lambda-dotnet) - Libraries, samples and tools to help .NET Core developers develop AWS Lambda functions.
282284
* [aws-lambda-local](https://github.com/Max-Kolodezniy/aws-lambda-local) - Run javascript AWS Lambda functions locally.
283285
* [aws-lambda-runner](https://github.com/kevinsimard/aws-lambda-runner) - An AWS Lambda Java simulator that allows running and debugging Lambda functions authored in Java locally.
284286
* [aws-limit-monitor](https://github.com/awslabs/aws-limit-monitor) - Customizable Lambda functions to proactively notify you when you are about to hit an AWS service limit. Requires Enterprise or Business level support to access Support API.
285287
* [aws-sam-cli](https://github.com/awslabs/aws-sam-cli) - `sam` is the AWS CLI tool for managing Serverless applications written with [AWS Serverless Application Model (SAM)](https://github.com/awslabs/serverless-application-model). SAM Local can be used to test functions locally, start a local API Gateway from a SAM template, validate a SAM template, generate sample payloads for various event sources, and generate a SAM project in your favorite Lambda Runtime.
286-
* [authorizer-basic-auth](https://github.com/dougalb/lambda-authorizer-basic-auth) - Serverless Application that creates Lambda function to use as an authorizer in Amazon API Gateway for HTTP Basic Auth and a DynamoDB table for users.
287288
* [claudia](https://github.com/claudiajs/claudia) - Claudia makes it easy to deploy Node.js projects to AWS Lambda and API Gateway. It automates all the error-prone deployment and configuration tasks, and sets everything up the way JavaScript developers expect out of the box. This means that you can get started with Lambda and API Gateway easily, and focus on solving important business problems instead of dealing with AWS deployment workflows.
288289
* [cljs-lambda](https://github.com/nervous-systems/cljs-lambda) - Utilities around deploying Clojurescript functions to AWS Lambda.
289290
* [cookiecutter](https://github.com/browniebroke/cookiecutter-lambda-function) - A cookiecutter template to create AWS Lambda functions in Python.
@@ -307,6 +308,7 @@ This section is for both single functions and applications composed of multiple
307308
* [lambda-tdd](https://github.com/simlu/lambda-tdd) - A testing framework for AWS Lambda functions. Useful for integration testing as you can examine how your lambda function executes for certain input and specific environment variables. Tries to model the cloud execution as closely as possible
308309
* [lambda-tester](https://github.com/vandium-io/lambda-tester) - Helper for unit testing AWS Lambda functions using Node.js
309310
* [lambda_utils](https://github.com/CloudHeads/lambda_utils) - Python helper decorator for handling different AWS Event types for AWS Lambda.
311+
* [lambdacore](https://github.com/milancermak/lambdacore) - AWS Lambda Layer of various core functions for Python Lambda functions.
310312
* [lambdaSH](https://github.com/alestic/lambdash) - Run shell commands inside AWS Lambda environment
311313
* [lambdaskill](https://github.com/michaeluhl/lambdaskill) - A simple Python 3 toolkit to build Alexa Skills using AWS Lambda.
312314
* [lambdaWrap](https://github.com/Cimpress-MCP/LambdaWrap) - Ruby gem to simplify deployment of AWS Lambda based web services.
@@ -318,4 +320,5 @@ This section is for both single functions and applications composed of multiple
318320
* [shadowreader](https://github.com/edmunds/shadowreader) - ShadowReader has the ability to replay production traffic to a destination of your choice by collecting traffic patterns from access logs. It is built on AWS Lambda, S3 and Elastic Load Balancers.
319321
* [simple-lambda-router](https://github.com/brunomorency/simple-lambda-router) - A small router utility for lambda functions handling HTTP events from multiple resources and methods.
320322
* [Tiger-Lambda](https://github.com/Cimpress-MCP/Tiger-Lambda) - Tiger.Lambda is a .NET library for simplifying the configuration and development of AWS Lambda Functions written in C#. It provides a common host allowing for configuration and dependency injection nearly identical to that of ASP.NET Core.
323+
* [webhook-lambda](https://github.com/jeshan/webhook-lambda) - Easily create a webhook on AWS. Use it to launch a CodePipeline pipeline or customise the serverless function as you see fit.
321324
* [webpack-aws-lambda-upload-plugin](https://github.com/sirceljm/webpack-aws-lambda-upload-plugin) - Zip and upload your AWS Lambda function directly from webpack.

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /