Skip to content

Commit 07b2a2a

Browse files
authored
Merge pull request #181 from SumoLogic/hpal_concurrency_fix
Removed concurrency and bumped up version
2 parents caee03d + 8fa1309 commit 07b2a2a

File tree

3 files changed

+6
-8
lines changed

3 files changed

+6
-8
lines changed

securityhub-org/sumologic-securityhub-collector-awsorg/sam/packaged.yaml

+4-5
Original file line numberDiff line numberDiff 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.4/6092dd6c323e33634657102f570628e0
25-
ReadmeUrl: s3://appdevstore/SecurityHubCollectorAWSOrg/v1.0.4/eb911876461845db8f3113dbace6d454
26-
SemanticVersion: 1.0.4
24+
LicenseUrl: s3://appdevstore/SecurityHubCollectorAWSOrg/v1.0.5/6092dd6c323e33634657102f570628e0
25+
ReadmeUrl: s3://appdevstore/SecurityHubCollectorAWSOrg/v1.0.5/eb911876461845db8f3113dbace6d454
26+
SemanticVersion: 1.0.5
2727
SourceCodeUrl: https://github.com/SumoLogic/sumologic-aws-lambda/tree/master/securityhub-org/sumologic-securityhub-connector-aws-org
2828
SpdxLicenseId: Apache-2.0
2929
Parameters:
@@ -43,10 +43,9 @@ Resources:
4343
Properties:
4444
Handler: securityhub_collector_org.lambda_handler
4545
Runtime: python3.11
46-
CodeUri: s3://appdevstore/SecurityHubCollectorAWSOrg/v1.0.4/777ccb7a25ea254ed6c24e40a08fa709
46+
CodeUri: s3://appdevstore/SecurityHubCollectorAWSOrg/v1.0.5/777ccb7a25ea254ed6c24e40a08fa709
4747
MemorySize: 128
4848
Timeout: 300
49-
ReservedConcurrentExecutions: 100
5049
Environment:
5150
Variables:
5251
SUMO_ENDPOINT:

securityhub-org/sumologic-securityhub-collector-awsorg/sam/sam_package.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ else
77
AWS_REGION="us-east-1"
88
fi
99

10-
version="1.0.4"
10+
version="1.0.5"
1111

1212
echo "Creating package.yaml"
1313
sam 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

securityhub-org/sumologic-securityhub-collector-awsorg/sam/template.yaml

+1-2
Original file line numberDiff line numberDiff 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.4
23+
SemanticVersion: 1.0.5
2424
SourceCodeUrl: https://github.com/SumoLogic/sumologic-aws-lambda/tree/master/securityhub-org/sumologic-securityhub-connector-aws-org
2525
SpdxLicenseId: Apache-2.0
2626

@@ -45,7 +45,6 @@ Resources:
4545
CodeUri: ../src/src.zip
4646
MemorySize: 128
4747
Timeout: 300
48-
ReservedConcurrentExecutions: 100
4948
Environment:
5049
Variables:
5150
SUMO_ENDPOINT: !Ref SumoEndpoint

0 commit comments

Comments
 (0)