Skip to content

Using AWS CDK for cloud deployment of Lambda Function, S3 Bucket and RDS Aurora MySQL DB Instance

Notifications You must be signed in to change notification settings

vanshul02/cdk-s3-to-rds

Repository files navigation

CDK for S3ToRDS Project

Link to Github Repository for API of S3ToRDS project: Link

Requirements

  • Node.js
  • AWS CLI

Steps

  • 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

About

Using AWS CDK for cloud deployment of Lambda Function, S3 Bucket and RDS Aurora MySQL DB Instance

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published