I have a collection that runs against an AWS APIGateway endpoint. Within Postman the requests work great. But when I run the requests using newman, I get this
# failure detail
1. Error
read ECONNRESET
at request
inside "AccountLookup PUB"
2. AssertionError Status code is 200
expected { Object (id, _details, ...) } to have property 'code'
at assertion:0 in test-script
inside "AccountLookup PUB"
What is happening here?