dougmoscrop / serverless-http

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

Serverless isn't serverless if it's dependent on one server of servers #69

Closed Yzrsah closed 5 years ago

Yzrsah commented 5 years ago

In this case, Amazon!

mattwelke commented 5 years ago

This is irrelevant to the nature of this project. This project acts as an adapter for cloud-agnostic code to the AWS Lambda service. It isn't about the definition of the word "serverless".

dougmoscrop commented 5 years ago

Vendor lock-in is an orthogonal concern. I consider serverless to mean a focus on usage or capacity based billing and not managing certain aspects of infrastructure; if your complaint is that it doesn't work with other providers, then sure, I could have called it aws-lambda-http or something - but I'm also happy to extend this library to support other platforms. There's an issue for that already.