Skip to content

Example API using Nodejs, Localstack, AWS-SDK, DynamoDB and serverless framework.

Notifications You must be signed in to change notification settings

hieunguyen810/aws-localstack-serverless-note-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Example API using Nodejs, Localstack, AWS-SDK, DynamoDB and serverless framework.

Deploy

sls deploy

Create note:

serverless invoke local --function noteCreation --data {"title":"monday", "text":"coding"} --raw

List all notes:

serverless invoke local --function listNotes

List specific note with id

serverless invoke local --function noteDetails --data 'id'

About

Example API using Nodejs, Localstack, AWS-SDK, DynamoDB and serverless framework.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published