guidance-for-natural-language-queries-of-relational-databases-on-aws icon indicating copy to clipboard operation
guidance-for-natural-language-queries-of-relational-databases-on-aws copied to clipboard

Update NlqMainStack.yaml to Reflect New 16.1 PostgreSQL Engine

Open garystafford-aws opened this issue 1 year ago • 0 comments

Update NlqMainStack.yaml to reflect the new 16.1 PostgreSQL engine in two places.

Update the following code:

DBParameterGroupName: "default.postgres15"
OptionGroupName: "default:postgres-15"

to

DBParameterGroupName: "default.postgres16"
OptionGroupName: "default:postgres-16"

garystafford-aws avatar Feb 23 '24 14:02 garystafford-aws