Add environment configuration template and update .gitignore for new env files

This commit is contained in:
paritosh18
2025-12-09 12:09:21 +05:30
parent 856db687c3
commit ae76618f7a
3 changed files with 60 additions and 1 deletions

View File

@@ -1,9 +1,20 @@
service: minglarDev
useDotenv: true
params:
dev:
stage: dev
test:
stage: test
uat:
stage: uat
provider:
name: aws
runtime: nodejs22.x
region: ap-south-1
stage: ${opt:stage, 'dev'}
versionFunctions: false
memorySize: 512
# Apply Prisma layer to all functions