Skip to content

CodeRecipe-dev/nested-comments-serverless

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nested Comment Threads built with AWS Serverless

More info here: https://coderecipe.ai/architectures/51056928

Prerequisites

npm install serverless  

Make sure you have AWS access key and secrete keys setup locally, following this video here

Download the code locally

serverless create --template-url http://github.com/codeRecipe-dev/nested-comments-serverless --path nested-comments-serverless

Deploy to the cloud

cd nested-comments-serverless

npm install

serverless deploy --stage <your-stage-name>

DynamoDB Sample

Table

Frontend Preview

Preview