Replies: 2 comments 2 replies
-
Yeah this is an interesting issue that's been on my radar. I'd like to really understand the use case for serializing structures outside of sending requests to AWS. (Eg: if the use case is reading and writing operations to disk, it may make sense for us to support that directly, rather than going through serde) A couple of other notes:
|
Beta Was this translation helpful? Give feedback.
2 replies
-
Created feature request here and locked discussion |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I've taken a bit of a dive into the rabbit hole of trying to use some of the structures generated for rusoto-ec2. rusoto/rusoto#1826 is the summary of where I gave up. It seems like the complexity of representing all of the possible ec2 options has made the resulting structures impossible for serde to make sense of.
I think that being able to make the various structures serde-derivable should be an explicit goal if at all possible to make accessing the various API results much easier going forward.
Beta Was this translation helpful? Give feedback.
All reactions