You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Update lambda-events README with bon builder examples
- Fix syntax error in comprehensive-builders example
- Highlight key benefits of bon over derive_builder
The crate provides an optional `builders` feature that adds builder pattern support for event types. This enables type-safe, immutable construction of event responses without requiring `Default` trait implementations on custom context types.
32
+
The crate provides an optional `builders` feature that adds builder pattern support for event types using the [bon](https://crates.io/crates/bon) crate. This enables type-safe, immutable construction of event responses with a clean, ergonomic API.
33
33
34
34
Enable the builders feature:
35
35
@@ -41,7 +41,7 @@ Example using builders with API Gateway custom authorizers:
0 commit comments