Glossary

AWS Developer Associate (DVA-C02) Glossary

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

Plain-English definitions of the developer terms for DVA-C02 study. Simplified for learning; AWS documentation is authoritative.

TermDefinition
LambdaRuns your code in response to events without managing servers.
API GatewayCreates and manages REST and HTTP APIs.
DynamoDBManaged NoSQL key-value and document database.
Partition keyThe attribute DynamoDB uses to distribute data.
Sort keyOrders items sharing a partition key.
GSIGlobal Secondary Index — an alternative query pattern.
SDKSoftware Development Kit for calling AWS from code.
IAM roleTemporary, least-privilege credentials assumed by code.
CognitoHandles user authentication and identity.
KMSKey Management Service for encryption keys.
Secrets ManagerStores and rotates secrets such as DB passwords.
Parameter StoreStores configuration and secrets (Systems Manager).
SQSMessage queue for decoupling components.
SNSPublish/subscribe messaging.
Dead-letter queueCaptures messages that repeatedly fail processing.
IdempotencySafely retrying an operation without duplicate effects.
Exponential backoffRetrying with increasing delays to handle throttling.
CodePipelineOrchestrates build, test and deploy stages.
SAMServerless Application Model for defining serverless apps.
CloudFormationInfrastructure as code using templates.
X-RayTraces and debugs distributed application requests.
CloudWatchMetrics, logs and alarms for observability.

Sources