/just-a-table

A DynamoDB table and GitHub Action that deploys it with the AWS CDK.

Primary LanguageJavaScriptApache License 2.0Apache-2.0

Just A Table

This repo contains:

  • A DynamoDB Table, codified using the AWS Cloud Development Kit (CDK);
  • CI code to deploy it to a test and prod account;
  • CI code to deploy development instances of it to forks of this repo on development branches;
  • Code to configure the CDK stack by reading SSM parameters from the accounts where it's deployed.

It is meant to be used as a template for when you want some AWS resources, as code, with pre-built machinery for deployment and testing.