aws-samples / amazon-textract-idp-cdk-constructs

MIT No Attribution
27 stars 13 forks source link

fix: Replace deprecated Aurora version / param group #116

Closed jwoehrle closed 3 months ago

jwoehrle commented 3 months ago

Fixes # I ran into issues deploying DocumentSplitterWorkflow from the repo https://github.com/aws-samples/amazon-textract-idp-cdk-stack-samples which has a dependency on the artifact of this repo.

The problem is caused by ParameterGroup default.aurora-postgresql10 not being available anymore.

This PR:

  1. bumps the CDK, projen, jsii version
  2. replaces the deprecated aurora with aurora serverless v2 engine version 15.5

I have tested the changes by successfully deploying the above mentioned DocumentSplitterWorkflow and successfully ran a document through the workflow