DynamoDB Incremental Export with Step Functions
Purpose: Working example of using AWS Step Functions to perform and manage a DynamoDB Incremental export process
Getting Started
Deploying
First off, install Node.js
# install AWS CDK
npm install -g aws-cdk
# clone the repository
cd dynamodb-incremental-export-sf
npm installOnce dependencies have been installed, you are ready to run CDK
cdk deployDestroying
Simply run:
cdk destroyImplementation
For a further and in-depth review of how to use this repository and what it supports, head on over the Blog Article
