For a provider component , what is typically the b...
# general
w
For a provider component , what is typically the best way to reduce the size of the installable package ?
Is there a best practice on reducing the size of the provider package?
b
do you mean a single langage component, or multi language?
w
multi language component
We are using in the end Pulumi YAML but the component is built from the python boilerplate
I noticed on install .. the size of the tar.gz is quite a bit larger then the GCP provider
So .. wondering .. is there some way to minify .. or is it just compression that would do the trick.
b
i guess a standard compress would work?
w
thanks! I prob. was overthinking
let me try that