From c4f518ebabc264319ffdd87b91f4a66d2280606e Mon Sep 17 00:00:00 2001 From: Akhil Dangore Date: Mon, 11 Aug 2025 16:18:23 +0530 Subject: [PATCH] Updated SAM sumologic-s3-logging-auto-enable --- awsautoenableS3Logging/packaged.yaml | 10 +++++----- .../sumologic-s3-logging-auto-enable.yaml | 6 +++--- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/awsautoenableS3Logging/packaged.yaml b/awsautoenableS3Logging/packaged.yaml index 9ba2028..b6be531 100644 --- a/awsautoenableS3Logging/packaged.yaml +++ b/awsautoenableS3Logging/packaged.yaml @@ -24,10 +24,10 @@ Metadata: - s3logging - flowlogs Name: sumologic-s3-logging-auto-enable - SemanticVersion: 1.0.17 + SemanticVersion: 1.0.18 SourceCodeUrl: https://github.com/SumoLogic/sumologic-aws-lambda/tree/main/awsautoenableS3Logging - LicenseUrl: s3://appdevstore/AutoEnableS3Logs/v1.0.17/978602b5b9ec16f8bab0e38fd6b3998f - ReadmeUrl: s3://appdevstore/AutoEnableS3Logs/v1.0.17/d05d411471e0bb4db3389f2523f515f0 + LicenseUrl: s3://appdevstore/AutoEnableS3Logs/v1.0.18/978602b5b9ec16f8bab0e38fd6b3998f + ReadmeUrl: s3://appdevstore/AutoEnableS3Logs/v1.0.18/d05d411471e0bb4db3389f2523f515f0 SpdxLicenseId: Apache-2.0 Mappings: Region2ELBAccountId: @@ -229,7 +229,7 @@ Resources: Type: AWS::Serverless::Function Condition: auto_enable_new Properties: - CodeUri: s3://appdevstore/sumo_app_utils/v2.0.20/sumo_app_utils.zip + CodeUri: s3://appdevstore/sumo_app_utils/v2.0.21/sumo_app_utils.zip Handler: awsresource.enable_s3_logs Runtime: python3.13 Role: @@ -467,7 +467,7 @@ Resources: Properties: Handler: main.handler Runtime: python3.13 - CodeUri: s3://appdevstore/sumo_app_utils/v2.0.20/sumo_app_utils.zip + CodeUri: s3://appdevstore/sumo_app_utils/v2.0.21/sumo_app_utils.zip MemorySize: 128 Timeout: 900 Role: diff --git a/awsautoenableS3Logging/sumologic-s3-logging-auto-enable.yaml b/awsautoenableS3Logging/sumologic-s3-logging-auto-enable.yaml index b1532a2..9f972be 100755 --- a/awsautoenableS3Logging/sumologic-s3-logging-auto-enable.yaml +++ b/awsautoenableS3Logging/sumologic-s3-logging-auto-enable.yaml @@ -24,7 +24,7 @@ Metadata: - s3logging - flowlogs Name: sumologic-s3-logging-auto-enable - SemanticVersion: 1.0.17 + SemanticVersion: 1.0.18 SourceCodeUrl: https://github.com/SumoLogic/sumologic-aws-lambda/tree/main/awsautoenableS3Logging LicenseUrl: ./LICENSE ReadmeUrl: ./README.md @@ -208,7 +208,7 @@ Resources: Type: 'AWS::Serverless::Function' Condition: auto_enable_new Properties: - CodeUri: s3://appdevstore/sumo_app_utils/v2.0.20/sumo_app_utils.zip + CodeUri: s3://appdevstore/sumo_app_utils/v2.0.21/sumo_app_utils.zip Handler: "awsresource.enable_s3_logs" Runtime: python3.13 Role: !GetAtt SumoLambdaRole.Arn @@ -385,7 +385,7 @@ Resources: Properties: Handler: main.handler Runtime: python3.13 - CodeUri: s3://appdevstore/sumo_app_utils/v2.0.20/sumo_app_utils.zip + CodeUri: s3://appdevstore/sumo_app_utils/v2.0.21/sumo_app_utils.zip MemorySize: 128 Timeout: 900 Role: