We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f28d061 commit b8ae814Copy full SHA for b8ae814
index.js
@@ -8,7 +8,7 @@ exports.handler = function handler (event, context, callback) {
8
debug(event);
9
console.log('rawPath:', event.rawPath)
10
11
- const url = 'dwyl';
+ const url = event.rawPath;
12
gs(url, function(err, data) {
13
console.log(' - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ')
14
console.log(data);
0 commit comments