Find the best tools to build your startup.

Spotinst

Oh no! We don't have a description for Spotinst!
If you want, you can help out by suggesting a description below.

Description from the Spotinst website:

* Implement your function here. * The function will get the request as a parameter with query/body properties: * var queryparams = req.query; * var body = req.body; * var uri = req.uri; */ exports.main = function main (req, res) { // The function should return a Promise that resolves with the following structure: return new Promise(function(resolve, reject){ return resolve({ statusCode: 200, body: "success" }); }); }; # Implement your function here.


Tagged:

Ad