The Serverless Application Framework | Serverless.com 以前から気にはなっていたのですが、簡易的なAPIを作るために利用してみました。 同様のServerless Frameworkとしては、Ruby on Jets というのがあります。 こちらも触ってみたいところ。 ざっくり利用方法 Installation sesrverless入れるだけです。 mkdir your_project cd your_project yarn init yarn add serverless -D Create your project yarn run serverless create --template aws-ruby Deploy コマンド1発で、CloudFormation作ってくれて、s3、IAM、Lambda、ApiGateway、C