Skip to content
This repository has been archived by the owner on Jul 31, 2021. It is now read-only.

support setting resource properties #76

Open
sinistral opened this issue Nov 20, 2019 · 1 comment
Open

support setting resource properties #76

sinistral opened this issue Nov 20, 2019 · 1 comment

Comments

@sinistral
Copy link
Contributor

Being able to set properties is an escape hatch would make it possible use high-level CDK constructs throughout (rather than forcing code that consumes a resource have to be aware of whether it is dealing with a higher-level CDK construct or a CFN resource).

Currently we have to create Cfn* resources and force consuming code to be aware of the differences in property names between the two types of resource.

@lvh
Copy link
Contributor

lvh commented Jan 11, 2020

I don't understand how the ability to set properties would mean you can write code that doesn't have to care about the difference in property names, but I suppose that'd be more obvious once this is implemented :)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants