Last active
February 16, 2018 13:59
-
-
Save bcambel/09b57c64c217493a066113550bc8825e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
// 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