Skip to content

Commit

Permalink
Updated sumo_app_utils SAM
Browse files Browse the repository at this point in the history
  • Loading branch information
akhil-sumologic committed Dec 9, 2024
1 parent 393c57f commit 05d80e1
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion sumologic-app-utils/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ rm sumo_app_utils.zip

./build.sh

version="2.0.18"
version="2.0.19"

aws s3 cp sumo_app_utils.zip s3://$SAM_S3_BUCKET/sumo_app_utils/v"$version"/sumo_app_utils.zip --region $AWS_REGION --acl public-read

Expand Down
6 changes: 3 additions & 3 deletions sumologic-app-utils/packaged_sumo_app_utils.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,17 @@ Metadata:
- sumologic
- serverless
Name: sumologic-app-utils
SemanticVersion: 2.0.18
SemanticVersion: 2.0.19
SourceCodeUrl: https://github.com/SumoLogic/sumologic-aws-lambda/tree/main/sumologic-app-utils
SpdxLicenseId: Apache-2.0
ReadmeUrl: s3://appdevstore/sumo_app_utils/v2.0.18/4d5a92c06a7fa9d956a900e51a1f6be4
ReadmeUrl: s3://appdevstore/sumo_app_utils/v2.0.19/4d5a92c06a7fa9d956a900e51a1f6be4
Resources:
SumoAppUtilsFunction:
Type: AWS::Serverless::Function
Properties:
Handler: main.handler
Runtime: python3.13
CodeUri: s3://appdevstore/sumo_app_utils/v2.0.18/sumo_app_utils.zip
CodeUri: s3://appdevstore/sumo_app_utils/v2.0.19/sumo_app_utils.zip
MemorySize: 128
Timeout: 300
Policies:
Expand Down
2 changes: 1 addition & 1 deletion sumologic-app-utils/src/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"type": "array",
"items": {
"type": "string",
"pattern": "^[a-zA-Z0-9_]+=[a-zA-Z0-9_;]+$"
"pattern": "[a-zA-Z0-9=_;,]+$"
}
}
},
Expand Down
4 changes: 2 additions & 2 deletions sumologic-app-utils/sumo_app_utils.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Metadata:
- sumologic
- serverless
Name: sumologic-app-utils
SemanticVersion: 2.0.18
SemanticVersion: 2.0.19
SourceCodeUrl: https://github.com/SumoLogic/sumologic-aws-lambda/tree/main/sumologic-app-utils
SpdxLicenseId: Apache-2.0
ReadmeUrl: ./README.md
Expand All @@ -29,7 +29,7 @@ Resources:
Properties:
Handler: main.handler
Runtime: python3.13
CodeUri: s3://appdevstore/sumo_app_utils/v2.0.18/sumo_app_utils.zip
CodeUri: s3://appdevstore/sumo_app_utils/v2.0.19/sumo_app_utils.zip
MemorySize: 128
Timeout: 300
Policies:
Expand Down
Binary file modified sumologic-app-utils/sumo_app_utils.zip
Binary file not shown.

0 comments on commit 05d80e1

Please sign in to comment.