Any users tried using AWS S3 with a serverless setup?
-
This may be a bit OT but also part of more frequent use cases.
I have had some early success with pulling data from Dynamodb and once I am confident the code is good, will post for others to consider. However, I only need individual data records a few times since the reports I am developing are transactional and infrequent in nature.
Has anyone tried querying on AWS S3 using their "Select" feature which provides for very cheap moderately fast access?
Thanks in advance.