tejaswi
tejaswi

Reputation: 145

Can we delete a node in Context Object of step function? using SFN input/output processing?

For instance if a state produces following output

{
  "Name":"Sup",
  "ID":"sjkjsk",
  "Resources":[1,2,3,4]
}

I want the output to not include "Resources", like below

{
  "Name":"Sup",
  "ID":"sjkjsk"
}

How can I achieve this step function input/output processing?

Upvotes: 1

Views: 64

Answers (0)

Related Questions