How does AWS Lambda work

0 votes
I want to understand the working mechanism of AWS Lambda, can anyone please help me?
Jul 11, 2019 in Cloud Computing by code_ninja
• 6,290 points
633 views

1 answer to this question.

0 votes

AWS Lambda is  an Amazon service which offers serverless computing

 Let me first explain you what is serverless computing:

  • Serverless computing lets your application run without any worries  regarding server management, because the server in which application is running is completely managed, provisioned and scaled by AWS platform
  • Your work is to write code (lambda function) in any preferable backend language and execute it, lambda as a backend service will respond to all the events associated with your application

Working mechanism of AWS Lambda:

  1. Write your code (lambda function) to AWS Lambda Console ( lambda function includes the tasks that AWS lambda is suppose to perform)
  2. Set Lambda to receive a trigger to function, from any mobile app or Http endpoint or AWS Service (event sources)
  3. On receiving the input trigger the lambda starts executing the code using the required compute resources
  4. You have to pay only for the time-spam the function remains in execution state

AWS services used to integrate with Lambda to set the event source are:

image

To know more, like how to configure Lambda and start working with it have a look at this :https://youtu.be/XZggsCITQdY

I hope this helps you, happy learning :)

answered Jul 11, 2019 by ArchanaNagur
• 2,360 points

Related Questions In Cloud Computing

0 votes
1 answer

How does AWS Glacier Select work?

Amazon Glacier Select allows queries to run ...READ MORE

answered Oct 5, 2018 in Cloud Computing by DragonLord999
• 8,450 points
1,227 views
0 votes
1 answer

How does AWS Glacier work?

Lets imagine that we want to build ...READ MORE

answered Oct 10, 2018 in Cloud Computing by DragonLord999
• 8,450 points
581 views
0 votes
1 answer

How does Amazon ec2 user-data work?

Refer these: ·         http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-instance-metadata.html ·         http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/user-data.html To throw some light ...READ MORE

answered May 15, 2018 in Cloud Computing by DragonLord999
• 8,450 points
629 views
+1 vote
2 answers

How does Elastic Beanstalk and EC2 contribute to automation in AWS?

I hope this helps AWS Elastic Beanstalk is the ...READ MORE

answered Jul 26, 2018 in Cloud Computing by code_ninja
• 6,290 points
667 views
0 votes
1 answer
0 votes
1 answer
0 votes
1 answer
0 votes
1 answer

Does it make sense to have an Amazon Elastic Load Balancer with just one EC2 instance?

ELB automatically distributes incoming application traffic across ...READ MORE

answered Jul 12, 2018 in Cloud Computing by ArchanaNagur
• 2,360 points
959 views
0 votes
1 answer

AWS API Gateway should prevent use of TLS v1

API ( application programming interface )- It ...READ MORE

answered Aug 1, 2018 in Cloud Computing by ArchanaNagur
• 2,360 points
2,056 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP