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
{{ message }}
This repository has been archived by the owner on May 16, 2023. It is now read-only.
When autocompleting in an IDE, aws_lambda_events::event::s3:: gives me exactly the same thing as aws_lambda_events::event::, so maybe there's some recursive definition going on or something.
The text was updated successfully, but these errors were encountered:
* Restore S3Event
`aws_lambda_events::s3::S3Event` does not exist in 0.7.0. Restore it.
Fixes#113
* Restore KinesisEvent
`aws_lambda_events::kinesis::KinesisEvent` does not exist in 0.7.0. Restore it.
Fixes#113
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I'm trying to upgrade some of our projects from 0.6 to 0.7.
It seems like
aws_lambda_events::s3::S3Event
is missing.https://docs.rs/aws_lambda_events/0.7.0/aws_lambda_events/index.html?search=S3Event
vs
https://docs.rs/aws_lambda_events/0.6.3/aws_lambda_events/index.html?search=S3Event
When autocompleting in an IDE,
aws_lambda_events::event::s3::
gives me exactly the same thing asaws_lambda_events::event::
, so maybe there's some recursive definition going on or something.The text was updated successfully, but these errors were encountered: