unable to run chromium on traditional aws lambda. also i dont want to use docker.
For instance, I have uploaded the compiled binaries of the chrome driver and headless chromium into a lambda layer and have used system.setProperties in my code also have set the binaries for headless chromium but getting this error in lambda logs:
/opt/lib/chromedriver: error while loading shared libraries: libglib-2.0.so.0: wrong ELF class: ELFCLASS32 Could not start a new session. Possible causes are invalid address of the remote server or browser start-up failure. Host info: host: '169.254.145.9', ip: '169.254.145.9': org.openqa.selenium.SessionNotCreatedException
can any body help me with this.