Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 24631d4

Browse files
committedDec 11, 2023
update readme
1 parent fdb7990 commit 24631d4

File tree

2 files changed

+2
-14
lines changed

2 files changed

+2
-14
lines changed
 

‎LICENSE

-14
Original file line numberDiff line numberDiff line change
@@ -1,14 +0,0 @@
1-
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
2-
3-
Permission is hereby granted, free of charge, to any person obtaining a copy of this
4-
software and associated documentation files (the "Software"), to deal in the Software
5-
without restriction, including without limitation the rights to use, copy, modify,
6-
merge, publish, distribute, sublicense, and/or sell copies of the Software, and to
7-
permit persons to whom the Software is furnished to do so.
8-
9-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,
10-
INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
11-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
12-
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
13-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
14-
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

‎README.md

+2
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,5 @@ The repository demonstrates some novel and reusable solution components:
2020
* SigV4 signing from an Envoy Proxy running in a container.
2121
* Service to service flows, using SigV4 signing in node.js and container based credentials.
2222
* Integration of VPC Lattice with ECS containers, using CDK
23+
24+
Note: This solution is intended as sample code only, and not for production use. In particular, it does not implement TLS and the sample application will echo the contents of the request back to the caller.

0 commit comments

Comments
 (0)
Please sign in to comment.