Skip to content

feat(lambda-events): add Default implementations for all event#1037

Merged
2 commits merged into
aws:mainfrom
46ki75:feat/impl-default
Sep 18, 2025
Merged

feat(lambda-events): add Default implementations for all event#1037
2 commits merged into
aws:mainfrom
46ki75:feat/impl-default

Conversation

@46ki75

@46ki75 46ki75 commented Sep 10, 2025

Copy link
Copy Markdown
Contributor

📬 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.

@ghost ghost left a comment

Copy link
Copy Markdown

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!

@ghost ghost merged commit 4c4e5fa into aws:main Sep 18, 2025
18 checks passed
This pull request was closed.
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.

1 participant