{"id":4101,"date":"2023-11-04T23:14:03","date_gmt":"2023-11-04T23:14:03","guid":{"rendered":"http:\/\/localhost:10003\/using-aws-lambda-to-run-code-without-managing-servers\/"},"modified":"2023-11-05T05:48:01","modified_gmt":"2023-11-05T05:48:01","slug":"using-aws-lambda-to-run-code-without-managing-servers","status":"publish","type":"post","link":"http:\/\/localhost:10003\/using-aws-lambda-to-run-code-without-managing-servers\/","title":{"rendered":"Using AWS Lambda to run code without managing servers"},"content":{"rendered":"

Introduction<\/h1>\n

AWS Lambda is a compute service that lets you run your code without provisioning or managing servers. It is a serverless architecture that executes your code only when needed and scales with your usage. Lambda automatically manages compute resources, so you don’t have to worry about server maintenance, capacity planning, scaling, patching, or deployment. With Lambda, you can focus on writing code and building applications, not on managing infrastructure. In this tutorial, we will walk you through the process of using AWS Lambda to run your code without managing servers.<\/p>\n

Pre-requisites<\/h2>\n

Before we get started, you need to have the following:<\/p>\n