Skip to content

Instantly share code, notes, and snippets.

@grabcode
Created September 23, 2016 02:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save grabcode/624cab664b2c44cf23e862736cefdef4 to your computer and use it in GitHub Desktop.
Save grabcode/624cab664b2c44cf23e862736cefdef4 to your computer and use it in GitHub Desktop.
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