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