Easily Build and Deploy Serverless Functions on AWS with Rust

แชร์
ฝัง
  • เผยแพร่เมื่อ 3 ต.ค. 2024
  • 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!

ความคิดเห็น • 8

  • @blanky_nap
    @blanky_nap 3 หลายเดือนก่อน

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

  • @ouchlock
    @ouchlock 22 วันที่ผ่านมา

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

  • @eligbuefelix7988
    @eligbuefelix7988 6 หลายเดือนก่อน

    Trevor….
    Nice seeing you here

  • @민호-r3g
    @민호-r3g 5 หลายเดือนก่อน

    너무너무 감사합니다. 당신은 신이야!!

    • @codeinrust
      @codeinrust 5 หลายเดือนก่อน

      Thank you! I am not a god, only God is, but I'm very happy to hear that you found this video helpful! Are you interested in seeing more videos on serverless with Rust? Such as DynamoDB or Step Functions? Anything else?

  • @ma34529
    @ma34529 8 หลายเดือนก่อน

    Did it feel like overkill to use Rust with serverless?

    • @jeffrey7063
      @jeffrey7063 7 หลายเดือนก่อน +1

      Nah. That cold start time is worth it.

    • @codeinrust
      @codeinrust 7 หลายเดือนก่อน

      Not overkill at all. Rust is extremely efficient with CPU and memory resources. If you're building an application that needs to scale, Rust is one of the best choices you could make.