https://pulumi.com logo
#aws
Title
# aws
m

melodic-angle-86693

09/30/2023, 9:14 AM
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

clever-kite-79772

09/30/2023, 9:45 AM
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

billowy-army-68599

09/30/2023, 3:18 PM
m

melodic-angle-86693

09/30/2023, 3:24 PM
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

stocky-restaurant-98004

10/03/2023, 4:01 PM
I use SyncedFolder for this as well.