AWS Lambda Tutorial: Step by step instructions to create a scalable web application – Part 4

Posted by & filed under Uncategorized.

Configuring Amazon API Gateway and finishing application STEP 1: CONFIGURING THE APIS. Now your lambda functions are ready and functioning. The next step is to enable them to access from the Amazon API Gateway and pass the necessary parameter to each Lambda function. In the same page where you upload your lambda function click the Get… Read more »

AWS Lambda Tutorial: Step by step instructions to create a scalable web application – Part 3

Posted by & filed under Uncategorized.

Create and configure Lambda functions and uploading Lambda application packages to AWS Step 1: Create And Configure the Lambda function. Sign in to the AWS console and select the Lambda . Then follow the instructions to create a lambda function. This session shows the steps to create first lambda function- CreateAccount  for our application …. Read more »

AWS Lambda Tutorial: Step by step instructions to create a scalable web application – Part 1

Posted by & filed under Uncategorized.

Building scalable systems is often unmanageable even with cloud computing. Normally we  use Amazon AWS with  EC2 , load balancer and autoscaling. This approach is inconvenient and sudden traffic spikes cannot be handled with autoscaling. Additionally some infrastructure should be always kept in reserve. Aws Lambda can be used to  solve these hassles of  AWS… Read more »