Instead of loading the payload from the store (e.g. S3) at the start of the execution, we could prepare the loading arguments (e.g. setting bucket and object key) and defer the load until the payload is actually needed. This could be useful when dealing with multiple big payloads which need to be processed sequentially.
Instead of loading the payload from the store (e.g. S3) at the start of the execution, we could prepare the loading arguments (e.g. setting bucket and object key) and defer the load until the payload is actually needed. This could be useful when dealing with multiple big payloads which need to be processed sequentially.