Has anyone tried running spicedb as a sidecar container to services running in ECS? My company is using ECS and a migration to EKS is more work than we’d like to do at the moment. Spicedb doesn’t work well behind a AWS application load balancer, and that seems to be the only path to exposing it to other ECS services. I got it working as a sidecar today so that the application container can communicate with spicedb grpc thru localhost and everything seems to be working very well. Curious if anyone has tried this and run into issues later on down the road tho.