Scaling lambda functions

0 votes
I have created a lambda function that handles requests of some kind. I want to know as how can I scale the lambda function. Is it even possible from user end? Can someone please take a look at this and help me?
Jan 24, 2019 in AWS by Rishab
• 1,490 points
531 views

1 answer to this question.

0 votes

You actually do not require to scale lambda function, AWS Lambda scales them automatically on your behalf. Every time an event notification is received for your function, AWS Lambda quickly locates free capacity within its compute fleet and runs your code. Since your code is stateless, AWS Lambda can start as many copies of your function as needed without lengthy deployment and configuration delays. There are no fundamental limits to scaling a function. AWS Lambda will dynamically allocate capacity to match the rate of incoming events.

Hope this helps.

answered Jan 25, 2019 by satyam

Related Questions In AWS

0 votes
1 answer

Is vertical scaling possible in Lambda?

Yes, it’s possible and in fact, it ...READ MORE

answered Jan 11, 2019 in AWS by sangeeta
1,954 views
0 votes
1 answer

how to get the RDS snapshot list last 24 hours list by using the lambda functions

Hi@shalk, You can list down your RDS snapshot. ...READ MORE

answered Sep 24, 2020 in AWS by MD
• 95,440 points
2,564 views
+1 vote
10 answers
0 votes
1 answer
0 votes
1 answer
0 votes
1 answer
0 votes
1 answer

Monitor Lambda function

Yes, AWS Lambda automatically monitors Lambda functions ...READ MORE

answered Jan 25, 2019 in AWS by hemant
450 views
0 votes
1 answer

Cost for using Lambda function

AWS Lambda is a pay as you ...READ MORE

answered Jan 25, 2019 in AWS by Risu
1,042 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