Skip to content

Instantly share code, notes, and snippets.

@mimiz
Created August 9, 2020 08:41
Show Gist options
  • Save mimiz/4f6669757adc7ccc8ee325b98ffa7a9c to your computer and use it in GitHub Desktop.
Save mimiz/4f6669757adc7ccc8ee325b98ffa7a9c to your computer and use it in GitHub Desktop.
stream-uppercase-medium
stream create --name 'uppercase' --definition 'http | transform --expression=payload.toUpperCase() | log'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment