Skip to content

bvsspavankumar/aws-notes-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AWS Cloud-native application

Create sls project:

sls create -t aws-nodejs -p sls0_1220

Create node project

npm init -y

Add required dependencies

npm install --save aws-sdk moment underscore uuid

Update the serverless.yml

Add configuration to create dynamoDB table

Deploy

sls deploy

CI/CD pipeline with codecommit

Credentials should be generated from the IAM console if ssh key was not saved for access.

Setup codepipeline

Add buildspec.yml with the different stages and corresponding commands

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published