File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed
securityhub-org/sumologic-securityhub-collector-awsorg/sam Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -21,9 +21,9 @@ Metadata:
2121 - cloudwatchevents
2222 - securityhub
2323 Name : sumologic-securityhub-connector-aws-org
24- LicenseUrl : s3://appdevstore/SecurityHubCollectorAWSOrg/v1.0.7 /6092dd6c323e33634657102f570628e0
25- ReadmeUrl : s3://appdevstore/SecurityHubCollectorAWSOrg/v1.0.7 /eb911876461845db8f3113dbace6d454
26- SemanticVersion : 1.0.7
24+ LicenseUrl : s3://appdevstore/SecurityHubCollectorAWSOrg/v1.0.8 /6092dd6c323e33634657102f570628e0
25+ ReadmeUrl : s3://appdevstore/SecurityHubCollectorAWSOrg/v1.0.8 /eb911876461845db8f3113dbace6d454
26+ SemanticVersion : 1.0.8
2727 SourceCodeUrl : https://github.com/SumoLogic/sumologic-aws-lambda/tree/main/securityhub-org/sumologic-securityhub-collector-awsorg/src
2828 SpdxLicenseId : Apache-2.0
2929Parameters :
@@ -42,8 +42,8 @@ Resources:
4242 Type : AWS::Serverless::Function
4343 Properties :
4444 Handler : securityhub_collector_org.lambda_handler
45- Runtime : python3.11
46- CodeUri : s3://appdevstore/SecurityHubCollectorAWSOrg/v1.0.7 /72d8a9923335d52f948cbd3f99d8b91d
45+ Runtime : python3.13
46+ CodeUri : s3://appdevstore/SecurityHubCollectorAWSOrg/v1.0.8 /72d8a9923335d52f948cbd3f99d8b91d
4747 MemorySize : 128
4848 Timeout : 300
4949 Environment :
Original file line number Diff line number Diff line change 1010 AWS_REGION=" us-east-1"
1111fi
1212
13- version=" 1.0.6 "
13+ version=" 1.0.8 "
1414
1515echo " Creating package.yaml"
1616sam package --template-file template.yaml --s3-bucket $SAM_S3_BUCKET --output-template-file packaged.yaml --s3-prefix " SecurityHubCollectorAWSOrg/v" $version --region $AWS_REGION --profile $AWS_PROFILE
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ Metadata:
2020 Name : sumologic-securityhub-connector-aws-org
2121 LicenseUrl : ../LICENSE
2222 ReadmeUrl : ../README.md
23- SemanticVersion : 1.0.7
23+ SemanticVersion : 1.0.8
2424 SourceCodeUrl : https://github.com/SumoLogic/sumologic-aws-lambda/tree/main/securityhub-org/sumologic-securityhub-collector-awsorg/src
2525 SpdxLicenseId : Apache-2.0
2626
@@ -41,7 +41,7 @@ Resources:
4141 Type : ' AWS::Serverless::Function'
4242 Properties :
4343 Handler : securityhub_collector_org.lambda_handler
44- Runtime : python3.11
44+ Runtime : python3.13
4545 CodeUri : ../src/src.zip
4646 MemorySize : 128
4747 Timeout : 300
You can’t perform that action at this time.
0 commit comments