umihico / docker-selenium-lambda

The simplest demo of chrome automation by python and selenium in AWS Lambda
MIT License
504 stars 119 forks source link

Great showcase/demo, it worked seamlessly. Is there any reason this couldn't be rewritten in java? #185

Closed samburt0n5 closed 11 months ago

samburt0n5 commented 12 months ago

So have the docker container setup similar but building a java app using gradle/maven using a jdk as runtime and have some java/kotlin code running a handler that contains some selinium code.

If you think that's feasible I would like to take your code and modify it slightly to do that.

Thanks in advance.

umihico commented 11 months ago

I don't see specific reasons, if selenium library exists as same as Python. You can refer my code as you want. Thank you.