shekhargulati / 52-technologies-in-2016

Let's learn a new technology every week. A new technology blog every Sunday in 2016.
https://shekhargulati.com/
MIT License
7.19k stars 598 forks source link

Week 34: AWS Lambda #47

Open shekhargulati opened 8 years ago

shekhargulati commented 8 years ago

Please provide your feedback by posting a comment against this issue.

swaroopch commented 8 years ago

Very useful. Thank you for this writeup.

One thing that I was looking for was whether the api creation / deployment of lambda could be automated, and it looks like it can via the AWS CLI. Obviously, it's easier via the UI for the first time / as a tutorial.

orsenthil commented 8 years ago

Good write-up. I liked your clear explanation of AWS lambda usefulness. The thing to note is, the traditional way of having the API end-point with the web service running on a server is now abstracted away and provided to you by Amazon.