#Is there any way to locally run qwik from entry_aws-lambda?

3 messages · Page 1 of 1 (latest)

dark flume
#

Hi, I'm trying to locally run our qwik app to reduce the feedback loop, but we've got some logic in the entry_aws-lambda file. Is there a way to tell qwik to run locally with that as the entry point, or would that require somehow duplicating all the wrapping logic AWS Lambda usually handles?

wanton fiber
#

So what's wrong with running it with pnpm start? What are you missing?

#

AWS lambda is quite convoluted, but I know there's some express wrapper that lets you use express. So you could try that, but first let's figure out what's missing