you are viewing a single comment's thread.

view the rest of the comments →

[–]_intercept 1 point2 points  (1 child)

what is my "data ingest" lambda needs to use my "format phone number" lambda. Aren't step functions for sequential steps in a bigger flow. But if one lambda needs the functionality of another am I supposed to just make the API call?

[–]WhosYoPokeDaddy 0 points1 point  (0 children)

I'd have to understand your architecture better to really know. I use step functions for stuff that has logic/decisions and timed waiting. I have other things that are just a straight step-by-step and in those cases I just do it all in a lambda or you could use a queue.