File tree 4 files changed +10
-8
lines changed
4 files changed +10
-8
lines changed Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
2
3
+ export AWS_PROFILE=" prod"
4
+ export AWS_REGION=" us-east-1"
3
5
if [ " $AWS_PROFILE " == " prod" ]
4
6
then
5
7
SAM_S3_BUCKET=" appdevstore"
@@ -26,7 +28,7 @@ if [ ! -f sumo_app_utils.zip ]; then
26
28
rm -r python
27
29
fi
28
30
29
- version=" 2.0.15 "
31
+ version=" 2.0.11 "
30
32
31
33
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
32
34
Original file line number Diff line number Diff line change @@ -20,17 +20,17 @@ Metadata:
20
20
- sumologic
21
21
- serverless
22
22
Name : sumologic-app-utils
23
- SemanticVersion : 2.0.10
23
+ SemanticVersion : 2.0.11
24
24
SourceCodeUrl : https://github.com/SumoLogic/sumologic-aws-lambda/tree/master/sumologic-app-utils
25
25
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
27
27
Resources :
28
28
SumoAppUtilsFunction :
29
29
Type : AWS::Serverless::Function
30
30
Properties :
31
31
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
34
34
MemorySize : 128
35
35
Timeout : 300
36
36
Policies :
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ Metadata:
17
17
- sumologic
18
18
- serverless
19
19
Name : sumologic-app-utils
20
- SemanticVersion : 2.0.10
20
+ SemanticVersion : 2.0.11
21
21
SourceCodeUrl : https://github.com/SumoLogic/sumologic-aws-lambda/tree/master/sumologic-app-utils
22
22
SpdxLicenseId : Apache-2.0
23
23
ReadmeUrl : ./README.md
@@ -28,8 +28,8 @@ Resources:
28
28
Type : ' AWS::Serverless::Function'
29
29
Properties :
30
30
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
33
33
MemorySize : 128
34
34
Timeout : 300
35
35
Policies :
You can’t perform that action at this time.
0 commit comments