diana-aws-lambda

Crates.iodiana-aws-lambda
lib.rsdiana-aws-lambda
version0.2.9
sourcesrc
created_at2021-06-30 05:06:39.531666
updated_at2021-08-03 09:42:30.173857
descriptionThe integration between Diana GraphQL and AWS Lambda (including its derivatives, like Netlify).
homepagehttps://arctic-hen7.github.io/diana
repositoryhttps://github.com/arctic-hen7/diana
max_upload_size
id416595
size64,312
Sam Brew (arctic-hen7)

documentation

README

Diana Integration for AWS Lambda and Derivatives

This is Diana's integration crate for AWS Lambda and its derivatives (like Netlify), which enables the easy deployment of a Diana system on those platforms. For more information, see the documentation for Diana and the book.

This crate can be used to create handlers for AWS Lambda itself, or any system that wraps it, like Netlify. Handlers created with this crate will compile, but will not run without being deployed fully. In development, you should use something like Actix Web (and its Diana integration) to deploy a serverful system for queries and mutations, which you can more easily work with. When you're ready, you can switch to this crate without changing any part of your schema logic. Full examples are in the book.

Commit count: 107

cargo fmt