-
## Problem
It would be nice to have a way to run the migrate programmatically. I am running into an issue where my api is using lambdas (serverless) and my database is only accessible from within a…
-
So I am struggling to get an example of lambda layers working.
My attempt is on the lambda layer branch of this repo https://github.com/vespertilian/nx-aws-example/tree/lambda-layers which is a cl…
-
## Problem
Prisma currently only supports one single Prisma Schema file. Developers want more flexibility for managing their Prisma Schema files.
Motivations:
* breaking up large schema file…
-
### Describe the problem you'd like to have solved
In my project I use nodejs but do not use the express, would it be possible for you to export or publish the `access-token-jwt` as a separate enti…
-
### Bug description
Prisma works if I give it an ip address, but not a resolvable service name of a container
### How to reproduce
docker-compose:
```
services:
app:
image: ap…
-
I have the following ingress controller defined with the relevant bits being that it is target-type ip with a 30 second deregistration_delay.
```yaml
apiVersion: extensions/v1beta1
kind: Ingress
…
-
## I'm submitting a...
- [ ] Regression
- [x] Bug report
- [ ] Feature request
- [ ] Documentation issue or request
- [ ] Support request
## Current behavior
When I try to ad…
-
Hi, first of all thanks for this library.
I have an application in which I use your package and it works very well, I use it across many services with `ClsGuard`. I have an issue on my WebSocket ga…
-
- [x] Use `@nestjs/websockets` `@nestjs/platform-socket.io`
- [x] Implement socket gateway
-
I'm trying to see if this project will generate TypeScript definitions for my Protobuf types (sounds like it will). However, I can't seem to get it working. I tried a command similar to the one in the…