diff --git a/Makefile b/Makefile index 914c73a..a55d5a1 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -APPNAME := aws-billing-store +APPNAME := aws-billing STAGE ?= dev BRANCH ?= master diff --git a/sam/app/athena.yaml b/sam/app/athena.yaml index fb6ad20..e521cea 100644 --- a/sam/app/athena.yaml +++ b/sam/app/athena.yaml @@ -224,6 +224,8 @@ Resources: Type: string - Name: reservation_recurring_fee_for_usage Type: double + - Name: reservation_reservation_a_r_n + Type: string - Name: reservation_start_time Type: string - Name: reservation_subscription_id @@ -291,4 +293,4 @@ Resources: Name: !Sub "/config/${Stage}/${Branch}/${AppName}/glue_table_name" Type: "String" Value: raw_cur_data - Description: "Glue table name" \ No newline at end of file + Description: "Glue table name" diff --git a/sam/app/cur-bucket.yaml b/sam/app/cur-bucket.yaml index fa3acba..2f71a94 100644 --- a/sam/app/cur-bucket.yaml +++ b/sam/app/cur-bucket.yaml @@ -35,6 +35,9 @@ Resources: BlockPublicPolicy: true IgnorePublicAcls: true RestrictPublicBuckets: true + NotificationConfiguration: + EventBridgeConfiguration: + EventBridgeEnabled: true ReportBucketPolicy: Type: AWS::S3::BucketPolicy diff --git a/sam/app/symlink.yaml b/sam/app/symlink.yaml index 144234a..6a010a8 100644 --- a/sam/app/symlink.yaml +++ b/sam/app/symlink.yaml @@ -41,7 +41,7 @@ Globals: RAW_EVENT_LOGGING: !If [IsDev, "true", "false"] Resources: - BackendFunctionLogGroup: + SymlinkFunctionLogGroup: Type: AWS::Logs::LogGroup Properties: LogGroupName: !Sub "/aws/lambda/${SymlinkFunction}"