Skip to content
Discussion options

You must be logged in to vote

Hey @manosntoulias,

The output_paths parameter and getResponseField method both work with the Api response.
For example, this custom resource is using the S3 listobjectsv2 API call. If we take a look at that call's response syntax, we can see how the response data will be returned. In this case, the example wants to only return the data seen in the first two objects in Contents, which is an array of Objects.

So for your case, you're using Lambda Invoke. I'm not too sure what info.current is, but it's not in any of the response elements seen here 🙂

Hope this helps guide you in the right direction!

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by peterwoodworth
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants