Lambda Flashcards
1
Q
Benefits and Drawbacks
A
Benefits
- costs
- managing machines
- service integrations
- scaling
Drawbacks
- debugging
- control
2
Q
Considerations before using Lambda
A
- Language - Python 2.7, Nodejs, Java 8, C#
- Code Size Limitations - 250MB
- Time Limitations - 300sec
- Concurrent Functions - 100
- Memory - 128 MB - 1.5 MB
- Need to provide access to your VPC
- It will run on AWS Linux, so test it on a similar machine prior to deployment
Cannot use Lambda if you process is:
- Long running
- Memory intensive
- Not Event driven
3
Q
What a Lamba function needs to execute
A
- Code + external libraries
- HTML files
- Access keys
- Credentials to other AWS services