Skip to content

Updated SAM for sumo_app_utils #219

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: fy26q3
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions awsautoenableS3Logging/packaged.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand Down