Skip to content

Reduce the amount of "parsing" #26

@connec

Description

@connec

A lot of the surface area of the codebase is dealing with parsing aws_sdk_cloudformation types into cloudformatious versions of those types.

While it's nice to get rid of spurious Options, introduce stricter enums, etc it leads to a lot more code to look after and a steady stream of panics for edge-cases that seem impossible but are, in fact, possible.

Since the aws_sdk_cloudformation is now 1.x, it would be reasonable to expose more of its types directly. E.g. it could serve as a drop-in replacement for aws_sdk_cloudformation with more powerful client methods.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions