Skip to content

Instantly share code, notes, and snippets.

@thomaszurkan-optimizely
Created July 30, 2018 23:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save thomaszurkan-optimizely/589a6a6e6fe7f40b53d118293c728fed to your computer and use it in GitHub Desktop.
Save thomaszurkan-optimizely/589a6a6e6fe7f40b53d118293c728fed to your computer and use it in GitHub Desktop.
case 'POST':
let body = JSON.parse(event.body);
let projectId = body['project_id'];
let url = body['data']['cdn_url'];
console.log(‘project url:’, url);
break;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment