Introduction (Getting started with AWS Lambda, part 1)
Simply Explained
In this series I'll cover topics like creating a function in Node.js, deploying them with automated tools, executing functions with HTTP calls, integrating them with other AWS services and much more!
Lambda allows developers to deploy "serverless" applications. Obviously there are still servers involved, but you don't have to manage them yourself.
Watch the next video (Writing our first function in node.js): https://www.youtube.com/watch?v=PEatXsXIkLc
► About Lambda AWS Lambda is a compute service where you can upload your code to AWS Lambda and the service can run the code on your behalf using AWS infrastructure.
More information on Amazon's website: http://docs.aws.amazon.com/lambda/latest/dg/welcome.html
► Building an anagram solver with Lambda Check out how I builded an anagram solver with Lambda, API Gateway, DynamoDB, S3 and CloudFront:
► Meal planning with Lambda and Trello Check out how my girlfriend and I use Lambda and Trello as a weekly meal planner:
https://savjee.be/2016/07/Meal-planning-with-trello-and-aws-lambda/
► About me Follow me on Twitter: https://twitter.com/xafke Check out my blog: http://www.savjee.be Like my Facebook page: https://www.facebook.com/savjee ... https://www.youtube.com/watch?v=fSUEk6iMW88
6059476 Bytes