REST API

Create a Clean Architecture REST API with Serverless Framework and TypeScript

This article is a translation of the original article. I implemented an empty API of sample prepared in the previous article*1 so that it works. Specification of API Architecture Final goal (but I can not get it...) This article Implementa…

Serverless FrameworkとTypeScriptでClean ArchitectureライクなREST APIを作ってみる

前回のTerraformでAWSサーバーレスなサービスのインフラ構築をコード化する - Inside Closure - にへろぐではサンプルとして空っぽのAPIを用意しました。せっかくなのでこのサンプルを動くように実装してみました。 何を作ったのか アーキテクチャ 目指した…