Skip to content

Commit

Permalink
Merge pull request #181 from SumoLogic/hpal_concurrency_fix
Browse files Browse the repository at this point in the history
Removed concurrency and bumped up version
  • Loading branch information
himanshu219 authored Nov 9, 2023
2 parents caee03d + 8fa1309 commit 07b2a2a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ Metadata:
- cloudwatchevents
- securityhub
Name: sumologic-securityhub-connector-aws-org
LicenseUrl: s3://appdevstore/SecurityHubCollectorAWSOrg/v1.0.4/6092dd6c323e33634657102f570628e0
ReadmeUrl: s3://appdevstore/SecurityHubCollectorAWSOrg/v1.0.4/eb911876461845db8f3113dbace6d454
SemanticVersion: 1.0.4
LicenseUrl: s3://appdevstore/SecurityHubCollectorAWSOrg/v1.0.5/6092dd6c323e33634657102f570628e0
ReadmeUrl: s3://appdevstore/SecurityHubCollectorAWSOrg/v1.0.5/eb911876461845db8f3113dbace6d454
SemanticVersion: 1.0.5
SourceCodeUrl: https://github.com/SumoLogic/sumologic-aws-lambda/tree/master/securityhub-org/sumologic-securityhub-connector-aws-org
SpdxLicenseId: Apache-2.0
Parameters:
Expand All @@ -43,10 +43,9 @@ Resources:
Properties:
Handler: securityhub_collector_org.lambda_handler
Runtime: python3.11
CodeUri: s3://appdevstore/SecurityHubCollectorAWSOrg/v1.0.4/777ccb7a25ea254ed6c24e40a08fa709
CodeUri: s3://appdevstore/SecurityHubCollectorAWSOrg/v1.0.5/777ccb7a25ea254ed6c24e40a08fa709
MemorySize: 128
Timeout: 300
ReservedConcurrentExecutions: 100
Environment:
Variables:
SUMO_ENDPOINT:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ else
AWS_REGION="us-east-1"
fi

version="1.0.4"
version="1.0.5"

echo "Creating package.yaml"
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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Metadata:
Name: sumologic-securityhub-connector-aws-org
LicenseUrl: ../LICENSE
ReadmeUrl: ../README.md
SemanticVersion: 1.0.4
SemanticVersion: 1.0.5
SourceCodeUrl: https://github.com/SumoLogic/sumologic-aws-lambda/tree/master/securityhub-org/sumologic-securityhub-connector-aws-org
SpdxLicenseId: Apache-2.0

Expand All @@ -45,7 +45,6 @@ Resources:
CodeUri: ../src/src.zip
MemorySize: 128
Timeout: 300
ReservedConcurrentExecutions: 100
Environment:
Variables:
SUMO_ENDPOINT: !Ref SumoEndpoint
Expand Down

0 comments on commit 07b2a2a

Please sign in to comment.