Integration With MSK Serverless

Hello. Does Lenses integrate with MSK Serverless? Is there any specific configuration required to work with the Glue Schema Registry?

Lenses works well with MSK Serverless, but you need to adjust the IAM roles. When creating an MSK Serverless cluster, Amazon generates a base IAM configuration that requires modification for Lenses to create topics, SQL processors, and communicate with the Glue Schema Registry. These restrictions are due to the security schema of AWS.

The AWS MSK documentation provides an explanation of the configuration and shows examples of how the configuration can be applied to IAM - documentation

Cheers!