DEV Community

Camille Chang
Camille Chang

Posted on

AWS Certified Developer - Associate (DVA-C02) Exam notes

Notes preparation before the exam.

AWS X-Ray

  • X-Ray daemonis a software application that listens for traffic on UDP port 2000, gathers raw segment data, and relays it to the AWS X-Ray API.

*Note: * End-of-support notice – On February 25th, 2027, AWS X-Ray will discontinue support for AWS X-Ray SDKs and daemon. https://docs.aws.amazon.com/xray/latest/devguide/xray-daemon.html

S3

DynamoDB

  • supports two different kinds of primary keys:
    • Partition key – A simple primary key, composed of one attribute known as the partition key.
    • Partition key and sort key – Referred to as a composite primary key, this type of key is composed of two attributes.
  • Secondary index
    • Global secondary index – An index with a partition key and sort key that can be different from those on the table. The primary key values in global secondary indexes don't need to be unique.
    • Local secondary index – An index that has the same partition key as the table, but a different sort key.

https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/HowItWorks.CoreComponents.html

Amplify

  • Git-based workflow for hosting full-stack serverless web applications with continuous deployment.

Top comments (0)