Link to Github Repository for API of S3ToRDS project: Link
- Node.js
- AWS CLI
- Make sure that your AWS CLI is set up and configured or you can use:
aws config
- Clone the project using:
git clone https://github.com/vanshul02/cdk-s3-to-rds.git
- In project directory run:
npm install --save-exact
- Now we need to bootstrap the cdk directory with your aws cli so run:
cdk bootstrap
- Finally to deploy the Lambda Function, S3 Bucket and RDS Instance use:
cdk deploy