Integrating DynamoDB into an application

The following diagram provides a high-level overview of integration between your application and DynamoDB:

Please perform the following steps to understand this integration:

  1. Your application in your programming language which is using an AWS SDK.
  2. DynamoDB can work with one or more programmatic interfaces provided by AWS SDK.
  3. From your programming language, AWS SDK will constructs an HTTP or HTTPS request with a DynamoDB low-level API.
  4. The AWS SDK will send a request to the DynamoDB endpoint.
  5. DynamoDB will process the request and send the response back to the AWS SDK. If the request is executed successfully, ...

Get Expert AWS Development now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.