Cheat Sheet

AWS Developer Associate (DVA-C02) Cheat Sheet

By The Exam Atlas Editorial Team · Verified 2026-05-29

A final-revision summary for DVA-C02. Study aid only — no notes in the proctored exam.

Serverless building blocks

ServiceRole
LambdaRun code without servers
API GatewayExpose REST/HTTP APIs
DynamoDBNoSQL data store
S3Object storage and static assets
Step FunctionsOrchestrate workflows

DynamoDB essentials

ConceptIdea
Partition keyDetermines data distribution
Sort keyOrders items within a partition
GSI / LSIGlobal / Local Secondary Index for extra access patterns
CapacityOn-demand vs provisioned (with auto scaling)

Deployment / CI/CD

ServiceRole
CodeCommitGit repositories
CodeBuildBuild and test
CodeDeployDeploy to compute
CodePipelineOrchestrate the pipeline
SAM / CloudFormationInfrastructure as code

Security in apps

ServiceRole
IAM rolesLeast-privilege access for code
CognitoUser sign-up and sign-in
KMSEncryption keys
Secrets Manager / Parameter StoreStore secrets and config

Resilience patterns

Exponential backoff with jitter · idempotency · SQS for decoupling · dead-letter queues for failures.

FAQ

Can I bring notes to the AWS Developer exam?
No. It is proctored. Use this for final revision before exam day only.

Sources