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

![image](https://user-images.githubusercontent.com/63580042/121021245-5f887900-c7cb-11eb-8e8d-71864d3a8ad7.png)

I am learning how to use localstack to test my serverless app. I started with a simple serverless app created from a template, ``` serverless create --template aws-nodejs ``` Here's...

Lambda execution does not work with package (individually: true). Each lambda is created with it's own folder and when I execute a lambda using localstack url, it fails with "errorMessage"...

Hi, when I define a serverless endpoint that should be triggered via HTTP, then the serverless deployment does not show the endpoint anymore, besides that the endpoint was deployed successfully....

I am getting socket hangup error, is it because of all aws apis are running 4566? I am running localstack image created from [localstack](https://github.com/localstack/localstack) not from this repo docker-compose file.

I contract for Pro version. I'm trying to deploy localstack, but localstack cli outputs "ServerlessError:" it has not error detail. **I check cloudformation stack it is "UPDATE_INPROGRESS", So I waited...

It would be useful if there was an option to only specify some services, if would be easier to use this plugin if it didnt try to enable (and use)...

enhancement
configuration
status: backlog

Hello, I was setting up a dummy project to start transitioning existing lambda functions to using serverless for deployment and localstack for local testing, and I came across a bug...

I'm trying to deploy a sample serverless stack using the serverless-localstack plugin but I'm getting this error ``` localstack_1 | 2021-01-22T22:20:42:INFO:localstack.utils.cloudformation.template_deployer: Unable to create stack uploadToS3-local: Parameter validation failed: localstack_1...

I'm attempting to create a containerized local dev environment using serverless and localstack. I can run the services using docker-compose, and access both containers, run sls commands, etc. When I...