Hello, is there a way export logs that lambda are ...
# help
a
Hello, is there a way export logs that lambda are producing?
t
Hi Armen, you can pull the request log JSON via an API call if that helps?
e.g.
curl -H 'Authorization:Token <api token>' <https://my-api.wiremockapi.cloud/__admin/requests>
a
ah, yes thanks!