2 Open Issues Need Help Last updated: Jul 8, 2025

Open Issues Need Help

View All on GitHub

AI Summary: Add a feature flag to the `aws_lambda_events` crate that allows for a 'catch-all' field (a `Map<String, Value>`) to handle unmodeled or undocumented fields in AWS Lambda events. This would improve flexibility and future-proofing, allowing users to access new or undocumented fields without requiring immediate updates to the crate.

Complexity: 4/5
good first issue

A Rust runtime for AWS Lambda

Rust

AI Summary: Verify that all event structures within the `aws_lambda_events` crate have the `#[derive(Default)]` attribute implemented. This ensures that default instances of these event structures can be easily created for testing and other purposes.

Complexity: 3/5
good first issue

A Rust runtime for AWS Lambda

Rust