We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7bd617 commit fc85702Copy full SHA for fc85702
index.js
@@ -17,6 +17,7 @@ if (!process.env.CLEAN_SESSIONS) {
17
}
18
19
// Handler for POST events from API gateway
20
+// curl -v -F "script=@examples/visitgoogle.js" <<API Gateway URL>>
21
exports.postApiGatewayHandler = apiHandler;
22
23
// Default function event handler
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "lambdium",
3
- "version": "0.1.2",
+ "version": "0.2.0",
4
"description": "headless chromium in lambda prototype",
5
"main": "index.js",
6
"scripts": {
0 commit comments