docker rmi $(docker images --filter "dangling=true" -q --no-trunc)
mhart continues to already-do-things-a-year-ago that i've just now thought about.
i have a slow lambda fn that i'm thinking about moving off of lambda. but i'd like to avoid refactoring bc it's just a test and i think the reason for the move is temporary.
is anyone aware of something that'd let me ship an existing lambda function using ecs? https://github.com/lambci/ecs seems like a good start, but that's purpose-built for lambci. maybe there is something out there for just this purpose?
my goal is to continue building for lambda and as needed, move functions off lambda into ecs or back.