Skip to content

Commit

Permalink
Merge pull request #29 from 2jun0/GDET-31
Browse files Browse the repository at this point in the history
GDET-31: 람다 리드미 작성
  • Loading branch information
2jun0 authored Feb 10, 2024
2 parents d24b27f + 5cdbd21 commit 9f9baeb
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions aws_lambdas/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# AWS Lambdas

본 서비스의 배치 작업을 위한 serverless 애플리케이션입니다
아래 세개의 에플리케이션으로 구성되어 있습니다.
- **daily_quiz**, **database_lambda**, **game_updater**

## 설정 🛠️

1. AWS에서 Lambda 함수를 생성합니다.
- 런타임 설정
- 런타임: python 3.9
- 아키텍쳐: x84_64
- 핸들러: `[daily_quiz/database_lambda/game_updater].lambda_func.lambda_handler`
2. `scripts/build_***_lambda`파일을 현재 폴더에서 실행합니다.
3. Lambda 코드에 생성된 `build/***_lambda.zip`파일을 업로드 합니다.
4. Lambda 구성을 아래와 같이 수정합니다.
- 제한시간: 15분
- 메모리: 512MB (game_updater 한정)
- 권한: `lambda:InvokeFunction` 추가 (daily_quiz/game_updater 한정)
- VPC: rds와 같은 vpc 서브넷 (database_lambda 한정)


## 인프라 아키텍쳐

![Alt text](docs/infra.png)
Binary file added aws_lambdas/docs/infra.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 9f9baeb

Please sign in to comment.