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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -56,6 +56,6 @@ If you discover a potential security issue in this project we ask that you notif
56
56
57
57
## Licensing
58
58
59
-
See the [LICENSE](https://github.com/awslabs/distributed-load-testing-on-aws/blob/master/LICENSE) file for our project's licensing. We will ask you to confirm the licensing of your contribution.
59
+
See the [LICENSE](https://github.com/awslabs/distributed-load-testing-on-aws/blob/master/LICENSE.txt) file for our project's licensing. We will ask you to confirm the licensing of your contribution.
60
60
61
61
We may ask you to sign a [Contributor License Agreement (CLA)](http://en.wikipedia.org/wiki/Contributor_License_Agreement) for larger changes.
Copy file name to clipboardExpand all lines: NOTICE.txt
+20-11Lines changed: 20 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -6,23 +6,32 @@ THIRD PARTY COMPONENTS
6
6
**********************
7
7
This software includes third party software subject to the following copyrights:
8
8
9
-
AWS SDK under the Apache License Version 2.0
9
+
@fortawesome/fontawesome-svg-core under the Massachusetts Institute of Technology (MIT) license
10
+
@fortawesome/free-brands-svg-icons under the Creative Commons Attribution 4.0 International license and the Massachusetts Institute of Technology (MIT) license
11
+
@fortawesome/free-solid-svg-icons under the Creative Commons Attribution 4.0 International license and the Massachusetts Institute of Technology (MIT) license
12
+
@fortawesome/react-fontawesome under the Massachusetts Institute of Technology (MIT) license
13
+
aws-sdk under the Apache License Version 2.0
10
14
aws-amplify under the Apache License Version 2.0
11
15
aws-amplify-react under the Apache License Version 2.0
16
+
axios under the Massachusetts Institute of Technology (MIT) license
17
+
axios-mock-adapter under the Massachusetts Institute of Technology (MIT) license
12
18
bootstrap under the Massachusetts Institute of Technology (MIT) license
19
+
brace under the Massachusetts Institute of Technology (MIT) license
20
+
jest under the Massachusetts Institute of Technology (MIT) license
21
+
jetty-alpn-client under the Apache License Version 2.0 and the Eclipse Public License 1.0
22
+
jetty-alpn-openjdk8-client under the Apache License Version 2.0 and the Eclipse Public License 1.0
23
+
jetty-client under the Apache License Version 2.0 and the Eclipse Public License 1.0
24
+
jetty-http under the Apache License Version 2.0 and the Eclipse Public License 1.0
25
+
jetty-io under the Apache License Version 2.0 and the Eclipse Public License 1.0
26
+
jetty-util under the Apache License Version 2.0 and the Eclipse Public License 1.0
27
+
moment under the Massachusetts Institute of Technology (MIT) license
13
28
react under the Massachusetts Institute of Technology (MIT) license
14
-
reactstrap under the Massachusetts Institute of Technology (MIT) license
29
+
react-ace under the Massachusetts Institute of Technology (MIT) license
15
30
react-dom under the Massachusetts Institute of Technology (MIT) license
16
-
react-router under the Massachusetts Institute of Technology (MIT) license
17
31
react-router-dom under the Massachusetts Institute of Technology (MIT) license
18
32
react-scripts under the Massachusetts Institute of Technology (MIT) license
19
-
moment.js under the Massachusetts Institute of Technology (MIT) license
33
+
reactstrap under the Massachusetts Institute of Technology (MIT) license
20
34
shortid under the Massachusetts Institute of Technology (MIT) license
21
-
font-awesome under the Massachusetts Institute of Technology (MIT) license
35
+
taurus under the Apache License Version 2.0
22
36
uuid under the Massachusetts Institute of Technology (MIT) license
23
-
axios under the Massachusetts Institute of Technology (MIT) license
24
-
axios-mock-adapter under the Massachusetts Institute of Technology (MIT) license
25
-
chai under the Massachusetts Institute of Technology (MIT) license
26
-
mocha under the Massachusetts Institute of Technology (MIT) license
27
-
aws-sdk-mock under the Massachusetts Institute of Technology (MIT) license
28
-
37
+
xml-js under the Massachusetts Institute of Technology (MIT) license
Copy file name to clipboardExpand all lines: README.md
+6-3Lines changed: 6 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ The Distributed Load Testing Solution leverages managed, highly available and hi
14
14

15
15
16
16
## Deployment
17
-
The solution is deployed using a CloudFormation template with a lambda backed custom resource. For details on deploying the solution please see the details on the solution home page: [Distributed Load Testing](https://aws.amazon.com/solutions/distributed-load-testing-on-aws/)
17
+
The solution is deployed using a CloudFormation template with a lambda backed custom resource. For details on deploying the solution please see the details on the solution home page: [Distributed Load Testing](https://aws.amazon.com/solutions/implementations/distributed-load-testing-on-aws/)
18
18
19
19
## Source Code
20
20
@@ -30,14 +30,17 @@ The Taurus DockerFile and bash script run at start of the test to download the t
30
30
**source/custom-resource**<br/>
31
31
A NodeJS Lambda function used as a CloudFormation custom resource for configuring Amazon S3 bucket notifications and to send anonymous metrics.
32
32
33
+
**source/ecr-checker**<br/>
34
+
A NodeJS Lambda function that checks if the Amazon ECR is ready or not.
35
+
33
36
**source/results-parser**<br/>
34
37
A NodeJS Lambda function used to write the xml output from the docker images to Amazon DynamoDB and generate the final results for each test.
35
38
36
39
**source/task-runner**<br/>
37
-
A NodeJS Lambda function that runs the Amaazon ECS task definition for each test.
40
+
A NodeJS Lambda function that runs the Amazon ECS task definition for each test.
38
41
39
42
**source/task-status-checker**<br/>
40
-
A NodeJS Lambda function that checks if the Amaazon ECS tasks are running or not.
43
+
A NodeJS Lambda function that checks if the Amazon ECS tasks are running or not.
41
44
42
45
## Creating a custom build
43
46
The solution can be deployed through the CloudFormation template available on the solution home page: [Distributed Load Testing](https://aws.amazon.com/solutions/implementations/distributed-load-testing-on-aws/).
0 commit comments