Start functions anynchronously

I need to run multiple functions in async mode and I want to run that from a Job. How can I do this? I saw that there is a possibility of Aws::Lambda::Client to run invoke_async, but I was wondering if there is a better (Jets) way of doing it.

Thanks