Skip to content

Instantly share code, notes, and snippets.

View zeynepsu's full-sized avatar
🏠
Working from home

Zeynep Su Karasozen zeynepsu

🏠
Working from home
View GitHub Profile
@zeynepsu
zeynepsu / index.js
Last active March 14, 2018 09:18
Algorithmia NodeJS SDK
/*
* Algorithmia Lambda Sample Code
*/
var AWS = require('aws-sdk');
var apiKey = 'YOUR_API_KEY_HERE'
exports.handler = function (event, context) {
// Specify the target algorithm
var algo = "algo://besirkurtulmus/quadtree_art/0.1.x";