I am getting constant timeout while connecting from AWS lambda to redshift.
I get Timeout exception from my python code
I have already added the vpc section:
vpc:
securityGroupIds:
- sg-xxxxxxx
subnetIds:
- subnet-xxxxxxx
So whats happenign here?