Hi! I want to upload a folder of static files to a...
# aws
m
Hi! I want to upload a folder of static files to a S3 bucket and be able to update any given file if there are changes. At the same time I don’t to pollute pulumi with 1000+ files. What would you suggest is the best way to proceed here?
c
Hi. Pulumi is not about uploading files - it's more about creating infrastructure. So - use any cli tools, for example awscli or python boto3.
b
m
Thanks! Yeah, I was looking into it. I think I need to customise it a bit for my use case, but the code is quite simple.
s
I use SyncedFolder for this as well.