Skip to content

Introspect and publish DynamoDB tables as multi-arch Docker images to ECR

License

Notifications You must be signed in to change notification settings

nelhefni/dynamodb-image-buildkite-plugin

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

About

Introspect and publish DynamoDB tables as multi-arch Docker images to ECR

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 96.2%
  • Dockerfile 3.8%