This commit is contained in:
2025-10-18 12:37:38 -03:00
parent 267a046991
commit 865cb12fbc
5 changed files with 28 additions and 3 deletions

View File

@@ -2,7 +2,7 @@ AWSTemplateFormatVersion: "2010-09-09"
Transform: "AWS::Serverless-2016-10-31"
Parameters:
UsersTable:
UserTable:
Type: String
Default: betaeducacao-prod-users_d2o3r5gmm4it7j
CourseTable:
@@ -34,8 +34,10 @@ Globals:
POWERTOOLS_LOGGER_SAMPLE_RATE: 0.1
POWERTOOLS_LOGGER_LOG_EVENT: true
DYNAMODB_PARTITION_KEY: id
USER_TABLE: !Ref UserTable
COURSE_TABLE: !Ref CourseTable
ENROLLMENT_TABLE: !Ref EnrollmentTable
ORDER_TABLE: !Ref OrderTable
BUCKET_NAME: !Ref BucketName
Resources: