Skip to content

Running GraphQL on Lambda with Rust

Compare
Choose a tag to compare
@dbanty dbanty released this 21 Apr 01:16
· 86 commits to main since this release
1612c0a

In this post I discuss at a high level what it's like to write a GraphQL API using Rust and host it on AWS Lambda. Includes a link to some example code as well as a few ideas where I might go next on this topic if folks are interested.

Other Links