Skip to content

Segmentation Fault - Can't connect to RDS SQL DB #1191

Answered by ashishdhingra
Gavriloski asked this question in Q&A
Discussion options

You must be logged in to vote

@Gavriloski Could you please share the following:

  • Share the sample code (preferably the Lambda project) to reproduce the issue.
  • Are you able to connect to Amazon SQL RDS from your local machine? If yes, what does connection string looks like?
  • NuGet package used along with versions (including AWSSDK.* packages).
  • Enable client logging and send us detailed verbose logs. The easiest way to enable logging in your code is:
AWSConfigs.Logging = LoggingOptions.Console;
AWSConfigs.LogMetrics = true;

or, follow more detailed https://aws.amazon.com/blogs/developer/logging-with-the-aws-sdk-for-net/.

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by ashishdhingra
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
guidance Question that needs advice or information. response-requested Waiting on additional info and feedback. Will move to close soon in 7 days. module/lambda-client-lib
2 participants