Process Kinesis Streams with AWS Lambda & Rust

Поделиться
HTML-код
  • Опубликовано: 8 сен 2024

Комментарии • 3

  • @DerekMurawsky
    @DerekMurawsky Месяц назад

    Great pattern, I like how it's so cleanly implemented in rust. Now make a CDK stack! 😃

    • @serverlessjames
      @serverlessjames  Месяц назад +1

      As in a CDK stack automating all of this? Or a CDK for Rust? 😂

    • @serverlessjames
      @serverlessjames  Месяц назад

      @@DerekMurawsky I don't see the CDK supporting Rust in the near future, but I hope I'm wrong. At the moment the best solution I've found is to write CDK code in another language, and your functions in Rust. It doesn't need to be TS either. You could use any of the CDK supported languages for writing the CDK stuff.