Skip to content

dynamodb capability

dynamodb wires AWS DynamoDB into your Go service with table operations and query builders ready to use.

  • DynamoDB client setup
  • Table operations
  • Query builders
  • Config for region/endpoint

Use dynamodb for serverless workloads, key-value access at scale, or AWS-native applications where you need a managed NoSQL database. The endpoint config supports local DynamoDB for development.

Requires: platform (config)

Suggests: docker, observability

Terminal window
verikt new my-service --language go --cap platform,dynamodb
# or add to an existing service:
verikt add dynamodb

platform

Required for configuration management.

docker

Local DynamoDB instance via Docker Compose.

observability

Trace DynamoDB operations with OpenTelemetry.