Skip to content

Commit 002461a

Browse files
committed
sumo app utils SAM updated
1 parent 1d4c63f commit 002461a

File tree

4 files changed

+10
-8
lines changed

4 files changed

+10
-8
lines changed

sumologic-app-utils/deploy.sh

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#!/bin/bash
22

3+
export AWS_PROFILE="prod"
4+
export AWS_REGION="us-east-1"
35
if [ "$AWS_PROFILE" == "prod" ]
46
then
57
SAM_S3_BUCKET="appdevstore"
@@ -26,7 +28,7 @@ if [ ! -f sumo_app_utils.zip ]; then
2628
rm -r python
2729
fi
2830

29-
version="2.0.15"
31+
version="2.0.11"
3032

3133
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
3234

sumologic-app-utils/packaged_sumo_app_utils.yaml

+4-4
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.10
23+
SemanticVersion: 2.0.11
2424
SourceCodeUrl: https://github.com/SumoLogic/sumologic-aws-lambda/tree/master/sumologic-app-utils
2525
SpdxLicenseId: Apache-2.0
26-
ReadmeUrl: s3://appdevstore/sumo_app_utils/v2.0.10/4d5a92c06a7fa9d956a900e51a1f6be4
26+
ReadmeUrl: s3://appdevstore/sumo_app_utils/v2.0.11/4d5a92c06a7fa9d956a900e51a1f6be4
2727
Resources:
2828
SumoAppUtilsFunction:
2929
Type: AWS::Serverless::Function
3030
Properties:
3131
Handler: main.handler
32-
Runtime: python3.7
33-
CodeUri: s3://appdevstore/sumo_app_utils/v2.0.10/sumo_app_utils.zip
32+
Runtime: python3.11
33+
CodeUri: s3://appdevstore/sumo_app_utils/v2.0.11/sumo_app_utils.zip
3434
MemorySize: 128
3535
Timeout: 300
3636
Policies:

sumologic-app-utils/sumo_app_utils.yaml

+3-3
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.10
20+
SemanticVersion: 2.0.11
2121
SourceCodeUrl: https://github.com/SumoLogic/sumologic-aws-lambda/tree/master/sumologic-app-utils
2222
SpdxLicenseId: Apache-2.0
2323
ReadmeUrl: ./README.md
@@ -28,8 +28,8 @@ Resources:
2828
Type: 'AWS::Serverless::Function'
2929
Properties:
3030
Handler: main.handler
31-
Runtime: python3.7
32-
CodeUri: s3://appdevstore/sumo_app_utils/v2.0.10/sumo_app_utils.zip
31+
Runtime: python3.11
32+
CodeUri: s3://appdevstore/sumo_app_utils/v2.0.11/sumo_app_utils.zip
3333
MemorySize: 128
3434
Timeout: 300
3535
Policies:
-49.1 KB
Binary file not shown.

0 commit comments

Comments
 (0)