You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Like in my post here I've tried using these packages in combination with adonis.js to make it lambda compatible:
vendia/serverless-express
aws-lambda-http-server
aws-lambda-create-request-response
serverless-http
IMHO the Ignitor HttpServer here needs to be modified to not start another server but instead take the requests that are coming from Lambda directly.
If we can inject a custom server that doesn't spawn a new process, this should be possible to do.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
...and failed with.
Like in my post here I've tried using these packages in combination with adonis.js to make it lambda compatible:
IMHO the Ignitor HttpServer here needs to be modified to not start another server but instead take the requests that are coming from Lambda directly.
If we can inject a custom server that doesn't spawn a new process, this should be possible to do.
Beta Was this translation helpful? Give feedback.
All reactions