awslabs

awslabs/aws-lambda-rust-runtime

A Rust runtime for AWS Lambda

3 good first / help-wanted issues · Rust · last activity Sep 15, 2025

3 Open Issues Need Help Last updated: Sep 15, 2025

Open Issues Need Help

View All on GitHub
awslabs/aws-lambda-rust-runtime
3.5K

A Rust runtime for AWS Lambda

Rust

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
awslabs/aws-lambda-rust-runtime
3.5K

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
awslabs/aws-lambda-rust-runtime
3.5K

A Rust runtime for AWS Lambda

Rust