-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Lambda: create a Dockerfile that can run as a Lambda function #215
Comments
Plans for next week:
|
This week:
Next week:
|
This week:
|
Completed
|
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
Currently the app runs in Heroku using the Node
http
module:We need to wrap calls to the server so that the Lambda invocation events are converted into an HTTP request that the Node
http
server understands how to process. We should be able to use theserverless-http
module to make this happen.Todo
serverless-http
module wraps calls to the Nodehttp
server.Related
The text was updated successfully, but these errors were encountered: