Skip to content

From<T> impl for serde types back to AWS types  #1

@ielm

Description

@ielm

serde_aws types currently implement From<T> to map aws-sdk types to serializable structs, but there is no current implementation for serde_aws types to the native aws-sdk types.

Because native types are non-exhaustive, the auto-implementation of Into is not satisfied and must be written manually.

This issue is a pre-req for publishing to crates.io.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions