(aws-rds): grantConnect fails if Instance has secret and user not specified #26603
Labels
@aws-cdk/aws-lambda-nodejs
bug
This issue is a bug.
effort/small
Small work item – less than a day of effort
good first issue
Related to contributions. See CONTRIBUTING.md
p1
I am trying to give a lambda function made using cdk.aws_lambda_nodejs.NodejsFunction.
if I do
While bootstrapping, it fails saying
Expected Behavior
It should have bootstrapped successfully, allowing connection from lambda to rds.
Current Behavior
Reproduction Steps
to reproduce, make a rds instance:
make a nodejs lambda function:
grant connect to lambda :
run
Possible Solution
No response
Additional Information/Context
No response
CDK CLI Version
2.89.0 (build 2ad6683)
Framework Version
No response
Node.js Version
v18.12.1
OS
Arch Linux
Language
Typescript
Language Version
tsc - version 4.8.4
Other information
No response
The text was updated successfully, but these errors were encountered: