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: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -59,7 +59,7 @@ To make changes to the solution, download or clone this repository, update the s
59
59
60
60
### Prerequisites
61
61
62
-
- Node.js 14.x or later
62
+
- Node.js 16.x or later
63
63
- S3 bucket that includes the AWS region as a suffix in the name. For example, `my-bucket-us-east-1`. The bucket and CloudFormation stack must be in the same region. The solution's CloudFormation template will expect the source code to be located in a bucket matching that name.
64
64
65
65
### Running unit tests for customization
@@ -91,7 +91,7 @@ export BUCKET_NAME=$BUCKET_PREFIX-$REGION # full bucket name where the code will
91
91
export SOLUTION_NAME=my-solution-name
92
92
export VERSION=my-version # version number for the customized code
93
93
export PUBLIC_ECR_REGISTRY=public.ecr.aws/awssolutions/distributed-load-testing-on-aws-load-tester # replace with the container registry and image if you want to use a different container image
94
-
export PUBLIC_ECR_TAG=v3.0.0 # replace with the container image tag if you want to use a different container image
94
+
export PUBLIC_ECR_TAG=v3.2.0 # replace with the container image tag if you want to use a different container image
"header/header": ["error", "line", [" Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.", " SPDX-License-Identifier: Apache-2.0"], 2],
55
+
56
+
"jsdoc/require-param-type": ["off"],
57
+
"jsdoc/require-returns-type": ["off"],
58
+
"jsdoc/newline-after-description": ["off"],
59
+
60
+
"import/no-unresolved": 1 // warn only on Unable to resolve path import/no-unresolved
0 commit comments