From the course: Rust for Data Engineering

Unlock this course with a free trial

Join today to access over 24,900 courses taught by industry experts.

List files on AWS EFS with Rust

List files on AWS EFS with Rust - Rust Tutorial

From the course: Rust for Data Engineering

List files on AWS EFS with Rust

- [Instructor] Cargo Lambda is a great way to deploy Rust functions to AWS Lambda and it really simplifies some emerging workflows that a modern compiled language like Rust can do. In this demo, I'm going to show how Cargo Lambda combines with EFS, which is a mounted managed file system from AWS to let you do really new things that potentially wouldn't be available without the serverless plus the managed file service plus Rust, right? It's the combination of all three. First, let's take a look here at EFS. So we see the elastic file system. It's a thing of beauty because in this case, look, I'm only using, you know, 17 megabytes and it can grow to terabytes, it can grow the disk I/O automatically but it's also this resource where I don't have to use it, all or nothing, right? I don't have to, you know, pay for, you know, terabytes at a time. I can pay for what I need when I'm actually using it. So it's a great, you know,…

Contents