Skip to content

Commit 76558b7

Browse files
committed
Update to version v6.0.0
1 parent 4c9e349 commit 76558b7

File tree

91 files changed

+11476
-8931
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

91 files changed

+11476
-8931
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212

1313
# test assets
1414
**/coverage
15+
**/coverage-reports
1516
**/.nyc_output
1617

1718
# misc

CHANGELOG.md

+100-49
Large diffs are not rendered by default.

CONTRIBUTING.md

+17-13
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,27 @@
11
# Contributing Guidelines
2+
23
Thank you for your interest in contributing to our project. Whether it's a bug report, new feature, correction, or additional
34
documentation, we greatly value feedback and contributions from our community.
45

56
Please read through this document before submitting any issues or pull requests to ensure we have all the necessary
67
information to effectively respond to your bug report or contribution.
78

89
## Reporting Bugs/Feature Requests
10+
911
We welcome you to use the GitHub issue tracker to report bugs or suggest features.
1012

11-
When filing an issue, please check [existing open](https://github.com/awslabs/serverless-image-handler/issues), or [recently closed](https://github.com/awslabs/serverless-image-handler/issues?utf8=%E2%9C%93&q=is%3Aissue%20is%3Aclosed%20), issues to make sure somebody else hasn't already
12-
reported the issue. Please try to include as much information as you can. Details like these are incredibly useful:
13+
When filing an issue, please check [existing open](https://github.com/aws-solutions/serverless-image-handler/issues), or [recently closed](https://github.com/aws-solutions/serverless-image-handler/issues?utf8=%E2%9C%93&q=is%3Aissue%20is%3Aclosed%20), issues to make sure somebody else hasn't already reported the issue. Please try to include as much information as you can. Details like these are incredibly useful:
1314

14-
* A reproducible test case or series of steps
15-
* The version of our code being used
16-
* Any modifications you've made relevant to the bug
17-
* Anything unusual about your environment or deployment
15+
- A reproducible test case or series of steps
16+
- The version of our code being used
17+
- Any modifications you've made relevant to the bug
18+
- Anything unusual about your environment or deployment
1819

1920
## Contributing via Pull Requests
21+
2022
Contributions via pull requests are much appreciated. Before sending us a pull request, please ensure that:
2123

22-
1. You are working against the latest source on the *master* branch.
24+
1. You are working against the latest source on the _main_ branch.
2325
2. You check existing open, and recently merged, pull requests to make sure someone else hasn't addressed the problem already.
2426
3. You open an issue to discuss any significant work - we would hate for your time to be wasted.
2527

@@ -32,20 +34,22 @@ To send us a pull request, please:
3234
5. Send us a pull request, answering any default questions in the pull request interface.
3335
6. Pay attention to any automated CI failures reported in the pull request, and stay involved in the conversation.
3436

35-
GitHub provides additional document on [forking a repository](https://help.github.com/articles/fork-a-repo/) and
36-
[creating a pull request](https://help.github.com/articles/creating-a-pull-request/).
37+
GitHub provides additional document on [forking a repository](https://help.github.com/articles/fork-a-repo/) and [creating a pull request](https://help.github.com/articles/creating-a-pull-request/).
3738

3839
## Finding contributions to work on
39-
Looking at the existing issues is a great way to find something to contribute on. As our projects, by default, use the default GitHub issue labels ((enhancement/bug/duplicate/help wanted/invalid/question/wontfix), looking at any ['help wanted'](https://github.com/awslabs/serverless-image-handler/labels/help%20wanted) issues is a great place to start.
40+
41+
Looking at the existing issues is a great way to find something to contribute on. As our projects, by default, use the default GitHub issue labels ((enhancement/bug/duplicate/help wanted/invalid/question/wontfix), looking at any ['help wanted'](https://github.com/aws-solutions/serverless-image-handler/labels/help%20wanted) issues is a great place to start.
4042

4143
## Code of Conduct
44+
4245
This project has adopted the [Amazon Open Source Code of Conduct](https://aws.github.io/code-of-conduct).
43-
For more information see the [Code of Conduct FAQ](https://aws.github.io/code-of-conduct-faq) or contact
44-
[email protected] with any additional questions or comments.
46+
For more information see the [Code of Conduct FAQ](https://aws.github.io/code-of-conduct-faq) or contact [email protected] with any additional questions or comments.
4547

4648
## Security issue notifications
49+
4750
If you discover a potential security issue in this project we ask that you notify AWS/Amazon Security via our [vulnerability reporting page](http://aws.amazon.com/security/vulnerability-reporting/). Please do **not** create a public github issue.
4851

4952
## Licensing
50-
See the [LICENSE](https://github.com/awslabs/serverless-image-handler/blob/master/LICENSE.txt) file for our project's licensing. We will ask you to confirm the licensing of your contribution.
53+
54+
See the [LICENSE](https://github.com/aws-solutions/serverless-image-handler/blob/main/LICENSE.txt) file for our project's licensing. We will ask you to confirm the licensing of your contribution.
5155
We may ask you to sign a [Contributor License Agreement (CLA)](http://en.wikipedia.org/wiki/Contributor_License_Agreement) for larger changes.

NOTICE.txt

+37-5
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,45 @@ THIRD PARTY COMPONENTS
66
**********************
77
This software includes third party software subject to the following copyrights:
88

9-
aws-sdk under the Apache License Version 2.0
9+
@aws-cdk/assert under the Apache License 2.0
10+
@aws-cdk/aws-apigateway under the Apache License 2.0
11+
@aws-cdk/aws-cloudfront under the Apache License 2.0
12+
@aws-cdk/aws-iam under the Apache License 2.0
13+
@aws-cdk/aws-lambda under the Apache License 2.0
14+
@aws-cdk/aws-s3 under the Apache License 2.0
15+
@aws-cdk/core under the Apache License 2.0
16+
@aws-solutions-constructs/aws-apigateway-lambda under the Apache License 2.0
17+
@aws-solutions-constructs/aws-cloudfront-apigateway-lambda under the Apache License 2.0
18+
@aws-solutions-constructs/aws-cloudfront-s3 under the Apache License 2.0
19+
@aws-solutions-constructs/core under the Apache License 2.0
20+
@popperjs/core under the Massachusetts Institute of Technology (MIT) license
21+
@types/color under the Massachusetts Institute of Technology (MIT) license
22+
@types/color-name under the Massachusetts Institute of Technology (MIT) license
23+
@types/jest under the Massachusetts Institute of Technology (MIT) license
24+
@types/node under the Massachusetts Institute of Technology (MIT) license
25+
@types/sharp under the Massachusetts Institute of Technology (MIT) license
26+
@types/uuid under the Massachusetts Institute of Technology (MIT) license
27+
@typescript-eslint/eslint-plugin under the Massachusetts Institute of Technology (MIT) license
28+
@typescript-eslint/parser under the BSD 2-Clause license
29+
aws-cdk under the Apache License 2.0
30+
aws-sdk under the Apache License 2.0
1031
axios under the Massachusetts Institute of Technology (MIT) license
11-
axios-mock-adapter under the Massachusetts Institute of Technology (MIT) license
1232
bootstrap under the Massachusetts Institute of Technology (MIT) license
1333
color under the Massachusetts Institute of Technology (MIT) license
1434
color-name under the Massachusetts Institute of Technology (MIT) license
35+
eslint under the Massachusetts Institute of Technology (MIT) license
36+
eslint-config-prettier under the Massachusetts Institute of Technology (MIT) license
37+
eslint-config-standard under the Massachusetts Institute of Technology (MIT) license
38+
eslint-plugin-header under the Massachusetts Institute of Technology (MIT) license
39+
eslint-plugin-import under the Massachusetts Institute of Technology (MIT) license
40+
eslint-plugin-jsdoc under the BSD 2-Clause license
41+
eslint-plugin-node under the Massachusetts Institute of Technology (MIT) license
42+
eslint-plugin-prettier under the Massachusetts Institute of Technology (MIT) license
1543
jest under the Massachusetts Institute of Technology (MIT) license
16-
mocha under the Massachusetts Institute of Technology (MIT) license
17-
sharp under the Apache License Version 2.0
18-
uuid under the Massachusetts Institute of Technology (MIT) license
44+
jquery under the Massachusetts Institute of Technology (MIT) license
45+
moment under the Massachusetts Institute of Technology (MIT) license
46+
sharp under the Apache License 2.0
47+
ts-jest under the Massachusetts Institute of Technology (MIT) license
48+
ts-node under the Massachusetts Institute of Technology (MIT) license
49+
typescript under the Apache License 2.0
50+
uuid under the Massachusetts Institute of Technology (MIT) license

0 commit comments

Comments
 (0)