How do I get a lambda using an S3 source to update...
# typescript
c
How do I get a lambda using an S3 source to update its source code when a new zip file is uploaded to the bucket? Even if I push a new zip to the S3 bucket, the lambda function won't update on
$ pulumi up
. The bucket in question does have versioning enabled.