Hi guys, I am trying to set up a postConfirmation ...
# help
a
Hi guys, I am trying to set up a postConfirmation trigger with a lambda function but run into
Cannot find module
exception. Any idea?
f
Hmm.. can you double check if
src/functions/confirmUserSignup.js
or
.ts
exists?
Also, do you have other
sst.Function
that works in
sst start
?
a
Finally got it through. So now my trigger works fine after
sst deploy
but fails with
sst start
with the
Cannot find module
exception
so it seems unhappy with the live development
should i open an issue?
@Frank I have another function working as a appsync resolver with sst start
f
@arda thanks for the details. I will give this a try and keep you posted!