0

I want to run Lambda once daily which would query third-party API and returned data needs to be stored in Aurora MySQL database. Is it even possible to save data in Aurora directly through Lambda. After reading docs, the only way possible is via text files saved in S3 which is also through command line Interface using LOAD DATA FROM S3 statement and not through AWS SDK or API call.. Is that so or Am I missing something? Is there any way I can achieve desired results Lambda--->Aurora through SDK or API calls.

Thanks in advance. Pardon me if I am sounding silly

2
  • 1
    Have you seen this example? docs.aws.amazon.com/lambda/latest/dg/services-rds-tutorial.html Commented May 25, 2020 at 17:42
  • hmm.. thanks for sharing the link. I was in impression that Aurora DB is different than usual MySQL or Postgresql and hence different ways to connect to Aurora... Commented May 26, 2020 at 12:53

1 Answer 1

0

Take a look at RDS Proxy: https://aws.amazon.com/rds/proxy/. This should allow you to interact.

Sign up to request clarification or add additional context in comments.

2 Comments

Thanks for the suggestion. It looks like can solve the problem
Glad I helped :)

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.