This message was deleted.
# aws
s
This message was deleted.
b
i tried working around this issue by adding this to the resource options:
Copy code
customTimeouts: {
    update: "15m"
}
but it doesn’t appear to have any effect, it still hangs and waits until the credentials expire (one hour).
some extra troubleshooting information if it helps: typescript project pulumi cli v1.8.1 @pulumi/aws v1.18.0 @pulumi/pulumi v1.8.1 node v10.12.0 running on macos catalina
g
Could you open an issue at github.com/pulumi/pulumi-aws ?
👍 1