Skip to main content

4 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 Serverless Application Model (SAM)

AWS SAM for DVA-C02. SAM template syntax, safe deployments (CodeDeploy), sam local testing, SAM CLI commands (build, deploy, sync), 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.

Serverless Architecture Patterns

Advanced Serverless Integration Patterns for DVA-C02 and Senior Engineering roles. Orchestration vs Choreography, Saga Pattern, and Strangler Fig.