4.1 Lambda + API Gateway 를 활용하는 방법

  • 간단한 함수는 API Gateway + Lambda 조합으로 처리 가능

AWS Lambda with API Gateway
  • Route53에서 도메인과 ACM 인증서를 활용하려면 Lambda에 API Gateway를 연결해야함

  • Python으로 개발한다면 Zappa ↗️, Node.js로 개발한다면 Serverless ↗️ 패키지를 활용하면 백엔드 서버를 Lambda를 활용해서 쉽게 배포할 수 있음

Last updated