arackaf / mongo-graphql-starter

Creates a fully functioning, performant, extensible GraphQL endpoint from a Mongo DB. Supports middleware, Mongo 4 transactions.
MIT License
423 stars 29 forks source link

How to deploy serverless Azure or AWS Lamba? #11

Closed PhilAndrew closed 6 years ago

PhilAndrew commented 6 years ago

Hello, please tell me how to deploy this serverless on AWS Lambda

arackaf commented 6 years ago

No idea, sorry. And I'm not really sure this would be a good fit for AWS Lambda. This project generates javascript for your project. I'm not sure why you'd want a code generation being run on Lambda. But regardless, I've never used Lambda so I'm not sure how to set anything up there.

PhilAndrew commented 6 years ago

I mean the code which was generated and which I can normally run, I want to run that on AWS Lambda for scalability.

arackaf commented 6 years ago

Still, no idea. I've never used Lambda. The code this utility generates is regular Node-based JavaScript, so ... however you normally run code on Lambda, should be no different for the code generated here.