How to convert application/x-www-form-urlencoded data coming via POST request into API gateway into a JSON object so you may send said object to Step Functions without first sending to Lambda for pre-processing.
(Answer included below)
How to convert application/x-www-form-urlencoded data coming via POST request into API gateway into a JSON object so you may send said object to Step Functions without first sending to Lambda for pre-processing.
(Answer included below)
Copyright © 2021 Jogjafile Inc.
application/x-www-form-urlencodedStartExecution/StartSyncExecutionMapping Template:
Given your role has proper permissions, this mapping template will result in your step function executing properly with a beautifully formatted
JSONobject inputted.