serverless-localstack icon indicating copy to clipboard operation
serverless-localstack copied to clipboard

⚡ Serverless plugin for running against LocalStack

Results 63 serverless-localstack issues
Sort by recently updated
recently updated
newest added
trafficstars

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?

needs-triaging
configuration
installation

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...

status: response required

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,...

bug
needs-triaging
cloudformation

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...

status: backlog
serverless-webpack

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...

![image](https://user-images.githubusercontent.com/60622084/122634761-3eb70200-d0ae-11eb-97f7-66c74762ff51.png) 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...