CLICK ME
yes, even hidden code blocks!
print("hello world!")| console.log("---> Running"); | |
| const curl = require("curl"); | |
| const jsdom = require("jsdom"); | |
| const url = "http://www.imdb.com/list/ls004489992/"; | |
| curl.get(url, null, (err,resp,body)=>{ | |
| if(resp.statusCode == 200){ | |
| parseData(body); | |
| } |
Set up a cross-account IAM role in the destination account
Create a lambda in the calling account.