pulumi-cdk
pulumi-cdk copied to clipboard
`aws:s3:BucketObjectv2` should only trigger an update when my code changes
Hello!
- Vote on this issue by adding a 👍 reaction
- If you want to implement this feature, comment to let us know (we'll work with you on design, scheduling, etc.)
Issue details
Even when I don't change my code, the aws:s3:BucketObjectv2 goes through an Update cycle when I run pulumi up. I expect it to only do that when code changes. Does pulumi perform any hashing and caching to avoid redundant work like this?
Can you share the inputs you are passing in before and after the initial update?