Skip to content

benbpyle/dynamodb-incremental-export-sf

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 

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 install

Once dependencies have been installed, you are ready to run CDK

cdk deploy

Destroying

Simply run:

cdk destroy

Implementation

For a further and in-depth review of how to use this repository and what it supports, head on over the Blog Article

State Machine

State Machine

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published