IIUC, two lambdas write to the same path concurrently. What would your desired result
be in such a case?
An example: as an alternative to
@Itai Admi’s suggestion, if you are using the
high-level Python SDK then you might use
Branch.transact in each Lambda, and retry on conflict.