diff --git a/index.js b/index.js index 68fa46c..a697f31 100644 --- a/index.js +++ b/index.js @@ -17,6 +17,7 @@ if (!process.env.CLEAN_SESSIONS) { } // Handler for POST events from API gateway +// curl -v -F "script=@examples/visitgoogle.js" <> exports.postApiGatewayHandler = apiHandler; // Default function event handler diff --git a/package.json b/package.json index 35f253e..884b26f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "lambdium", - "version": "0.1.2", + "version": "0.2.0", "description": "headless chromium in lambda prototype", "main": "index.js", "scripts": {