Amazon web services – How to access RDS PostgreSQL database from AWS Lambda with AWS CDK?
I'm trying to build a stack using AWS CDK, which includes an RDS PostgreSQL instance and a Lambda function. From the Lambda, I'm trying to access the PostgreSQL, but I'm not succeeding in any way. My problem is that no…