serverless-localstack
serverless-localstack copied to clipboard
⚡ Serverless plugin for running against LocalStack
WIth the following configuration: ``` plugins: - serverless-localstack custom: localstack: ${file(../../localstack.yml):localstack} ``` The plugin does not get configured properly and ends up just using plugin's default configuration. If I do...
I'm getting some strange behavior when i have serverless variables in my profile name, like this: ```yml custom: defaultStage: local stage: ${opt:stage, self:custom.defaultStage} localstack: stages: - local lambda: mountCode: True...
I have a function that required an apiKey. The gateway's endpoint exists but it fails > "The security token included in the request is invalid." > Looking at Moto I...
serverless deploy -s local: ```bash Serverless: Using serverless-localstack Serverless: Starting LocalStack in Docker. This can take a while. Error -------------------------------------------------- Error: Command failed: localstack infra start --docker 'uname' is not...
Hi, Trying to deploy onto localstack but getting this exception from serverless, it is kind of weird since the same stack works properly when running `sls deploy` on AWS. Localstack:...
So I'm working with the latest docker image for localstack and latest npm for serverless-localstack and I've noticed three issues with the API Gateway implementation that impact the ability to...
Hi I'm trying to write integration tests for my lambda. Right now I'm using invoke but i wanted to start using deploy function my serverless.yaml ``` app: ads-replicator-service service: replicator...
Bumps [minimist](https://github.com/minimistjs/minimist), [minimist](https://github.com/minimistjs/minimist) and [mkdirp](https://github.com/isaacs/node-mkdirp). These dependencies needed to be updated together. Updates `minimist` from 1.2.0 to 1.2.7 Changelog Sourced from minimist's changelog. v1.2.7 - 2022-10-10 Commits [meta] add auto-changelog...
Bumps [got](https://github.com/sindresorhus/got) to 11.8.5 and updates ancestor dependency [nodemon](https://github.com/remy/nodemon). These dependencies need to be updated together. Updates `got` from 6.7.1 to 11.8.5 Release notes Sourced from got's releases. v11.8.5 Backport...
Hello everyone. I'm a little bit confused. I deployed an apiGateway with serverless-localstack and everything is done successfully. When I check my APG with this command ``` bash awslocal apigateway...