KarmaPol / OME2.0

오늘의 메뉴 추천 서비스 OME 2.0
1 stars 0 forks source link

FastAPI + 코드리스 #1

Open KarmaPol opened 3 months ago

KarmaPol commented 3 months ago

FastAPI + Mangum + SAM

https://velog.io/@insutance/simple-deploy-with-fastapi-mangum-lambda-sam

AWS SAM

sam deploy --guided // 초기 배포

sam sync --stack-name sam-app // 업데이트

KarmaPol commented 3 months ago

AWS SAM lambda time out 설정

Resources:
  Function: # SAM Local에서 호출하는 함수
    Type: AWS::Serverless::Function
    Properties:
      FunctionName: "OmeRestaurantLambda"  # Lambda Function Name
      CodeUri: .  # Lambda Function이 담겨 있는 위치
      Handler: src.main.handler # Lambda Handler 함수의 위치
      Runtime: python3.9
      Timeout: 15 // 기본값 3초