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...
Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 3.13.1 to 4.1.1. Changelog Sourced from js-yaml's changelog. [4.1.1] - 2025-11-12 Security Fix prototype pollution issue in yaml merge (<<) operator. [4.1.0] - 2021-04-15 Added Types are...
Bumps [tar-fs](https://github.com/mafintosh/tar-fs) from 1.16.3 to 1.16.6. Commits 6c89b94 1.16.6 4884466 refactor to same pattern as v3 3c6eddb 1.16.5 c5e7d96 hardlink tweak from main ff6510d 1.16.4 df4bca5 port fix from main...
### Context AWS [announced support for Python 3.13 runtime](https://aws.amazon.com/blogs/compute/python-3-13-runtime-now-available-in-aws-lambda/) in November 2024. When attempting to deploy to Localstack, however, I get the following error: ``` StackId: 'arn:aws:cloudformation:***:000000000000:stack/proj/00000', EventId: '137610ba-70c5-44f1-89a1-2a906c535d2d', StackName:...
Removes [tmp](https://github.com/raszi/node-tmp). It's no longer used after updating ancestor dependency [serverless](https://github.com/serverless/serverless). These dependencies need to be updated together. Removes `tmp` Updates `serverless` from 2.72.3 to 4.18.0 Release notes Sourced from...
Bumps [axios](https://github.com/axios/axios) from 1.7.7 to 1.8.4. Release notes Sourced from axios's releases. Release v1.8.4 Release notes: Bug Fixes buildFullPath: handle allowAbsoluteUrls: false without baseURL (#6833) (f10c2e0) Contributors to this release...
Running serverless deploy --stage local against LocalStack aborts during the “Resolving AWS account ID” step with the error: ```bash Unable to find function cleanup on plugin Esbuild Deploying "sls" to...
Hi team 👋 ### Context My project is using localstack + severless. I have my lambda function and I want to deploy to the localstack environment. After I deployed successfully,...