Skip to content

The DynamoDB to S3 Exporter leverages the power of the CDK to define and provision cloud infrastructure resources. By utilizing CDK's infrastructure-as-code (IaC) approach, the application ensures that the entire deployment process is reproducible, version-controlled, and easily scalable.

License

Notifications You must be signed in to change notification settings

edelwud/dynamodb-s3-export

Repository files navigation

Export data from DynamoDB Table to S3 Bucket

This is example repo which represents best-practice for exporting data from DynamoDB Table to S3 Bucket.

Prerequisites

  • AWS Account
  • AWS CLI
  • AWS CDK
  • Node.js

Installation

export AWS_PROFILE=your-profile
cdk bootstrap (if you haven\'t done it before)

npm install
projen build
projen deploy

Solution

Security

GithubActionsStack should be initialized in security repository.

About

The DynamoDB to S3 Exporter leverages the power of the CDK to define and provision cloud infrastructure resources. By utilizing CDK's infrastructure-as-code (IaC) approach, the application ensures that the entire deployment process is reproducible, version-controlled, and easily scalable.

Resources

License

Stars

Watchers

Forks

Packages

No packages published