1
0
Fork 0
mirror of https://github.com/nickpoida/og-aws.git synced 2025-02-14 19:02:00 +00:00

Merge pull request #575 from darkuncle/master

added aws-lambda-list to Lambda Code Samples
This commit is contained in:
Corey Quinn 2018-02-05 14:13:56 -08:00 committed by GitHub
commit 81c3271ba1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1434,6 +1434,7 @@ Lambda
- This [AWS limit monitor using Lambdas](https://github.com/awslabs/aws-limit-monitor) shows use of multiple Lambdas for monitoring.
- This [Lambda ECS Worker Pattern](https://github.com/awslabs/lambda-ecs-worker-pattern) shows use of Lambda in a workflow where data from S3 is picked up by the Lambda, pushed to a queue, then sent to ECS for more processing.
- The [Secure Pet Store](https://github.com/awslabs/api-gateway-secure-pet-store) is a sample Java application which uses Lambda and API Gateway with Cognito (for user identity).
- [aws-lambda-list](https://github.com/unixorn/aws-lambda-list) is a list of "hopefully useful AWS lambdas and lambda-related resources". Quite a few code samples here; as usual, not guaranteed tested. Caveat Emptor.
🚧 [*Please help expand this incomplete section.*](CONTRIBUTING.md)