Skip to content

Instantly share code, notes, and snippets.

@bcambel
Last active February 16, 2018 13:59
Show Gist options
  • Save bcambel/09b57c64c217493a066113550bc8825e to your computer and use it in GitHub Desktop.
Save bcambel/09b57c64c217493a066113550bc8825e to your computer and use it in GitHub Desktop.
{
// the templates argument that will be replaced from the URL
// <api>/Stream/{stream-name}
"StreamName": "$input.params('stream-name')",
// Data that we received + a NEW LINE Base64 encoded (Cg==)
"Data": "$util.base64Encode($input.json('$.Data'))Cg==",
"PartitionKey": "$input.path('$.PartitionKey')"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment