#Is there any way to locally run qwik from entry_aws-lambda?
3 messages · Page 1 of 1 (latest)
3 messages · Page 1 of 1 (latest)
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?