serverless-plugin-simulate icon indicating copy to clipboard operation
serverless-plugin-simulate copied to clipboard

This is a proof of concept to see if we can replicate Amazon API Gateway using docker images to run lambda

Results 33 serverless-plugin-simulate issues
Sort by recently updated
recently updated
newest added

## What did you implement: Deprecation warnings were fixed. ## How did you implement it: Add `type` to options. ## How can we verify it: Run `serverless info` and check...

I suspect there's a good chance this repo is abandoned, but maybe others hit this and need a fix too... # This is a Bug Report ## Description We've been...

## What did you implement: Closes #104 ## How did you implement it: Adds a new promise to the promise chains that handle long-running services. That promise fulfills when an...

## What did you implement: Closes #101 ## How did you implement it: When lambda function returns an errorMessage (that means the function handle the error) the `invoke/local` not reject...

# This is a Bug Report ## Description * What went wrong? When a lambda function is invoked as RequestResponse, using aws-sdk, and the function throws an error, the Response...

## What did you implement: Fixes #89. ## How did you implement it: We check whether the `serverless.variables.service.package.artifact` variable exists. If it does, it gets attached to every function object....

# This is a Bug Report (sort of) I couldn't find a similar issue filed, but let me know if I missed anything. ## Description ### What went wrong? Running...

Fix Error Propagation from run.js when return code !== 0 ## What did you implement: When invoking a local lambda function, and return `code === 1` due to an error...

## What did you implement: Closes #11 ## How did you implement it: 1. Inject a function call apigatewayRestart to monitor serverless.yml. 2. If will monitor the file change. When...

# This is a Bug Report/Feature Proposal ## Description I'm attempting to dockerise this plugin within a dev environment to simulate firing up lamdba containers. To do this I'm mounting...