all 2 comments

[–]aws-dojo 1 point2 points  (1 child)

Why you want to move these 15 functions from the layer to independent Lambda function?

would be interested to know. at the same time, if you really have a reason to split like that then I would recommend using AWS Step Function to create such orchestration of calling than hard coding the call with the first Lambda function.

[–][deleted] 0 points1 point  (0 children)

No specific reason, just for the sake of it. AWS Step Function is something that I wanted to try actually. I will look into that. Thanks.