Skip to content

Conversation

46ki75
Copy link
Contributor

@46ki75 46ki75 commented Sep 10, 2025

📬 Issue #, if available:

✍️ Description of changes:

This pull request adds Default implementations for all Lambda event types.

Some event structs derive Default using #[derive(Default)], while others require a manual impl Default to ensure proper initialization.

Note: A few unrelated files were also modified automatically by running cargo clippy --fix. (6137344)

🔏 By submitting this pull request

  • I confirm that I've ran cargo +nightly fmt.
  • I confirm that I've ran cargo clippy --fix.
  • I confirm that I've made a best effort attempt to update all relevant documentation.
  • I confirm that my contribution is made under the terms of the Apache 2.0 license.

Copy link

@PartiallyUntyped PartiallyUntyped left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi, thank you for the PR. Looks good to me!

@PartiallyUntyped PartiallyUntyped merged commit 4c4e5fa into awslabs:main Sep 18, 2025
18 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants