Hi, I try to use pulumi to manage alibaba cloud functions. If I just update and zip the function cod...
m
Hi, I try to use pulumi to manage alibaba cloud functions. If I just update and zip the function code,
pulumi up
can't detect the change. Since the code is set with a string type Filename field, I think it may be expected that pulumi fails to detect the change. Looking for a way to update code, without updating other configs.