aws-samples / amazon-textract-serverless-large-scale-document-processing

Process documents at scale using Amazon Textract
Apache License 2.0
328 stars 165 forks source link

Upgrading CDK Version Dependencies #38

Open zachelliottwx opened 2 years ago

zachelliottwx commented 2 years ago

Issue #, if available:

Description of changes: Previous version used nodejs10.x in multiple library functions which caused an error using the S3 notification function. Updated to newer version of CDK that updates these functions to use modern runtimes.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.