1/9
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced | Call with Kai | Chat |
|---|
No analytics yet
Send a link to your students to track their progress
Event-driven, runs under 15 minutes, no server management
Lambda
Public REST or HTTP front door for Lambda
API Gateway
Throttle and meter known consumers
API Gateway usage plan with API keys
Block malicious or bot traffic to API Gateway, CloudFront, or ALB
AWS WAF
Multi-step workflow with branching, retries, and state
Step Functions
Scheduled cron execution or reacting to AWS service events
EventBridge rule. Also the answer for SaaS partner events and cross-account event routing.
Eliminate cold starts
Provisioned concurrency
Cap a function's usage
Reserved concurrency
Lambda needs to reach a private RDS instance
Put the function in the VPC in private subnets
Lambda needs a shared writable POSIX filesystem
Attach EFS. Use /tmp only for ephemeral scratch.