Easily Build and Deploy Serverless Functions on AWS with Rust

preview_player
Показать описание
As a high-performance programming language, Rust is useful for building responsive services across a variety of compute models. In this video, we'll take a look at an open-source tool that simplifies the process of packaging, testing, and deploying your serverless Rust functions into the AWS Lambda service. You can use this tool and technique within automated CI/CD pipelines to rapidly push new versions of your serverless microservices. Some of the most popular CI/CD platforms, where you might use "cargo lambda," include GitHub Actions workflows, GitLab CI/CD, AWS CodeBuild, Microsoft Azure DevOps, CircleCI, and many others! As a high-performance programming language, Rust is useful for building responsive services across a variety of compute models. In this video, we'll take a look at an open source tool that simplifies the process of packaging, testing, and deploying your serverless Rust functions into the AWS Lambda service. You can use this tool and technique within automated CI/CD pipelines to rapidly push new versions of your serverless microservices. Some of the most popular CI/CD platforms, where you might use "cargo lambda," include GitHub Actions workflows, GitLab CI/CD, AWS CodeBuild, Microsoft Azure DevOps, CircleCI, and many others!
Рекомендации по теме
Комментарии
Автор

Thanks, very clear. I wish it had an option to build and deploy from local machine.

ouchlock
Автор

Great tutorial! Would be awesome to see a video how to integrate Rust Lambda using infrastructure as code

blanky_nap
Автор

Did it feel like overkill to use Rust with serverless?

ma