Skip to content

Commit

Permalink
fix: apiLambda가 아니라 imageLambda로 적용
Browse files Browse the repository at this point in the history
  • Loading branch information
d0422 committed Mar 3, 2024
1 parent 0a444eb commit efad0ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .production/serverless.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ cau-likelion-next:
inputs:
runtime:
defaultLambda: 'nodejs20.x'
apiLambda: 'nodejs20.x'
imageLambda: 'nodejs20.x'
deploy: true
bucketName: 'cau-like-lion2'
bucketRegion: 'ap-northeast-2'
Expand Down

0 comments on commit efad0ae

Please sign in to comment.