serverless-localstack
serverless-localstack copied to clipboard
⚡ Serverless plugin for running against LocalStack
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.4 to 1.15.6. Commits 35a517c Release version 1.15.6 of the npm package. c4f847f Drop Proxy-Authorization across hosts. 8526b4a Use GitHub for disclosure. b1677ce Release version 1.15.5 of...
After running `serverless deploy`, the lambda is indeed deployed to `LocalStack` but the process is still running and stuck on: ``` Need a faster logging experience than CloudWatch? Try our...
I'm using the `serverless-domain-manager` plugin to create a custom domain for my API Gateway. The deployment to `localstack` fails as `serverless-domain-manager` plugin uses `aws-sdk-js-v3`. During deployment, the plugin tries to...
I'm using localstack with a docker setup (localstrack-pro:latest), and when having `mountCode:true` in my plugin config the lambda container that is being spun up is unable to find the code....
With this `serverless.yml`: ``` service: scraperator frameworkVersion: "3" provider: name: aws runtime: python3.9 stage: local region: us-east-1 logs: httpApi: true deploymentBucket: name: serverless-deploys serverSideEncryption: AES256 httpApi: cors: true disableDefaultEndpoint: false...
The current hot reloading configuration `mountCode` has many limitations (e.g., global config, no layer support). An improved configuration API and documentation could make hot reloading more powerful and easier to...
In `serverless.yml`: ```yml functions: index: handler: index.handler events: - http: path: / method: get upload-link: handler: src/functions/uploadLink.handler events: - http: path: /upload-link method: post download-file: handler: src/functions/downloadFile.handler events: - http:...
## Description Since serverless-loaclstack v1.2.1 it appears that the protocol needs to be included in the `custom.localstack.host` property. In older versions it appears this was not required. ## Configuration In...
I'm trying to deploy my serverless app on local stack but Invalid type parameter for selectionPattern error is being thrown. Below is the complete error and serverless.yml Error: > ApiGatewayMethodActionPost...
Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3. Commits 74b2db2 3.0.3 88f1429 update eslint. lint, fix unit tests. 415d660 Snyk js braces 6838727 (#40) 190510f fix tests, skip 1 test in test/braces.expand...