platform
Required for configuration management.
dynamodb wires AWS DynamoDB into your Go service with table operations and query builders ready to use.
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
verikt new my-service --language go --cap platform,dynamodb# or add to an existing service:verikt add dynamodbplatform
docker
observability