Hi there, I am using pulumi typescript and trying ...
# general
m
Hi there, I am using pulumi typescript and trying to spin off a Elasticache Redis Serverless and am running into this error. By any chance, does anyone knows what is broken here?
Copy code
aws:elasticache:ServerlessCache (dev-ec-redis-serverless):
    error: Failed to prepare a resource encoder: cannot derive an encoder for resource "aws_elasticache_serverless_cache": Cannot derive an encoder for property "endpoint": issue deriving an object encoder: expected an object type schema at walk.NewSchemaPath().GetAttr("endpoint").Element()
e
Probably an aws provider bug, recommend raising an issue on the github repo about it.