Has anyone tried downloading the pact CLI standalo...
# general
a
Has anyone tried downloading the pact CLI standalone executable into a lambda? I’m trying to run the
pact-broker create-or-update-pacticipant
command so that I can onboard new pacticipants in a python lambda
I tried looking for similar commands in the API, but I didn’t see any for creating an entirely new pacticipant
m
You would need to ensure the lambda can support the version of the CLI you install. What problem are you having tho?