made first lambda function and deployed it successfully

This commit is contained in:
2025-11-12 11:35:06 +05:30
parent 0230105958
commit 5399c8b987
6 changed files with 1752 additions and 225 deletions

View File

@@ -35,6 +35,7 @@
"@nestjs/throttler": "^5.1.1",
"@prisma/client": "^5.8.1",
"@types/http-status": "^1.1.2",
"ajv": "8.12.0",
"aws-lambda": "^1.0.7",
"bcryptjs": "^2.4.3",
"class-transformer": "^0.5.1",
@@ -46,7 +47,7 @@
"passport-local": "^1.0.0",
"reflect-metadata": "^0.1.13",
"rxjs": "^7.8.1",
"serverless": "^4.23.0",
"serverless": "4.17.0",
"swagger-ui-express": "^5.0.0",
"yup": "^1.7.1"
},
@@ -69,6 +70,7 @@
"jest": "^29.7.0",
"prettier": "^3.2.5",
"prisma": "^5.8.1",
"serverless-esbuild": "^1.55.1",
"source-map-support": "^0.5.21",
"supertest": "^6.3.4",
"ts-jest": "^29.1.2",