Step 1: Create a table
create table aws.swf
on insert post to 'http://swf.us-east-1.amazonaws.com/'
using headers 'X-Amz-Target' = 'com.amazonaws.swf.service.model.SimpleWorkflowService.RegisterDomain',
'X-Amx-Encoding' = 'amz-1.0',
'X-Amzn-Authorization' = '...'
using bodyTemplate 'foo.json.mu' type 'application/json';
Step 2: Describe the shape of the request body