Shopify / shopify-app-js

MIT License
280 stars 111 forks source link

[shopify-api] AWS Lambda runtime adapter #1584

Open iradcn opened 3 weeks ago

iradcn commented 3 weeks ago

Overview

Our app's backend runs on AWS Lambda functions (using the node.js Lambda runtime). The existing node.js adapter in this repo assumes the usage of express.js, while for AWS Lambda we're using AWS API Gateway.

We've written a runtime adapter for AWS Lambda and would love to contribute it back to this repo.

lizkenyon commented 1 week ago

Hi there 👋

If you would like to contribute could you open up a PR? This PR doesn't have to be perfect, and fully documented just enough so we can get a better idea on what you have done, to decided if it makes sense to include it here.

Looking forward to reviewing!