You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -420,7 +420,7 @@ Unlike the user setting overrides, not all of these environment variables have t
420
420
421
421
#### Lambda
422
422
423
-
-`AUTH_UTIL_LAMBDA_ARN`: The Amazon Resource Name (ARN) of the lambda function
423
+
-`AUTH_UTIL_LAMBDA_ARN`: The Auth Util Lambda is used to log into using Builder ID/IdC automatically when running e2e tests. This is the arn that points to the auth util lambda.
424
424
425
425
#### ECS
426
426
@@ -436,8 +436,10 @@ Unlike the user setting overrides, not all of these environment variables have t
436
436
-`GITHUB_ACTION`: The name of the current GitHub Action workflow step that is running
437
437
-`CODEBUILD_BUILD_ID`: The unique ID of the current CodeBuild build that is executing
438
438
-`AWS_TOOLKIT_AUTOMATION`: If tests are currently being ran
439
-
-`DEVELOPMENT_PATH`: The path to the aws toolkit vscode project
439
+
-`TEST_SSO_STARTURL`: The start url you want to use on E2E tests
440
+
-`TEST_SSO_REGION`: The region for the start url you want to use on E2E tests
440
441
-`AWS_TOOLKIT_TEST_NO_COLOR`: If the tests should include colour in their output
442
+
-`DEVELOPMENT_PATH`: The path to the aws toolkit vscode project
441
443
-`TEST_DIR` - The directory where the test runner should find the tests
0 commit comments