This message was deleted.
# general
s
This message was deleted.
w
I think
pulumi.asset.FileArchive
should work here - but not at my laptop to verify.
h
I thought file archive took files and turned them into a zip file.
But in my case I already have a zip file.
er wait, no that does take a path
oh AssetArchive is what bundles them I guess
w
Yes - that’s right. You can use
AssetArchive
to create a zip on the fly from other assets. But ‘FileArchive` should work for cases where you already have the archive.
h
cool, thanks
167 Views