feat: Update task and project ID formats, add populateSeedData function, and enhance user ID handling

This commit is contained in:
2024-11-23 17:19:09 +02:00
parent 5f9ee29c8d
commit 14284e1d35
21 changed files with 1299 additions and 118 deletions

View File

@@ -40,6 +40,11 @@ provider:
- "arn:aws:execute-api:${self:provider.region}:*:*/*/POST/users"
functions:
populateSeedData:
handler: seed/populateSeedData.handler
memorySize: 1024
timeout: 60
# POST /users or triggered by Cognito
createUser:
handler: src/handlers/createUser.handler