Open Issues Need Help
View All on GitHub [aws_lambda_events] Add 'catch-all' field for unmodeled fields, probably behind feature flag about 2 months ago
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
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