Skip to content

Burkoz/aws-lambda-cdk-training

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

aws-lambda-cdk-training

This AWS CDK project is developed with Python.

Description

When a CSV file uploaded to AWS S3 bucket, the AWS Lambda function will trigger and parse the contant of the CSV file and the data will be added to DynamoDB. The entire infrastructure of the application is created with AWS CDK.

Usage

Setup AWS and CDK for the development environment
Before starting, you will need to do three things;

  • Set up AWS CLI
  • Configure AWS CLI with IAM Credentials
  • Set up AWS CDK
How to run the project

git clone https://github.com/Burakolum/aws-lambda-cdk-training.git

Activate your virtualenv for Linux and MacOS
source .venv/bin/activate

Run the below command to install the required dependencies
pip install -r requirements.txt

Deploy our app on the cloud
cdk deploy

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages