Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
User description
概要
プロファイル画像を取得する API を作成
変更点
影響範囲
既存の機能には影響なし
テスト
関連 Issue
PR Type
Enhancement
Description
Changes walkthrough 📝
settings.ts
プロファイル画像取得用LambdaとAPIの追加
src/backend/lib/constructs/settings.ts
get_profile_image.py
S3から画像を取得するLambda関数の実装
src/backend/lambda/get_profile_image/get_profile_image.py
test_get_profile_image.py
プロファイル画像取得関数のテスト追加
src/backend/test/pytest/test_get_profile_image.py