File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -43,9 +43,9 @@ Metadata:
43
43
- benchmark
44
44
- cloudtrail
45
45
Name : sumologic-aws-cloudtrail-benchmark
46
- LicenseUrl : s3://appdevstore/cloudtrailbenchmark/v1.0.16 /cac1a6df52c685e0f6ebe4ae72078c80
47
- ReadmeUrl : s3://appdevstore/cloudtrailbenchmark/v1.0.16 /8a901bb4fbbe82f128fc502dd3077508
48
- SemanticVersion : 1.0.16
46
+ LicenseUrl : s3://appdevstore/cloudtrailbenchmark/v1.0.17 /cac1a6df52c685e0f6ebe4ae72078c80
47
+ ReadmeUrl : s3://appdevstore/cloudtrailbenchmark/v1.0.17 /8a901bb4fbbe82f128fc502dd3077508
48
+ SemanticVersion : 1.0.17
49
49
SourceCodeUrl : https://github.com/SumoLogic/sumologic-aws-lambda/tree/main/cloudtrailbenchmark
50
50
Parameters :
51
51
CollectorName :
@@ -127,7 +127,7 @@ Resources:
127
127
Properties :
128
128
Location :
129
129
ApplicationId : arn:aws:serverlessrepo:us-east-1:956882708938:applications/sumologic-app-utils
130
- SemanticVersion : 2.0.16
130
+ SemanticVersion : 2.0.18
131
131
Metadata :
132
132
SamResourceId : SumoAppUtils
133
133
SumoRole :
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ Metadata:
49
49
Name : sumologic-aws-cloudtrail-benchmark
50
50
LicenseUrl : ./LICENSE
51
51
ReadmeUrl : ./README.md
52
- SemanticVersion : 1.0.16
52
+ SemanticVersion : 1.0.17
53
53
SourceCodeUrl : https://github.com/SumoLogic/sumologic-aws-lambda/tree/main/cloudtrailbenchmark
54
54
55
55
@@ -123,7 +123,7 @@ Resources:
123
123
Properties :
124
124
Location :
125
125
ApplicationId : arn:aws:serverlessrepo:us-east-1:956882708938:applications/sumologic-app-utils
126
- SemanticVersion : 2.0.16
126
+ SemanticVersion : 2.0.18
127
127
128
128
SumoRole :
129
129
Condition : SetupSumoResources
Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
2
3
- export AWS_PROFILE=" prod "
3
+ export AWS_PROFILE=" sumocontent "
4
4
export AWS_REGION=" us-east-1"
5
5
if [ " $AWS_PROFILE " == " prod" ]
6
6
then
12
12
fi
13
13
uid=$( cat /dev/random | LC_CTYPE=C tr -dc " [:lower:]" | head -c 6)
14
14
15
- version=" 1.0.15 "
15
+ version=" 1.0.17 "
16
16
17
17
sam package --template-file template.yaml --s3-bucket $SAM_S3_BUCKET --output-template-file packaged.yaml --s3-prefix " cloudtrailbenchmark/v$version " --region $AWS_REGION --profile $AWS_PROFILE
18
18
You can’t perform that action at this time.
0 commit comments