I need to install a native library (using rpm) for an AWS Lambda function.
I have found this blogpost (Navite Modules section) but I have no idea where to write these linux commands. Does AWS Lambda have a console that I can get ahold with? Or how else can I install a native lib? (I cannot build it locally and just copy the binary in the zip)