-
Notifications
You must be signed in to change notification settings - Fork 672
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
NestJS & Unable to determine event source based on event #658
Comments
Any news here? |
Same problem here, any news ? 🥲 |
Temporary SolutionThe error is from the file utils, i will work to fix this problem, now i just work in this, and on the serverless.yml
lambda.ts
utils.js on node_modules commented
|
@hernandemonteiro thanks for that, waiting for a proper fix :) |
AFAIK there is a fix but just when using |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi guys,
First of al thanks for the great plugin - helps a lot!
Unfortunately I have a small problem when I'm trying to use it together with NestJS and GraphQL.
When I'm executing
sls invoke local -f api
I'm getting:My setup is similar to the example but of course much more advanced (I use additional GraphQL).
Below my setup:
serverless.yml
./src/events/api.ts
./app.module.ts
./nest-cli.json
Any ideas what is wrong?
The text was updated successfully, but these errors were encountered: