Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 964 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 964 Bytes

Utility AWS Lambda function to show information about the container VM. It can show:

  • currently installed dynamic libraries (ldconfig -p)
  • currently installed RPM packages (yum list installed)
  • environment variables
  • pkg-config versions

Prerequisites

Installation

  1. Install the dependencies using npm install
  2. Deploy the Lambda function using npm start
  3. The installation procedure will print the root API URL.

Usage

  • GET <URL>/ldconfig - list active libraries
  • GET <URL>/packages - list installed RPM/YUM packages
  • GET <URL>/env - list environment variables
  • GET <URL>/pkg-config - list installed development libraries with pkg-config
  • GET <URL>/pkg-config/{package}/{command} execute a pkg-config command, for example /pkg-config/fontutil/modversion