You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Comments on closed issues are hard for the maintainers of this repository to see.
If you need more assistance, please open a new issue that references this one.
If you wish to keep having a conversation with other community members under this issue feel free to do so.
Hello,
I am trying to instanciate the S3EventRecord but it's impossible since it doesn't implement the Default trait.
https://github.com/awslabs/aws-lambda-rust-runtime/blob/8e6d77c5cfbbcacbc751758a8d2f1074538797ac/lambda-events/src/event/s3/event.rs#L16C24-L16C35
All other structs implement it, is there any reason to not implement it here?
The text was updated successfully, but these errors were encountered: