add local envs

This commit is contained in:
2025-03-23 22:45:04 -03:00
parent f14bd6b814
commit 2218a6f867
9 changed files with 30 additions and 24 deletions

View File

@@ -30,13 +30,13 @@ Globals:
LOG_LEVEL: DEBUG
POWERTOOLS_LOGGER_SAMPLE_RATE: 0.1
POWERTOOLS_LOGGER_LOG_EVENT: true
DYNAMODB_PARTITION_KEY: id
USER_TABLE: !Ref UserTable
ORDER_TABLE: !Ref OrderTable
ENROLLMENT_TABLE: !Ref EnrollmentTable
COURSE_TABLE: !Ref CourseTable
ELASTIC_CLOUD_ID: "{{resolve:ssm:/betaeducacao/elastic/cloud_id/str}}"
ELASTIC_AUTH_PASS: "{{resolve:ssm:/betaeducacao/elastic/auth_pass/str}}"
DYNAMODB_PARTITION_KEY: id
Resources:
HttpLog:
@@ -56,7 +56,7 @@ Resources:
Authorizers:
LambdaRequestAuthorizer:
FunctionArn: !GetAtt AuthFunction.Arn
AuthorizerPayloadFormatVersion: 2.0
AuthorizerPayloadFormatVersion: "2.0"
EnableFunctionDefaultPermissions: true
EnableSimpleResponses: true
Identity: