Skip to content

AWS Lambda scaling: multiple Lambda functions?

0

I am developing NET Core 6 AWS Lambda <-> RDS PostgreSQL. Is this good idea: to create multiple AWS Lambda functions which will perform their functionality: get data, post/put data. send emails to customers about successful operations, create reports? I.e. instead one large NET 6 Lambda have multiple Lambda functions

Where can I read about this kind of approach?

asked 2 years ago553 views
2 Answers
1
Accepted Answer

Hi,

answer is depends on your context, thought AWS best practice is to use specialized Lambda functions compared with all-purpose functions

https://docs.aws.amazon.com/lambda/latest/operatorguide/specialized-all-purpose.html

Hope it helps ;)

EXPERT
answered 2 years ago
AWS
EXPERT
reviewed 2 years ago
1

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.