This commit is contained in:
2025-11-26 15:14:29 -03:00
parent 0d3d9ac7d3
commit d3ccfb4775
32 changed files with 496 additions and 474 deletions

View File

@@ -56,10 +56,16 @@ Resources:
- cognito-idp:InitiateAuth
Resource: !Sub arn:aws:cognito-idp:${AWS::Region}:${AWS::AccountId}:userpool/*
Events:
Session:
Authentication:
Type: HttpApi
Properties:
Path: /session
Path: /authentication
Method: POST
ApiId: !Ref HttpApi
Register:
Type: HttpApi
Properties:
Path: /register
Method: POST
ApiId: !Ref HttpApi
Authorize: