Docker – How do you run stripe listen in live mode using stripe cli and a restricted api key in an ECS container?
I'm trying to run the stripe cli in an AWS ECS docker container to perform stripe listen When I do it in test mode it appears to work fine. I suspect that it's because you don't need an api-key for…