Open
Description
This is a Feature Proposal
Description
For feature proposals:
- What is the use case that should be solved. The more detail you describe this in the easier it is to understand for us.
- If there is additional config how would it look
API Gateway allows users to modify the response body and headers based on content from the response from lambda, or the step functions. In the case of the step functions the output always appears to be:
{ "executionArn": "arn:aws:states:us-east-1:111111111111:execution:Name:ID", "startDate": epochTimeStamp }
I would like to be able to suppress this output and change the http response code to 201 or 204.