Takehiro Suzuki
Takehiro Suzuki
>NodeJS CustomHandler May I ask you which custom handler you are reffering to?
Duplicated #299
Could you provide the detail? Please do not ignore the issue template.
Could you check the items in postgres? We can use management console to query and the table definition can be reffered [here](https://github.com/aws-samples/bedrock-claude-chat/blob/main/cdk/custom-resources/setup-pgvector/index.js#L11-L28).
Have you forked and customized this sample? Large container causes longer cold start. You can check whether the invocation is cold or not by reffering cloudwatch logs. https://stackoverflow.com/questions/47061146/how-can-i-detect-cold-starts-in-aws-lambda
@jeremylatorre Thank you for the update. The query part to postgres seems to making the very long latency. For the cost effectiveness, the ACU configured at minimum value by default....

Possible cause and solution: https://www.cybertec-postgresql.com/en/fix-bad-encoding-postgresql/
@drskur Thank you for your contribution! Encryption itself is an important feature, so I'm very grateful for it. However, if user run `cdk deploy` as is, the RDS will be...