Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
26dc887
Add support for non-sam
akhil-sumologic Dec 16, 2025
058231e
Added non-sam region
akhil-sumologic Mar 9, 2026
d498ea2
Merge branch 'non_sam' into fy27q2
akhil-sumologic Apr 27, 2026
a43bfaf
Updated string format
akhil-sumologic May 8, 2026
84ed6e3
Implemented V2 App
akhil-sumologic May 18, 2026
eb8819a
Added support of upgrade while installing
akhil-sumologic May 20, 2026
04f2aa1
making relevant changes against solution template mp changes
mdazhar-sumo Jun 8, 2026
7bdb59f
keeping json files for backward compatibility
mdazhar-sumo Jun 8, 2026
1081fcd
backward compatibility
mdazhar-sumo Jun 8, 2026
57975d8
refractored with new regions
mdazhar-sumo Jun 9, 2026
2458ed5
Merge pull request #236 from SumoLogic/marketplace0
mdazhar-sumo Jun 12, 2026
e5c89f4
Implemented v2 Apps
akhil-sumologic Jun 26, 2026
3b01e89
removed il-central-1 non supported region
mdazhar-sumo Jun 29, 2026
608a361
Merge pull request #238 from SumoLogic/region
mdazhar-sumo Jun 29, 2026
9fe358d
Fixed LoadBalancerAttributes
akhil-sumologic Jul 7, 2026
286ffb9
Updated new bucket policy for new and old regions
akhil-sumologic Jul 22, 2026
a527de3
Merge pull request #240 from SumoLogic/update_bucket_policy
akhil-sumologic Jul 23, 2026
06b0994
Added for add bucket policy
akhil-sumologic Jul 27, 2026
2a345d3
Added retry logic for AddBucketPolicy
akhil-sumologic Jul 27, 2026
38f969d
Fixed race condition
akhil-sumologic Jul 28, 2026
2ceb3b9
Added logs in put_bucket_policy
akhil-sumologic Jul 28, 2026
e7ba145
Addressed Copilot issue
akhil-sumologic Jul 28, 2026
97d5af4
Merge pull request #241 from SumoLogic/update_bucket_policy
akhil-sumologic Jul 28, 2026
76902e9
Added retry for add_fields_to_collector
akhil-sumologic Jul 29, 2026
baf0962
Implemented ConfigureBucketNotifications class
akhil-sumologic Jul 31, 2026
01eefbc
Updated logs and overide notification
akhil-sumologic Jul 31, 2026
9838a27
Merge pull request #242 from SumoLogic/s3_sns_int
akhil-sumologic Aug 1, 2026
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
Original file line number Diff line number Diff line change
Expand Up @@ -200,9 +200,13 @@ Resources:
- s3:GetBucketLocation
- s3:PutBucketAcl
- s3:GetBucketAcl
Resource: '*'
- Effect: Allow
Action:
- s3:GetBucketLogging
- s3:PutBucketLogging
Resource: '*'
Resource:
- !Sub arn:${AWS::Partition}:s3:::${BucketName}

EnableNewAWSResourcesLambda:
Type: 'AWS::Serverless::Function'
Expand Down
12 changes: 11 additions & 1 deletion cloudwatchevents/guardduty/cloudwatchevents.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,24 @@
"ap-northeast-2": {"bucketname": "appdevzipfiles-ap-northeast-2"},
"ap-southeast-1": {"bucketname": "appdevzipfiles-ap-southeast-1"},
"ap-southeast-2": {"bucketname": "appdevzipfiles-ap-southeast-2"},
"ap-southeast-4": {"bucketname": "appdevzipfiles-ap-southeast-4s"},
"ap-southeast-6": {"bucketname": "appdevzipfiles-ap-southeast-6ss"},
"ap-northeast-1": {"bucketname": "appdevzipfiles-ap-northeast-1"},
"ca-central-1": {"bucketname": "appdevzipfiles-ca-central-1"},
"eu-central-1": {"bucketname": "appdevzipfiles-eu-central-1"},
"eu-west-1": {"bucketname": "appdevzipfiles-eu-west-1"},
"eu-west-2": {"bucketname": "appdevzipfiles-eu-west-2"},
"eu-west-3": {"bucketname": "appdevzipfiles-eu-west-3"},
"eu-north-1": {"bucketname": "appdevzipfiles-eu-north-1s"},
"sa-east-1": {"bucketname": "appdevzipfiles-sa-east-1"}
"sa-east-1": {"bucketname": "appdevzipfiles-sa-east-1"},
"ap-east-1": {"bucketname": "appdevzipfiles-ap-east-1s"},
"af-south-1": {"bucketname": "appdevzipfiles-af-south-1s"},
"eu-south-1": {"bucketname": "appdevzipfiles-eu-south-1"},
"me-south-1": {"bucketname": "appdevzipfiles-me-south-1s"},
"me-central-1": {"bucketname": "appdevzipfiles-me-central-1"},
"eu-central-2": {"bucketname": "appdevzipfiles-eu-central-2ss"},
"ap-northeast-3": {"bucketname": "appdevzipfiles-ap-northeast-3s"},
"ap-southeast-3": {"bucketname": "appdevzipfiles-ap-southeast-3"}
}
},
"Resources": {
Expand Down
12 changes: 7 additions & 5 deletions cloudwatchlogs-with-dlq/DLQLambdaCloudFormation.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,18 +45,20 @@
"ap-northeast-2": {"bucketname": "appdevzipfiles-ap-northeast-2"},
"ap-southeast-1": {"bucketname": "appdevzipfiles-ap-southeast-1"},
"ap-southeast-2": {"bucketname": "appdevzipfiles-ap-southeast-2"},
"ap-southeast-4": {"bucketname": "appdevzipfiles-ap-southeast-4s"},
"ap-southeast-6": {"bucketname": "appdevzipfiles-ap-southeast-6ss"},
"ap-northeast-1": {"bucketname": "appdevzipfiles-ap-northeast-1"},
"ap-east-1": {"bucketname": "appdevzipfiles-ap-east-1s"},
"af-south-1": {"bucketname": "appdevzipfiles-af-south-1s"},
"ca-central-1": {"bucketname": "appdevzipfiles-ca-central-1"},
"eu-central-1": {"bucketname": "appdevzipfiles-eu-central-1"},
"eu-west-1": {"bucketname": "appdevzipfiles-eu-west-1"},
"eu-west-2": {"bucketname": "appdevzipfiles-eu-west-2"},
"eu-west-3": {"bucketname": "appdevzipfiles-eu-west-3"},
"eu-north-1": {"bucketname": "appdevzipfiles-eu-north-1s"},
"sa-east-1": {"bucketname": "appdevzipfiles-sa-east-1"},
"ap-east-1": {"bucketname": "appdevzipfiles-ap-east-1s"},
"af-south-1": {"bucketname": "appdevzipfiles-af-south-1s"},
"eu-south-1": {"bucketname": "appdevzipfiles-eu-south-1"},
"me-south-1": {"bucketname": "appdevzipfiles-me-south-1s"},
"sa-east-1": {"bucketname": "appdevzipfiles-sa-east-1"},
"me-central-1": {"bucketname": "appdevzipfiles-me-central-1"},
"eu-central-2": {"bucketname": "appdevzipfiles-eu-central-2ss"},
"ap-northeast-3": {"bucketname": "appdevzipfiles-ap-northeast-3s"},
Expand Down Expand Up @@ -228,7 +230,7 @@
}
},
"Handler": "cloudwatchlogs_lambda.handler",
"Runtime": "nodejs22.x",
"Runtime": "nodejs24.x",
"MemorySize": 128,
"Environment": {
"Variables": {
Expand Down Expand Up @@ -290,7 +292,7 @@
]
}
},
"Runtime": "nodejs22.x",
"Runtime": "nodejs24.x",
"MemorySize": 128,
"Environment": {
"Variables": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,18 +45,20 @@
"ap-northeast-2": {"bucketname": "appdevzipfiles-ap-northeast-2"},
"ap-southeast-1": {"bucketname": "appdevzipfiles-ap-southeast-1"},
"ap-southeast-2": {"bucketname": "appdevzipfiles-ap-southeast-2"},
"ap-southeast-4": {"bucketname": "appdevzipfiles-ap-southeast-4s"},
"ap-southeast-6": {"bucketname": "appdevzipfiles-ap-southeast-6ss"},
"ap-northeast-1": {"bucketname": "appdevzipfiles-ap-northeast-1"},
"ap-east-1": {"bucketname": "appdevzipfiles-ap-east-1s"},
"af-south-1": {"bucketname": "appdevzipfiles-af-south-1s"},
"ca-central-1": {"bucketname": "appdevzipfiles-ca-central-1"},
"eu-central-1": {"bucketname": "appdevzipfiles-eu-central-1"},
"eu-west-1": {"bucketname": "appdevzipfiles-eu-west-1"},
"eu-west-2": {"bucketname": "appdevzipfiles-eu-west-2"},
"eu-west-3": {"bucketname": "appdevzipfiles-eu-west-3"},
"eu-north-1": {"bucketname": "appdevzipfiles-eu-north-1s"},
"sa-east-1": {"bucketname": "appdevzipfiles-sa-east-1"},
"ap-east-1": {"bucketname": "appdevzipfiles-ap-east-1s"},
"af-south-1": {"bucketname": "appdevzipfiles-af-south-1s"},
"eu-south-1": {"bucketname": "appdevzipfiles-eu-south-1"},
"me-south-1": {"bucketname": "appdevzipfiles-me-south-1s"},
"sa-east-1": {"bucketname": "appdevzipfiles-sa-east-1"},
"me-central-1": {"bucketname": "appdevzipfiles-me-central-1"},
"eu-central-2": {"bucketname": "appdevzipfiles-eu-central-2ss"},
"ap-northeast-3": {"bucketname": "appdevzipfiles-ap-northeast-3s"},
Expand Down Expand Up @@ -256,7 +258,7 @@
}
},
"Handler": "cloudwatchlogs_lambda.handler",
"Runtime": "nodejs22.x",
"Runtime": "nodejs24.x",
"MemorySize": 128,
"Environment": {
"Variables": {
Expand Down Expand Up @@ -317,7 +319,7 @@
]
}
},
"Runtime": "nodejs22.x",
"Runtime": "nodejs24.x",
"MemorySize": 128,
"Environment": {
"Variables": {
Expand Down
2 changes: 2 additions & 0 deletions cloudwatchlogs-with-dlq/deploy_cwl_lambda.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
"ap-northeast-2": "appdevzipfiles-ap-northeast-2",
"ap-southeast-1": "appdevzipfiles-ap-southeast-1",
"ap-southeast-2": "appdevzipfiles-ap-southeast-2",
"ap-southeast-4": "appdevzipfiles-ap-southeast-4s",
"ap-southeast-6": "appdevzipfiles-ap-southeast-6ss",
"ap-northeast-1": "appdevzipfiles-ap-northeast-1",
"ca-central-1": "appdevzipfiles-ca-central-1",
"eu-central-1": "appdevzipfiles-eu-central-1",
Expand Down
Loading