org-formation / aws-resource-providers

A community driven repository where you can find AWS Resource Type Providers for different purposes (including org-formation ones).
MIT License
88 stars 21 forks source link

package resource provider using an option that no loggroup/metrics are created #4

Closed OlafConijn closed 4 years ago

OlafConijn commented 4 years ago

would be good to package resource providers in a way that no other resources are created in the target account. i think users wouldnt expect this

eduardomourar commented 4 years ago

for that one, it is defined/created by the cloudformation cli (docs here), so we should raise an issue in this repo: https://github.com/aws-cloudformation/cloudformation-cli

eduardomourar commented 4 years ago

for the changes in typescript rpdk, i have created this issue here: https://github.com/eduardomourar/cloudformation-cli-typescript-plugin/issues/19