made resend otp lambda

This commit is contained in:
2025-11-28 12:23:08 +05:30
parent 0cedcec109
commit 15c1458f02
4 changed files with 198 additions and 0 deletions

View File

@@ -325,3 +325,18 @@ updateSuggestionAsReviewed:
- httpApi:
path: /host/Activity_Hub/OnBoarding/update-suggestion-reviewed
method: patch
resendOTPmail:
handler: src/modules/host/handlers/resendOtp.handler
memorySize: 512
package:
patterns:
- 'src/modules/host/handlers/resendOtp/**'
- ${file(./serverless/patterns/base.yml):pattern1}
- ${file(./serverless/patterns/base.yml):pattern2}
- ${file(./serverless/patterns/base.yml):pattern3}
- ${file(./serverless/patterns/base.yml):pattern4}
events:
- httpApi:
path: /resend-otp
method: post