dwyl / learn-aws-lambda

✨ Learn how to use AWS Lambda to easily create infinitely scalable web services
1.05k stars 202 forks source link

FAQ: Can I run lambda functions on my localhost or other infrastructure? #78

Open nelsonic opened 8 years ago

nelsonic commented 8 years ago

This is a question that keeps coming up so its worth addressing. Both for the people who want to "_develop offline_" (as if its even possible to develop without StackOverflow...!) and the people who are concerned with "_Vendor Lock-in_" we need to find/build a way of running/deploying AWS Lambda functions on other infrastructure... Related to #16