Posts

What is AWS Lambda, How to create an AWS Lambda function?

Image
    What is AWS Lambda? AWS Lambda is computing service, which helps you to run your code without managing the servers. AWS Lambda provides a powerful compute infrastructure. It will manage your server by handling admin, compute resources, server, OS (Operating System), databases, automatic scaling, and logging credentials.  Special features of Lambda is, you can run your application’s back-end services for virtually.  How AWS Lambda works? Lets’ see the AWS Lambda process in five steps  Steps:1 Build your application code in programming languages such as Java, Python, Ruby, Go, C#, etc.  Steps:2 Create an AWS Lambda account and login into the server portal.  Steps:3 Create an AWS Lambda function and upload your code in the created function.  Steps:4 After that, AWS services triggers the events in lambda function, Steps:5 When it's getting triggered, Lambda function gets executed and run the application code by runtime.  What is events in AWS Lambda? The event is a document which c