-
# 🎏 Goals
- ⬇️ Bundle size reduction
- 🚀 Support for serverless environments
- âž– Remove `express` package
# đź’ˇ Ideas
## The `ActivityActivityControllable#emit(body: ActivityEvent): Promis…
-
Using express@3.0.0
I deployed to a `production` stage which i don't want to see in my serverless dashboard anymore, so I tried removing via CLI.
When I try removing it I get the error message.
…
-
We are trying to integrate the NestJs with serverless stack and AWS . We have simple Controller that has a Service as a dependency.
when we make request to the controller the serviceObject that shoul…
-
I don't know how to use context.log with serverless-express and Azure functions. Please tell me how to use context.log.
-
Hi,
We are using express-redis-cache with aws-serverless-express 3.x on AWS Lambda (node 6.10)
I have configure the redis cache ttl to 60s for Http Status 200:
`app.use("/api/*",cache.route({ex…
-
# TODO
- [x] Clicking _Bust grams_ with _Kate_ in the box should take you to a page with _kate_ in the URL.
- [ ] /?key=kate should display _grams for *kate*_ on the page.
- [ ] /?key=kate should s…
-
loopbak 4 is based on express , is there a way we can use this plugin to proxy the azure function requests to the loopback app?
we cant really access
const app = require('express')
to change it…
-
## Problem & Background
Hi there, we are Express.js users, and also serverless advocates. We found there are some issues about "lack of introduction to examples/cloud environment deploy issues", as…
-
Hi all,
When deploying using `serverless` with `serverless-api-gateway-caching` like so:
```
functions:
graphql:
handler: src/handler.graphqlHandler
events:
- http:
p…
-
### app.post("/path/path", (req, res) => { }
I am not sure what exactly is the issue is, but it seems that my **req** variable contains weird data from aws- api gateway. When I try log the contents…