Vandita Mathur is an Associate Technical Manager at Indexnine Technologies. Vandita has over 10 years of experience in full-stack product development along with building, guiding and leading teams to deliver solutions to customers.
After having seen an overview of serverless computing with AWS and some tips on configuring Lambda, we will move on in this post, to share some of the challenges that we faced and resolved. The reference application is a real time data processing application that used serverless computing as part of its architecture. A brief…
In the earlier blog post of this series, we had seen a general overview of serverless computing with AWS. In this part, we will look at configuring a Lambda function and follow up with an architecture diagram of an application that performs real time processing of data coming in from multiple sources. Lambda Configuration -…
What is Serverless Computing? Wikipedia defines this as: “Serverless computing is a cloud-computing execution model in which the cloud provider acts as the server, dynamically managing the allocation of machine resources. Pricing is based on the actual amount of resources consumed by an application, rather than on pre-purchased units of capacity.” This does not mean…