serverless-localstack
serverless-localstack copied to clipboard
⚡ Serverless plugin for running against LocalStack
Bumps [ws](https://github.com/websockets/ws) from 7.5.9 to 7.5.10. Release notes Sourced from ws's releases. 7.5.10 Bug fixes Backported e55e5106 to the 7.x release line (22c28763). Commits d962d70 [dist] 7.5.10 22c2876 [security] Fix...
As the documentation says, I added this configuration inside my `custom` property in the serverless.yaml ```yaml localstack: stages: # list of stages for which the plugin should be enabled -...
## Problem I have multiple profiles configured in my `docker-compose.yml` file. I would like to only run the containers tagged with a particular profile with via this plugin's `docker compose...