Segmentation Fault - Can't connect to RDS SQL DB #1191
-
I am trying to connect my AWS lambda with RDS SQL DB.
I tried using, EF Core, Dapper, Raw SQL connection and none of methods worked, they all give same error.
I suspect issue might be with "Integrated Security=SSPI". Thank you |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
@Gavriloski Could you please share the following:
AWSConfigs.Logging = LoggingOptions.Console;
AWSConfigs.LogMetrics = true; or, follow more detailed https://aws.amazon.com/blogs/developer/logging-with-the-aws-sdk-for-net/.
Thanks, |
Beta Was this translation helpful? Give feedback.
-
@ashishdhingra As suspected issue was with SSPI. Permissions and everything else was setup correctly. |
Beta Was this translation helpful? Give feedback.
@Gavriloski Could you please share the following:
AWSSDK.*
packages).or, follow more detailed https://aws.amazon.com/blogs/developer/logging-with-the-aws-sdk-for-net/.