What AWS services are serverless?
Pricing on AWS Lambda?
• $0.20 per 1 million requests thereafter ($0.0000002 per request)
• Free tier of 1,000,000 AWS Lambda requests and 400,000 GBs of compute time
Lambda Timeout
Default 3 seconds, max 300s (5minutes) (new limit 15 minutes) Exam expects 5 minutes
Lambda - Security - This must be attached to the Lambda function
IAM execution role
Lambda - Disk capacity?
512 MB
Lambda - Concurrency limits
1000
Lambda - Deployment - Max Lambda function deployment size
50MB
Lambda - Size of uncompressed deployment (code + dependencies)
150MB
Lambda - Can use __ directory to load other files at startup
/tmp
Lambda - Size of environment variables
4KB
DynamoDB - Is what kind of DB?
NoSQL database - not a relational database
DynamoDB is made of __?
tables
Each DynamoDB has a ___?
Primary key
Each DynamoDB item has ___?
Attributes (can be added over time – can be null)
max size of a DDB item?
400KB
What data types are supported in DDB?
DDB If burst credit are empty, you’ll get a __?
“ProvisionedThroughputException”.
Explain DDB Dax
* Seamless cache for DynamoDB, no application re- write
What does DDB DAX solve?
* 5 minutes TTL for cache by default
Explain DDB Streams
List some features of API Gateway
API Gateway – Security - IAM Permissions
Explain API Gateway – Security Lambda Authorizer (formerly Custom Authorizers)
Explain API Gateway – Security Cognito User Pools