dougmoscrop / serverless-http

Use your existing middleware framework (e.g. Express, Koa) in AWS Lambda 🎉
Other
1.72k stars 166 forks source link

Add support for LoopBack 4 #118

Closed joe-niland closed 5 years ago

joe-niland commented 5 years ago

Added detection of LoopBack 4 app main function to getFramework()

dougmoscrop commented 5 years ago

seems good, can you add a test that just does hello world?

joe-niland commented 5 years ago

Sure - i'm trying to figure out which function I need to hook into to create the app for the test

joe-niland commented 5 years ago

@dougmoscrop how's that for a basic test? I'm a LoopBack novice so I am not sure if that would be considered thorough by the project maintainers, but there it is anyway.

By the way this isn't ready for merging yet. I'm still trying to get it to behave in my serverless project.

dougmoscrop commented 5 years ago

Looks good, thanks for your contribution!