Is it possible for the lambda function to launch a headless browsing session? I know that he is able to execute code, but I'm not sure that he can do something like perform a browsing session using Webdriver scripts or even deploy an EC2 instance using Webdriver on which he can run these scripts.
The reason I'm trying to do this is because I have an Amazon IoT button and I'm trying to start its silent session using Webdriver to order a product from Amazon.
source
share