can not find lambda cache for this property [password] of entity [com.mx.sys.entity.User]]] with root cause
时间: 2024-05-31 14:06:56 浏览: 275
As an AI language model, I don't have the context to your question. However, this error message usually occurs when you are trying to access a property of an entity in AWS Lambda, but the property is not cached. This can happen when you have not set up caching for that property or when the cache has been cleared.
To fix this error, you can try setting up caching for the property using Lambda's caching feature. Alternatively, you can check if the cache has been cleared and try to refresh it. It's also a good idea to check if there are any other configuration issues in your Lambda function that might be causing this error.
阅读全文