Skip to content

Project to demonstrate using Serverless framework, AWS Lambda, API Gateway and DynamoDB

Notifications You must be signed in to change notification settings

skipluck/bestsongs-serverless

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Best Songs (Serverless)

Project to demonstrate using Serverless framework to

  • Create DynamoDB table
  • Create S3 bucket
  • Create IAM roles
  • Trigger Lambda function when a file is uploaded to S3 bucket
    • Lambda function reads the file and loads data into DynamoDB table
  • Create 3 API Gateway endpoints to trigger Lamgda functions that:

Prerequisites

Running this project

Open terminal window and run the following commands

Cloning this project from github

git clone https://github.com/skipluck/bestsongs-serverless
cd bestsongs-serverless

Deploy the code to AWS

sls deploy

About

Project to demonstrate using Serverless framework, AWS Lambda, API Gateway and DynamoDB

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published