durable-lambda-macro 1.2.0

Proc-macro for zero-boilerplate AWS Lambda durable execution handler registration
Documentation
1
2
3
4
5
#[test]
fn compile_fail_tests() {
    let t = trybuild::TestCases::new();
    t.compile_fail("tests/ui/fail_*.rs");
}