Skip to content

Commit 05d80e1

Browse files
Updated sumo_app_utils SAM
1 parent 393c57f commit 05d80e1

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

sumologic-app-utils/deploy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ rm sumo_app_utils.zip
3131

3232
./build.sh
3333

34-
version="2.0.18"
34+
version="2.0.19"
3535

3636
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
3737

sumologic-app-utils/packaged_sumo_app_utils.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,17 +20,17 @@ Metadata:
2020
- sumologic
2121
- serverless
2222
Name: sumologic-app-utils
23-
SemanticVersion: 2.0.18
23+
SemanticVersion: 2.0.19
2424
SourceCodeUrl: https://github.com/SumoLogic/sumologic-aws-lambda/tree/main/sumologic-app-utils
2525
SpdxLicenseId: Apache-2.0
26-
ReadmeUrl: s3://appdevstore/sumo_app_utils/v2.0.18/4d5a92c06a7fa9d956a900e51a1f6be4
26+
ReadmeUrl: s3://appdevstore/sumo_app_utils/v2.0.19/4d5a92c06a7fa9d956a900e51a1f6be4
2727
Resources:
2828
SumoAppUtilsFunction:
2929
Type: AWS::Serverless::Function
3030
Properties:
3131
Handler: main.handler
3232
Runtime: python3.13
33-
CodeUri: s3://appdevstore/sumo_app_utils/v2.0.18/sumo_app_utils.zip
33+
CodeUri: s3://appdevstore/sumo_app_utils/v2.0.19/sumo_app_utils.zip
3434
MemorySize: 128
3535
Timeout: 300
3636
Policies:

sumologic-app-utils/src/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"type": "array",
1313
"items": {
1414
"type": "string",
15-
"pattern": "^[a-zA-Z0-9_]+=[a-zA-Z0-9_;]+$"
15+
"pattern": "[a-zA-Z0-9=_;,]+$"
1616
}
1717
}
1818
},

sumologic-app-utils/sumo_app_utils.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Metadata:
1717
- sumologic
1818
- serverless
1919
Name: sumologic-app-utils
20-
SemanticVersion: 2.0.18
20+
SemanticVersion: 2.0.19
2121
SourceCodeUrl: https://github.com/SumoLogic/sumologic-aws-lambda/tree/main/sumologic-app-utils
2222
SpdxLicenseId: Apache-2.0
2323
ReadmeUrl: ./README.md
@@ -29,7 +29,7 @@ Resources:
2929
Properties:
3030
Handler: main.handler
3131
Runtime: python3.13
32-
CodeUri: s3://appdevstore/sumo_app_utils/v2.0.18/sumo_app_utils.zip
32+
CodeUri: s3://appdevstore/sumo_app_utils/v2.0.19/sumo_app_utils.zip
3333
MemorySize: 128
3434
Timeout: 300
3535
Policies:
3.83 KB
Binary file not shown.

0 commit comments

Comments
 (0)