add integration
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user