Skip to content

Commit dc7b1ff

Browse files
authored
initial release of v1.0.0
Initial commit of v1.0.0
2 parents e0a8175 + b43806f commit dc7b1ff

File tree

469 files changed

+240951
-23
lines changed

Some content is hidden

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

469 files changed

+240951
-23
lines changed
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve
4+
title: ""
5+
labels: bug
6+
assignees: ""
7+
---
8+
9+
**Describe the bug**
10+
A clear and concise description of what the bug is.
11+
12+
**To Reproduce**
13+
Steps to reproduce the behavior.
14+
15+
**Expected behavior**
16+
A clear and concise description of what you expected to happen.
17+
18+
**Please complete the following information about the solution:**
19+
20+
- [ ] Version: [e.g. v1.0.0]
21+
22+
To get the version of the solution, you can look at the description of the created CloudFormation stack. For example, "(SO0276) - Generative AI Application Builder on AWS Solution. Version v1.0.0".
23+
24+
- [ ] Region: [e.g. us-east-1]
25+
- [ ] Was the solution modified from the version published on this repository?
26+
- [ ] If the answer to the previous question was yes, are the changes available on GitHub?
27+
- [ ] Have you checked your [service quotas](https://docs.aws.amazon.com/general/latest/gr/aws_service_limits.html) for the sevices this solution uses?
28+
- [ ] Were there any errors in the CloudWatch Logs?
29+
30+
**Screenshots**
31+
If applicable, add screenshots to help explain your problem (please **DO NOT include sensitive information**).
32+
33+
**Additional context**
34+
Add any other context about the problem here.
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
name: Feature request
3+
about: Suggest an idea for this solution
4+
title: ''
5+
labels: enhancement
6+
assignees: ''
7+
8+
---
9+
10+
**Is your feature request related to a problem? Please describe.**
11+
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
12+
13+
**Describe the feature you'd like**
14+
A clear and concise description of what you want to happen.
15+
16+
**Additional context**
17+
Add any other context or screenshots about the feature request here.

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
*Issue #, if available:*
2+
3+
*Description of changes:*
4+
5+
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

.gitignore

Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,57 @@
1+
deployment/global-s3-assets
2+
deployment/regional-s3-assets
3+
deployment/open-source
4+
5+
**/coverage/
6+
**/coverage-reports/
7+
.coverage
8+
9+
node_modules/
10+
11+
cfn_nag_suppressions.log
12+
13+
**.DS_STORE**
14+
15+
**/.venv*/**
16+
.venv/**
17+
*venv*
18+
__pycache__/
19+
*.egg-info
20+
*.egg
21+
22+
codebuild_build.sh
23+
.vscode/settings.json
24+
.vscode/launch.json
25+
*tmp*
26+
.pytest_cache
27+
28+
.idea/**
29+
30+
aws_lambda_powertools/
31+
aws_xray_sdk/
32+
boto3/
33+
botocore/
34+
build/lib/
35+
dateutil/
36+
urllib3/
37+
jmespath/
38+
python_dateutil/
39+
s3transfer/
40+
coverage/
41+
coverage-reports/
42+
six.py
43+
typing_extensions.py
44+
wrapt
45+
THIRD-PARTY-LICENSES
46+
47+
target/
48+
*.jar
49+
source/infrastructure/test/mock-lambda-func/java-lambda/checkstyle-result.xml
50+
**/*dependency-reduced-pom.xml
51+
.coverage.*
52+
53+
dist/
54+
*.log
55+
bak.*
56+
*.ipynb*
57+
_bandit_temp.json

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
## [1.0.0] - 2023-10-16
9+
10+
### Added
11+
12+
- Initial Release

CODE_OF_CONDUCT.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@
22
This project has adopted the [Amazon Open Source Code of Conduct](https://aws.github.io/code-of-conduct).
33
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.
5+

CONTRIBUTING.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -6,24 +6,23 @@ documentation, we greatly value feedback and contributions from our community.
66
Please read through this document before submitting any issues or pull requests to ensure we have all the necessary
77
information to effectively respond to your bug report or contribution.
88

9-
109
## Reporting Bugs/Feature Requests
1110

1211
We welcome you to use the GitHub issue tracker to report bugs or suggest features.
1312

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

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

2321
## Contributing via Pull Requests
22+
2423
Contributions via pull requests are much appreciated. Before sending us a pull request, please ensure that:
2524

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

@@ -39,21 +38,22 @@ To send us a pull request, please:
3938
GitHub provides additional document on [forking a repository](https://help.github.com/articles/fork-a-repo/) and
4039
[creating a pull request](https://help.github.com/articles/creating-a-pull-request/).
4140

42-
4341
## Finding contributions to work on
44-
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' issues is a great place to start.
4542

43+
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/document-understanding-solution/labels/help%20wanted) issues is a great place to start.
4644

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

52-
5351
## Security issue notifications
54-
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.
5552

53+
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.
5654

5755
## Licensing
5856

59-
See the [LICENSE](LICENSE) file for our project's licensing. We will ask you to confirm the licensing of your contribution.
57+
See the [LICENSE](https://github.com/awslabs/document-understanding-solution/blob/master/LICENSE.txt) file for our project's licensing. We will ask you to confirm the licensing of your contribution.
58+
59+
We may ask you to sign a [Contributor License Agreement (CLA)](http://en.wikipedia.org/wiki/Contributor_License_Agreement) for larger changes.

LICENSE renamed to LICENSE.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,3 +173,5 @@
173173
defend, and hold each Contributor harmless for any liability
174174
incurred by, or claims asserted against, such Contributor by reason
175175
of your accepting any such warranty or additional liability.
176+
177+
END OF TERMS AND CONDITIONS

NOTICE

Lines changed: 0 additions & 1 deletion
This file was deleted.

NOTICE.txt

Lines changed: 173 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,173 @@
1+
Generative AI Application Builder on AWS
2+
3+
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
4+
Licensed under the Apache License Version 2.0 (the "License"). You may not use this file except
5+
in compliance with the License. A copy of the License is located at http://www.apache.org/licenses/
6+
or in the "license" file accompanying this file. This file is distributed on an "AS IS" BASIS,
7+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, express or implied. See the License for the
8+
specific language governing permissions and limitations under the License.
9+
10+
**********************
11+
THIRD PARTY COMPONENTS
12+
**********************
13+
This software includes third party software subject to the following copyrights:
14+
15+
@aws-amplify/ui-react Apache-2.0
16+
@aws-cdk/aws-apigatewayv2-alpha Apache-2.0
17+
@aws-cdk/aws-apigatewayv2-authorizers-alpha Apache-2.0
18+
@aws-cdk/aws-apigatewayv2-integrations-alpha Apache-2.0
19+
@aws-cdk/aws-servicecatalogappregistry-alpha Apache-2.0
20+
@aws-lambda-powertools/logger MIT
21+
@aws-lambda-powertools/metrics MIT
22+
@aws-lambda-powertools/tracer MIT
23+
@aws-sdk/client-cloudformation Apache-2.0
24+
@aws-sdk/client-dynamodb Apache-2.0
25+
@aws-sdk/client-kendra Apache-2.0
26+
@aws-sdk/client-s3 Apache-2.0
27+
@aws-sdk/client-secrets-manager Apache-2.0
28+
@aws-sdk/client-ssm Apache-2.0
29+
@aws-sdk/lib-dynamodb Apache-2.0
30+
@aws-sdk/types Apache-2.0
31+
@aws-sdk/util-arn-parser Apache-2.0
32+
@aws-sdk/util-dynamodb Apache-2.0
33+
@aws-solutions-constructs/aws-apigateway-lambda Apache-2.0
34+
@aws-solutions-constructs/aws-cloudfront-s3 Apache-2.0
35+
@aws-solutions-constructs/aws-dynamodbstreams-lambda Apache-2.0
36+
@aws-solutions-constructs/aws-lambda-dynamodb Apache-2.0
37+
@aws-solutions-constructs/aws-lambda-ssmstringparameter Apache-2.0
38+
@aws-solutions-constructs/aws-wafwebacl-apigateway Apache-2.0
39+
@babel/plugin-proposal-private-property-in-object MIT
40+
@cloudscape-design/components Apache-2.0
41+
@cloudscape-design/design-tokens Apache-2.0
42+
@cloudscape-design/global-styles Apache-2.0
43+
@middy/core MIT
44+
@smithy/types Apache-2.0
45+
@tailwindcss/typography MIT
46+
@testing-library/jest-dom MIT
47+
@testing-library/react MIT
48+
@testing-library/user-event MIT
49+
@types/aws-lambda MIT
50+
@types/jest MIT
51+
@types/lodash MIT
52+
@types/mock-fs MIT
53+
@types/node MIT
54+
@types/npmlog MIT
55+
@types/prettier MIT
56+
@types/react-test-renderer MIT
57+
@types/uuid MIT
58+
@typescript-eslint/eslint-plugin MIT
59+
@typescript-eslint/parser BSD-2-Clause
60+
Jinja2 BSD-3-Clause
61+
MarkupSafe BSD-3-Clause
62+
PyYAML MIT
63+
SQLAlchemy MIT
64+
Werkzeug BSD-3-Clause
65+
aiohttp Apache-2.0
66+
aiosignal Apache-2.0
67+
annotated-types MIT
68+
anthropic MIT
69+
anyio MIT
70+
async-timeout Apache-2.0
71+
attrs MIT
72+
aws-amplify Apache-2.0
73+
aws-cdk-lib Apache-2.0
74+
aws-jwt-verify Apache-2.0
75+
aws-lambda-powertools==2.20.0 MIT
76+
aws-sdk-client-mock MIT
77+
aws-sdk-mock Apache-2.0
78+
aws-xray-sdk==2.12.0 Apache-2.0
79+
black MIT
80+
boolean.py BSD-2-Clause
81+
bootstrap MIT
82+
boto3 Apache-2.0
83+
botocore Apache-2.0
84+
cdk Apache-2.0
85+
cdk-nag Apache-2.0
86+
certifi MPL 2.0
87+
cffi MIT
88+
charset-normalizer MIT
89+
click BSD License (BSD-3-Clause)
90+
constructs Apache-2.0
91+
coverage Apache-2.0
92+
cryptography Apache-2.0 OR BSD-3-Clause
93+
dataclasses Apache-2.0
94+
dataclasses-json MIT
95+
distro Apache-2.0
96+
eslint MIT
97+
exceptiongroup MIT
98+
filelock Unlicense
99+
freezegun Apache-2.0
100+
frozenlist Apache-2.0
101+
fsspec BSD
102+
greenlet MIT
103+
h11 MIT
104+
httpcore BSD License (BSD)
105+
httpx BSD License
106+
huggingface-hub Apache-2.0
107+
identity-obj-proxy MIT
108+
idna BSD License
109+
importlib-metadata Apache-2.0
110+
iniconfig MIT
111+
isort MIT
112+
jest MIT
113+
jmespath MIT
114+
jsonpatch BSD License
115+
jsonpointer BSD License
116+
langchain MIT
117+
langsmith MIT
118+
license-expression Apache-2.0
119+
lodash MIT
120+
marshmallow MIT
121+
mock BSD
122+
mock-fs MIT
123+
moto Apache-2.0
124+
multidict Apache-2.0
125+
mypy-extensions MIT
126+
npmlog ISC
127+
numexpr MIT
128+
numpy BSD-3-Clause
129+
openapi-schema-pydantic MIT
130+
packaging Apache 2.0, BSD License
131+
pathspec MPL 2.0
132+
platformdirs MIT
133+
pluggy MIT
134+
portfinder MIT
135+
prettier MIT
136+
pycparser BSD
137+
pydantic MIT
138+
pydantic_core MIT
139+
pytest MIT
140+
pytest-cov MIT
141+
pytest-env MIT
142+
pytest-mock MIT
143+
python-dateutil Apache 2.0, BSD License
144+
react-bootstrap MIT
145+
react-router-dom MIT
146+
react-scripts MIT
147+
react-tabs MIT
148+
react-test-renderer MIT
149+
requests Apache-2.0
150+
responses Apache-2.0
151+
s3transfer Apache-2.0
152+
setuptools MIT
153+
six MIT
154+
sniffio MIT OR Apache-2.0
155+
source-map-support MIT
156+
tailwindcss MIT
157+
tenacity Apache-2.0
158+
tokenizers Apache-2.0
159+
tomli MIT
160+
tqdm MIT
161+
tqdm MPL 2.0, MIT
162+
ts-jest MIT
163+
ts-node MIT
164+
types-PyYAML Apache-2.0
165+
typescript Apache-2.0
166+
typing-extensions Python 2.0
167+
typing-inspect MIT
168+
urllib3 MIT
169+
uuid MIT
170+
wrapt BSD License
171+
xmltodict MIT
172+
yarl Apache-2.0
173+
zipp MIT

0 commit comments

Comments
 (0)