Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 346 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 346 Bytes

Serverless Typescript Sample

This is a sample project to demonstrate how to use serverless framework with typescript.


Install

nvm use

npm install -g yarn
yarn install

Function invoke

yarn run sls invoke local --function hello -s local

Serverless offline

yarn run sls offline -s local