バーレスマイクロサービスの設計 アプローチの1つとして紹介 ECS/EKSへの移行を予定している ためステップを踏むために採用 まずは「FastAPIが動いている Dockerイメージ」を目指す シンプルな構成でLambdaで動 かした後ECS/EKSへ移行する Anti-patterns in Lambda-based event-driven applications 「Understanding events and event-driven architectures」※1 ※1 引用文献: https://docs.aws.amazon.com/lambda/latest/dg/concepts-event-driven-architectures.html#monolith ※2 引用文献: https://aws.amazon.com/jp/blogs/compute/comparing-design-approaches-for-building-serverless-microservices/ many development teams move in the opposite direction, aggregating all code related to an API inside the same Lambda function. 「Comparing design approaches for building serverless microservices」※2