-
**Actual Behaviour**
when trying to stall dynamodb local using `sls dynamodb install`, I get an error:
```
Error: Error getting DynamoDb local latest tar.gz location undefined: 403
```
This…
-
I get this error. I cannot access the _http_agent.js I don't have that file.
Is there a way to solve this?
````javascript
hostHeader.startsWith is not a function
at calculateServerName (_http_…
-
base PR: https://github.com/vendia/serverless-express/pull/327
https://github.com/vendia/serverless-express/pull/327#issuecomment-752816838
When I used `aws-serverless-express`, I developed expres…
-
Hi, thanks for sharing :)
I installed this package, Here's the settings inside my `server.yml` file:
```
service: myProject
provider:
name: aws
runtime: nodejs6.10
plugins:
- se…
-
Did anyone know how to solve this issue?
My project DynamoDB is start separately `serverless dynamodb start --stage dev`
Appsync emulator command: `yarn appsync-emulator --port 62222`
Mutati…
-
Hi, first thanks for this plugin, I will be using it frequently as soon as I can make it work :)
I can install and launch the plugin, but when I hit the URL, I get this error in the serverless cons…
-
I'm not using any middleware except express.json and cors.
this is lambda.ts
```
import serverlessExpress from "@codegenie/serverless-express";
import app from "./app";
exports.handler = serv…
-
***
☝️ **Important announcement:** Greenkeeper will be saying goodbye 👋 and passing the torch to Snyk on June 3rd, 2020! [Find out how to migrate to Snyk and more at greenkeeper.io](https://greenkeep…
-
Our current implementation uses Mathjax-node that now could be replaced by the latest Mathjax 3 library https://www.npmjs.com/package/mathjax that works on browser and also as a node module
* We sh…
-
```
const { getCurrentInvoke } = require('@vendia/serverless-express')
app.get('/', (req, res) => {
const { event, context } = getCurrentInvoke()
res.json(event)
})
```
What is wrong ab…