spinnaker-plugins / aws-lambda-deployment-plugin-spinnaker

Spinnaker plugin to support deployment of AWS Lambda functions via Spinnaker pipelines
Apache License 2.0
23 stars 22 forks source link

fix(payload): look for alternative places for a lambda response #75

Closed nimakaviani closed 3 years ago

nimakaviani commented 3 years ago

lambda response may not be in the body, but it could be in the responseString or the payload of an invocation results. Inspect other possible places where this response could possibly exist