serverless-localstack
serverless-localstack copied to clipboard
⚡ Serverless plugin for running against LocalStack
Getting TypeError while trying to deploy a Serverless framework Python lambda with mountCode: true
I followed the instructions provided in [the official documentation](https://docs.localstack.cloud/tools/lambda-tools/hot-swapping/#serverless-framework-configuration) to execute a custom Python lambda using the Serverless framework. I am using the following command to deploy the lambda from...
Can't I run this repo without aws account?
Ran into a bug where the serverless-localstack plugin was overwriting the handler location of my lambdas when it was supposed to be deactivated. This caused my all my api endpoints...
I'm encountering an issue where only one deployment out of dozes works correctly. When I try to call my endpoint: ``` curl -X POST http://localhost:4566/restapis//local/_user_request_/register ``` then in most cases,...
I'm working with mountCode + serverless-webpack. My main question is: 1. Do I need to create a docker volume? If so, how should this volume be defined? 2. Does it...
I am following serverless-localstack example to test my server-less app. serverless.yml ``` service: name: aws-node-typescript-sqs-standard plugins: - serverless-webpack - serverless-localstack custom: localstack: stages: # list of stages for which the...
Hi, I am having an hard time figuring this out. I am trying to deploy a lambda to localstack and having an error. Fair enough, but the error is actually...
I tried integrating this plugin with localstack and also with serverless-webpack, but it is not working Versions I used - localstack:0.12.20 - "webpack": "^5.52.0" - "serverless-webpack": "^5.5.4" - "serverless-localstack": "^0.4.35"...
Hi Team, I am having the below error for a while. ``` Serverless Error --------------------------------------- ServerlessError: socket hang up at promise.catch.err (/Users/chinnababusadam/MyWorkSpace/bodenstein/app/node_modules/serverless/lib/plugins/aws/provider/awsProvider.js:431:27) at process._tickCallback (internal/process/next_tick.js:68:7) Get Support -------------------------------------------- Docs: docs.serverless.com...
 custom.localstack.autostart is set to true and custom.localstack.stages is set ['local']. Ideally with this config, localstack should only attempt to autostart the docker container when the stage i am deploying...