This message was deleted.
# aws
s
This message was deleted.
m
ignoreChanges
in the options allows you to target properties of resources you want to ignore changes on.
r
Your right, but sadly I forgot to mention that I've already done that. Unless this code block is wrong
Copy code
{
        dependsOn : originBucket,
        ignoreChanges: ["etag", "lastModifiedTime"]
    });
m
What does your resource declaration look like?
r
It's huge, but I dont sepcify
etag
or
lastModifiedTime
anywhere. I'm glad to paste it here if you want it
m
Is it using aws or awsx?
r
aws