File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -24,10 +24,10 @@ Metadata:
24
24
- s3logging
25
25
- flowlogs
26
26
Name : sumologic-s3-logging-auto-enable
27
- SemanticVersion : 1.0.17
27
+ SemanticVersion : 1.0.18
28
28
SourceCodeUrl : https://github.com/SumoLogic/sumologic-aws-lambda/tree/main/awsautoenableS3Logging
29
- LicenseUrl : s3://appdevstore/AutoEnableS3Logs/v1.0.17 /978602b5b9ec16f8bab0e38fd6b3998f
30
- ReadmeUrl : s3://appdevstore/AutoEnableS3Logs/v1.0.17 /d05d411471e0bb4db3389f2523f515f0
29
+ LicenseUrl : s3://appdevstore/AutoEnableS3Logs/v1.0.18 /978602b5b9ec16f8bab0e38fd6b3998f
30
+ ReadmeUrl : s3://appdevstore/AutoEnableS3Logs/v1.0.18 /d05d411471e0bb4db3389f2523f515f0
31
31
SpdxLicenseId : Apache-2.0
32
32
Mappings :
33
33
Region2ELBAccountId :
@@ -229,7 +229,7 @@ Resources:
229
229
Type : AWS::Serverless::Function
230
230
Condition : auto_enable_new
231
231
Properties :
232
- CodeUri : s3://appdevstore/sumo_app_utils/v2.0.20 /sumo_app_utils.zip
232
+ CodeUri : s3://appdevstore/sumo_app_utils/v2.0.21 /sumo_app_utils.zip
233
233
Handler : awsresource.enable_s3_logs
234
234
Runtime : python3.13
235
235
Role :
@@ -467,7 +467,7 @@ Resources:
467
467
Properties :
468
468
Handler : main.handler
469
469
Runtime : python3.13
470
- CodeUri : s3://appdevstore/sumo_app_utils/v2.0.20 /sumo_app_utils.zip
470
+ CodeUri : s3://appdevstore/sumo_app_utils/v2.0.21 /sumo_app_utils.zip
471
471
MemorySize : 128
472
472
Timeout : 900
473
473
Role :
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ Metadata:
24
24
- s3logging
25
25
- flowlogs
26
26
Name : sumologic-s3-logging-auto-enable
27
- SemanticVersion : 1.0.17
27
+ SemanticVersion : 1.0.18
28
28
SourceCodeUrl : https://github.com/SumoLogic/sumologic-aws-lambda/tree/main/awsautoenableS3Logging
29
29
LicenseUrl : ./LICENSE
30
30
ReadmeUrl : ./README.md
@@ -208,7 +208,7 @@ Resources:
208
208
Type : ' AWS::Serverless::Function'
209
209
Condition : auto_enable_new
210
210
Properties :
211
- CodeUri : s3://appdevstore/sumo_app_utils/v2.0.20 /sumo_app_utils.zip
211
+ CodeUri : s3://appdevstore/sumo_app_utils/v2.0.21 /sumo_app_utils.zip
212
212
Handler : " awsresource.enable_s3_logs"
213
213
Runtime : python3.13
214
214
Role : !GetAtt SumoLambdaRole.Arn
@@ -385,7 +385,7 @@ Resources:
385
385
Properties :
386
386
Handler : main.handler
387
387
Runtime : python3.13
388
- CodeUri : s3://appdevstore/sumo_app_utils/v2.0.20 /sumo_app_utils.zip
388
+ CodeUri : s3://appdevstore/sumo_app_utils/v2.0.21 /sumo_app_utils.zip
389
389
MemorySize : 128
390
390
Timeout : 900
391
391
Role :
You can’t perform that action at this time.
0 commit comments