Created
September 23, 2016 02:04
-
-
Save grabcode/624cab664b2c44cf23e862736cefdef4 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Using native nodejs packages? | |
https://aws.amazon.com/blogs/compute/nodejs-packages-in-lambda/ | |
How to figure out the amount of memory needed? | |
https://github.com/berezovskyi/lambda-test | |
How does my lambda consume external APIs? | |
https://aws.amazon.com/blogs/aws/aws-ip-ranges-json/ | |
When a lambda fails, does it retry itself? | |
http://docs.aws.amazon.com/lambda/latest/dg/retries-on-errors.html | |
How are we monitoring and troubleshooting lambdas? | |
http://docs.aws.amazon.com/lambda/latest/dg/monitoring-functions.html | |
How do I get started? | |
http://docs.aws.amazon.com/lambda/latest/dg/getting-started.html | |
Can I use lambda to set autoscaling? | |
https://aws.amazon.com/blogs/compute/scaling-amazon-ecs-services-automatically-using-amazon-cloudwatch-and-aws-lambda/ | |
General FAQs | |
https://aws.amazon.com/lambda/faqs/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment