My Personal Serverless Rust Developer Experience. It’s Better Than You Think

This page summarizes the projects mentioned and recommended in the original post on dev.to

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • cargo-lambda

    Cargo Lambda is a Cargo subcommand to help you work with AWS Lambda.

  • Without a solid build and debug experience, achieving a quality Serverless Rust Developer Experience would be next to impossible. For the next two sections of my setup, I leverage Cargo Lambda pretty hard. Cargo Lambda is a project that brings a subcommand into the Cargo ecosystem for building and testing Lambdas locally. I could also use it for deploying, but I stick to CDK for that.

  • lldb-mi

    LLDB's machine interface driver

  • I'm on the record of loving the VSCode experience with Rust. And I do think that it's amazing that a "non-IDE" can feel so much like an IDE. However, I've recently pivoted off of that stance. I know it's still in EAP, but Rust Rover gives me all of the things that I get from VSCode plus an easier integration with LLDB.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • How to debug programs in console? (C program for example)

    1 project | /r/learnprogramming | 13 Mar 2023
  • Does anyone here work in gamedev with Rust as their primary language?

    4 projects | /r/rust | 25 Feb 2023
  • What is the debug drawer?

    1 project | /r/Xcode | 23 Nov 2022
  • [Question] [Help] How to set up nvim-dap to debug Rust?

    2 projects | /r/neovim | 17 Aug 2022
  • Best debugger for windows? GDB is not stable and can't seem to find an alternative.

    1 project | /r/cpp_questions | 2 Aug 2022