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
{{ message }}
This repository was archived by the owner on Oct 10, 2025. It is now read-only.
- Library upgrades to address security vulnerabilities.
- Fix an issue with sample workflow configurations where textract workflow was missing before any entity based detection workflow.
- Upgrade AWS Lambda runtimes to Python 3.12, Nodejs 20, and Java 21.
- Update AWS SDK and AWS CDK versions.
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -62,9 +62,9 @@ There are two options for deployment into your AWS account:
62
62
63
63
Following are pre-requisites to build and deploy locally:
64
64
65
-
-[Nodejs 18.x](https://nodejs.org/en)
66
-
-[CDK v2.36.0](https://github.com/aws/aws-cdk)
67
-
-[Python 3.11](https://www.python.org/)
65
+
-[Nodejs 20.x](https://nodejs.org/en)
66
+
-[CDK v2.113.0](https://github.com/aws/aws-cdk)
67
+
-[Python 3.12](https://www.python.org/)
68
68
-_Note: normal python installations should include support for `ensurepip` and `pip`; however, if running in an environment without these packages you will need to manually install them (e.g. a minimal docker image). See [pip's installation guide](https://pip.pypa.io/en/stable/installation/) for details._
0 commit comments