Skip to content

Commit 8c2c20a

Browse files
authored
Merge pull request #252 from aws-solutions/release/v6.1.13
Release v6.1.13
2 parents d9c0fde + 9b04ac8 commit 8c2c20a

37 files changed

Lines changed: 2686 additions & 4461 deletions

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
**/regional-s3-assets
55
**/open-source
66
**/.zip
7+
/build
78

89
# python output
910
**/__pycache__
@@ -30,4 +31,4 @@ codescan-unified-default.sh
3031
# test coverage files
3132
**/source/test
3233
**source/**/.coverage
33-
**source/**/coverage
34+
**source/**/coverage

CHANGELOG.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,20 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [6.1.13] - 2025-08-26
9+
10+
### Changed
11+
12+
- Updated Lambda to Python 3.13
13+
14+
### Removed
15+
16+
- AppRegistry removed from solution
17+
18+
### Security
19+
20+
- Security updates for npm packages
21+
822
## [6.1.12] - 2025-06-19
923

1024
### Changed
@@ -69,7 +83,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6983
### Changed
7084

7185
- Updated to JavaScript V3 SDK for NodeJS 18 update.
72-
- All node JS Lambdas upgraded to NodeJS 18 runtime.
86+
- All node JS Lambdas upgraded to NodeJS 18 runtime.
7387
- Updated packages
7488
- Removed deprecated moment package
7589
- Enabled versioning and enforce SSL for S3 buckets

CODE_OF_CONDUCT.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
## Code of Conduct
2-
This project has adopted the [Amazon Open Source Code of Conduct](https://aws.github.io/code-of-conduct).
3-
For more information see the [Code of Conduct FAQ](https://aws.github.io/code-of-conduct-faq) or contact
2+
3+
This project has adopted the [Amazon Open Source Code of Conduct](https://aws.github.io/code-of-conduct).
4+
For more information see the [Code of Conduct FAQ](https://aws.github.io/code-of-conduct-faq) or contact
45
opensource-codeofconduct@amazon.com with any additional questions or comments.

CONTRIBUTING.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ reported the issue. Please try to include as much information as you can. Detail
1919
## Contributing via Pull Requests
2020
Contributions via pull requests are much appreciated. Before sending us a pull request, please ensure that:
2121

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

@@ -47,5 +47,7 @@ opensource-codeofconduct@amazon.com with any additional questions or comments.
4747
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.
4848

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

LICENSE.txt

Lines changed: 0 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
Apache License
32
Version 2.0, January 2004
43
http://www.apache.org/licenses/
@@ -173,30 +172,3 @@
173172
defend, and hold each Contributor harmless for any liability
174173
incurred by, or claims asserted against, such Contributor by reason
175174
of your accepting any such warranty or additional liability.
176-
177-
END OF TERMS AND CONDITIONS
178-
179-
APPENDIX: How to apply the Apache License to your work.
180-
181-
To apply the Apache License to your work, attach the following
182-
boilerplate notice, with the fields enclosed by brackets "[]"
183-
replaced with your own identifying information. (Don't include
184-
the brackets!) The text should be enclosed in the appropriate
185-
comment syntax for the file format. We also recommend that a
186-
file or class name and description of purpose be included on the
187-
same "printed page" as the copyright notice for easier
188-
identification within third-party archives.
189-
190-
Copyright - Amazon.com, Inc. or its affiliates. All Rights Reserved.
191-
192-
Licensed under the Apache License, Version 2.0 (the "License");
193-
you may not use this file except in compliance with the License.
194-
You may obtain a copy of the License at
195-
196-
http://www.apache.org/licenses/LICENSE-2.0
197-
198-
Unless required by applicable law or agreed to in writing, software
199-
distributed under the License is distributed on an "AS IS" BASIS,
200-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
201-
See the License for the specific language governing permissions and
202-
limitations under the License.

0 commit comments

Comments
 (0)