update
This commit is contained in:
@@ -64,14 +64,14 @@ Resources:
|
||||
DefaultAuthorizer: OAuth2Authorizer
|
||||
Authorizers:
|
||||
OAuth2Authorizer:
|
||||
IdentitySource: '$request.header.Authorization'
|
||||
IdentitySource: $request.header.Authorization
|
||||
JwtConfiguration:
|
||||
issuer: 'https://id.saladeaula.digital'
|
||||
issuer: https://id.saladeaula.digital
|
||||
audience:
|
||||
- '6fd6a7ec-c956-4f0b-96d7-337ffec6eabb'
|
||||
- '1a5483ab-4521-4702-9115-5857ac676851'
|
||||
- '1db63660-063d-4280-b2ea-388aca4a9459'
|
||||
- '78a0819e-1f9b-4da1-b05f-40ec0eaed0c8'
|
||||
- 1a5483ab-4521-4702-9115-5857ac676851 # saladeaula.digital
|
||||
- 6fd6a7ec-c956-4f0b-96d7-337ffec6eabb # insights.saladeaula.digital
|
||||
- 1db63660-063d-4280-b2ea-388aca4a9459 # admin.saladeaula.digital
|
||||
- 78a0819e-1f9b-4da1-b05f-40ec0eaed0c8 # studio.saladeaula.digital
|
||||
|
||||
HttpApiFunction:
|
||||
Type: AWS::Serverless::Function
|
||||
@@ -122,7 +122,7 @@ Resources:
|
||||
ScheduleEvent:
|
||||
Type: ScheduleV2
|
||||
Properties:
|
||||
ScheduleExpression: 'cron(*/5 5-23 * * ? *)'
|
||||
ScheduleExpression: cron(*/5 5-23 * * ? *)
|
||||
ScheduleExpressionTimezone: America/Sao_Paulo
|
||||
|
||||
Outputs:
|
||||
|
||||
Reference in New Issue
Block a user