You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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초
FastAPI + Mangum + SAM
https://velog.io/@insutance/simple-deploy-with-fastapi-mangum-lambda-sam
AWS SAM
https://docs.aws.amazon.com/ko_kr/serverless-application-model/latest/developerguide/serverless-getting-started-hello-world.html
The text was updated successfully, but these errors were encountered: