Lambda Parallelization - Check Environment and Run Lambdas
- Check to see if running in AWS environment
- If on AWS environment, run Lambdas (#151 (closed) and #152).
- This will most likely be a Step Function that will need to be executed.
- Will need to construct a JSON array to send to the Step Function
- Will need to wait for Step Function to complete to get results.
Requires #151 (closed) and #152
See nshmp-haz#489