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