Skip to content

mamezou-tech/serverless-example-typescript

Repository files navigation

Serverless example with typescript

AWS serverless(lambda, dynamodb) example(to-do list app) using serverless framework.

Install

npm install

How to run

Sample Requests is placed under /check.

local

# install dynamodb-local
npm run dynamodb:install

# run serverless-offline
npm run start:offline

AWS

First, set up your AWS settings and run the following command.

Serverless framework deploy lambda, api gateway, dynamodb and other resources.

npm run deploy:prod

TODO

  • add sample ui(vue/react/angular..)
  • implements authentication
  • add unit-test
  • add functional-test

Thanks

About

AWS servlerless(lambda, dynamodb) example(to-do list app) using serverless framework

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published