Skip to content

Latest commit

 

History

History
26 lines (14 loc) · 965 Bytes

README.md

File metadata and controls

26 lines (14 loc) · 965 Bytes

DynamoDB Image Buildkite Plugin

A Buildkite plugin that introspects the schema of DynamoDB tables and then publishes multi-arch (linux/arm64 and linux/amd64) amazon/dynamodb-local images with these schemas to ECR.

For this plugin to work, you must ensure the following:

Example

TODO: Add examples once there is a release

Configuration

  • repository (required, string)

    The URI of the ECR repository to publish the image to.

  • tables (required, string[])

    The names of the DynamoDB tables.

License

MIT (see LICENSE)