I created an AWS Lambda function. But I am confused about memory size. The memory size of the function is 512 MB. When 10 request comes at the same time, which scenario will be happen:
Scenario A : each function runs with 512/10 = 51,2 MB memory
Scenario B : each function runs with 512 MB memory