Relative Content

Tag Archive for amazon-web-servicesrustaws-lambdarust-tokiorust-polars

Using Polars Cloud Storage from within AWS Lambda

I’ve got an AWS Lambda written in Rust, using the Rust Lambda Runtime. Within that Lambda, I’d like to use Polars to lazily load a Parquet file from S3 and perform some transformations on it before writing it back to another S3 bucket.