Skip to content
This repository has been archived by the owner on May 16, 2023. It is now read-only.

aws_lambda_events::s3::S3Event missing? #113

Closed
bryanburgers opened this issue Sep 21, 2022 · 1 comment · Fixed by #114
Closed

aws_lambda_events::s3::S3Event missing? #113

bryanburgers opened this issue Sep 21, 2022 · 1 comment · Fixed by #114

Comments

@bryanburgers
Copy link
Contributor

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 as aws_lambda_events::event::, so maybe there's some recursive definition going on or something.

@bryanburgers
Copy link
Contributor Author

Seems to affect aws_lambda_events::event::kinesis::KinesisEvent as well.

calavera pushed a commit that referenced this issue Sep 21, 2022
* 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 free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant