Would anyone like to collaborate with
@Florian Valeye and I on a blog post on how to read Delta tables in AWS Lambda functions using aws-sdk-pandas? We’ll need to build the AWS Lambda “layer” (prebuild layers don’t include the optional dependencies unfortunately) and then read the data. If someone can help with the instructions on how to build the layer / the code snippets, I can do the writing. Here’s an example of a release with
the prebuilt layers. We might want to provide the community with prebuilt layers cause they’re actually annoying to build.