serverless-localstack
serverless-localstack copied to clipboard
⚡ Serverless plugin for running against LocalStack
While using `localstack:0.10.8` , I'm getting an error when trying to put object in the local s3 bucket. More details: ``` 2020-03-22T11:21:47:ERROR:localstack.services.generic_proxy: Error forwarding request: An error occurred (404) when...
The `sls remove` command seems to be failing under certain circumstances - see #33 ┆Issue is synchronized with this [Jira Task](https://localstack.atlassian.net/browse/LOC-32) by [Unito](https://www.unito.io/learn-more)
Copied from: https://github.com/localstack/localstack/issues/855 Koalk - - - Can't seem to create tickets on the new project, feel free to copy this into it once issues are enabled on it. I...
I created a simple test function, but when I attempt to invoke it using serverless, I get an error "Function not found: arn:aws:lambda:us-east-1:902088074489:function:localstack-test-local-hello". I have a feeling that the invoke...
Hi Team, I'm trying to use serverless with localstack and ran into an issue when running: `SLS_DEBUG=* sls deploy --stage=local` The localstack docker showed error as below,please check the error_log.txt...
I am trying to create a ruby lambda and linking it to an event schedule which is set to trigger every minute. Lambda is working properly. I am able to...
The current implementation depends on user having to install `localstack` binary on their machine since it uses the following command (https://github.com/localstack/serverless-localstack/blob/master/src/index.js#L332) to start docker container. ``` localstack infra start --docker...
This comes from trying to use this with serverless-next.js .. but it seems that serverles components are not supported.. or maybe im wrong. Anyways thank you in advance. ┆Issue is...
since updating to the latest version (1.65.0) of serverless I am getting an error message after deploying to Localstack. Serverless: config.options_stage: development Serverless: serverless.service.custom.stage: undefined Serverless: serverless.service.provider.stage: ${opt:stage, 'development'} Serverless:...
It appears that its failing on the call to updateStack() ``` AttributeError: 'NoneType' object has no attribute 'value' 2020-03-08T21:03:55:DEBUG:localstack.services.cloudformation.cloudformation_listener: Error response from CloudFormation (500) POST /: b'\n500 Internal Server Error\nInternal...