Started using AWS Lambda Layers for the first time...
# general
b
Started using AWS Lambda Layers for the first time with Pulumi. When my zip FileAsset changes however, only the associated BucketObjects get updated ... the LayerVersions do not. So the lambda function is not pulling the latest layer versions. Is this a Pulumi issue or a limitation of AWS? Thx.