add integration

This commit is contained in:
2025-08-06 18:46:21 -03:00
parent e08f16bbaa
commit ff25ade76e
16 changed files with 314 additions and 132 deletions

View File

@@ -14,7 +14,7 @@ Globals:
Architectures:
- x86_64
Layers:
- !Sub arn:aws:lambda:sa-east-1:336641857101:layer:layercake:90
- !Sub arn:aws:lambda:sa-east-1:336641857101:layer:layercake:91
Environment:
Variables:
TZ: America/Sao_Paulo
@@ -51,24 +51,24 @@ Resources:
- DynamoDBCrudPolicy:
TableName: !Ref OAuth2Table
Events:
Login:
Type: HttpApi
Properties:
Path: /login
Method: GET
ApiId: !Ref HttpApi
LoginPost:
Type: HttpApi
Properties:
Path: /login
Method: POST
ApiId: !Ref HttpApi
Authorize:
Type: HttpApi
Properties:
Path: /authorize
Method: GET
ApiId: !Ref HttpApi
LoginForm:
Type: HttpApi
Properties:
Path: /login
Method: GET
ApiId: !Ref HttpApi
Login:
Type: HttpApi
Properties:
Path: /login
Method: POST
ApiId: !Ref HttpApi
OpenidConfiguration:
Type: HttpApi
Properties: