File tree 2 files changed +8
-0
lines changed 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -24,6 +24,12 @@ script_utc_start_time=$(date -u +"%Y%m%dT%H%M%S")
24
24
25
25
mismatch_found=false
26
26
27
+ if [ -z " $AWS_SECRET_ACCESS_KEY " ]; then
28
+ echo " No AWS credentials were found in the environment."
29
+ echo " Note that only Datadog employees can run these integration tests."
30
+ exit 1
31
+ fi
32
+
27
33
if [ -z " $DD_API_KEY " ]; then
28
34
echo " No DD_API_KEY env var set, exiting"
29
35
exit 1
Original file line number Diff line number Diff line change @@ -12,6 +12,8 @@ provider:
12
12
DD_API_KEY : ${env:DD_API_KEY}
13
13
lambdaHashingVersion : 20201221
14
14
timeout : 15
15
+ deploymentBucket :
16
+ name : integration-tests-deployment-bucket
15
17
iam :
16
18
# IAM permissions require that all functions are deployed with this role
17
19
role : " arn:aws:iam::601427279990:role/serverless-integration-test-lambda-role"
You can’t perform that action at this time.
0 commit comments