Skip to main content

3 docs tagged with "serverless"

View all tags

AWS Lambda

Comprehensive Lambda study guide for DVA-C02. Covers invocation types, concurrency, cold starts, event source mappings, layers, container images, environment variables, VPC integration, destinations, and Java handler patterns.

AWS SAM (Serverless Application Model)

AWS SAM for DVA-C02. SAM template syntax, simplified resource types, sam local for local testing, SAM CLI commands, policy templates, and how SAM transforms to CloudFormation.

AWS Step Functions

AWS Step Functions for DVA-C02. Standard vs Express workflows, state types, error handling, Wait for Callback, Map state for parallel processing, and integration with Lambda, SQS, DynamoDB, and API Gateway.