guidance-for-natural-language-queries-of-relational-databases-on-aws
guidance-for-natural-language-queries-of-relational-databases-on-aws copied to clipboard
Update NlqMainStack.yaml to Reflect New 16.1 PostgreSQL Engine
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"