🛋️

Serverless Framework + Typescript

2022/12/12に公開

導入

https://github.com/JoshuaToth/serverless-api-typescript-template

$ sls create -u https://github.com/JoshuaToth/serverless-api-typescript-template -p project-name

良いポイント

  • serverless構成がymlで書ける
  • ts-lint,jestがデフォルトで入っている

Discussion