setup-localstack
setup-localstack copied to clipboard
Instructions on how to run localstack as a service
Hi!
Thanks for creating an maintaining this!
When setting up localstack, the action spends around 60 seconds on setup. This seems excessive, and most of the time seems to go to:
- installing python dependencies
- pulling a docker image
but docker actions supports running docker images as services directly. Is this possible? If so, wouldn't that be preferrable?