Skip to main content

Posts

Showing posts with the label AWS lambda

Serverless Framework(03) — Develop, deploy & troubleshoot serverless!

Serverless is the industry's buzzword these days, It doesn’t solve all the problems, but enough to become important. What exactly is server-less programming and how did we get where we are today, I have covered it   here . What this post is about? This post is not about when you should or should not use a serverless. I’m assuming you’ve decided to use serverless. This post is also not about which cloud solution should you use,  AWS Lambda, Google Cloud Functions,  or  Azure Functions.  I’m assuming you’ve chosen AWS Lambda. This is not even about comparing  AWS SAM  or  AWS CDK  &  Serverless framework. This post is about covering all the steps and showing how easy is to have an AWS lambda up and running with Serverless Framework. Install Serverless The easiest way to install Serverless is by running the following command, assuming you already have Node installed on your machine. If you don’t have  Node JS  installed, insta...