Skip to content

Instantly share code, notes, and snippets.

@rts-rob
Last active September 9, 2017 10:03
Show Gist options
  • Save rts-rob/2a577df798ab76c1721711bf68e97805 to your computer and use it in GitHub Desktop.
Save rts-rob/2a577df798ab76c1721711bf68e97805 to your computer and use it in GitHub Desktop.
Querystring example
let querystring = require('querystring');
...
const requestingUser = querystring.parse(event.body).user_name;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment