The Perfect Project Structure for Production Ready Serverless Rust

แชร์
ฝัง
  • เผยแพร่เมื่อ 22 ก.ค. 2024
  • When you're building production ready serverless applications, how do you set yourself up for success? How do you define a project structure that will meet your changing needs over time?
    Hi, I'm James. And in this video you're going to learn just how to do that. With inspiration taken from the zero to production Rust book, this video dives into production ready serverless Rust applications.
    At a high level, it covers infrastructure as code choices, how do structure things on your file system and the difference between running an API on Lambda and single purpose backend handlers.
    00:00 - Introduction
    00:40 - The Application Use Case
    03:30 - Infrastructure as Code Choice
    04:50 - Project Structure and CDK
    06:15 - Production Ready Rust Projects
    07:30 - API Projects
    08:40 - Single Purpose Lambda Functions
    Zero to Production Rust - www.zero2prod.com/index.html
    Rust Rover - www.jetbrains.com/rust/
    Cargo Workspaces - doc.rust-lang.org/book/ch14-0...
    Cargo Binaries - doc.rust-lang.org/cargo/refer...
  • วิทยาศาสตร์และเทคโนโลยี

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

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

    are you plan to publish this repo as a template project?

    • @serverlessjames
      @serverlessjames  3 หลายเดือนก่อน +2

      I didn't, but this is an excellent idea :)

    • @yonisompi
      @yonisompi 2 หลายเดือนก่อน

      @@serverlessjames I would love to test it out

  • @nhwhn
    @nhwhn 4 หลายเดือนก่อน +1

    awese contemt!! thank you

  • @elijahsamson8194
    @elijahsamson8194 5 หลายเดือนก่อน +1

    Insightful fs

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

    Insightful. Thanks for sharing James 🎉

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

    Another 🔥video. Great job James!