lambda-cobol icon indicating copy to clipboard operation
lambda-cobol copied to clipboard

Serverless Legacy Modernization : AWS Lambda + Cobol

Results 2 lambda-cobol issues
Sort by recently updated
recently updated
newest added

You very likely want to get the release from its official source: https://ftp.gnu.org/gnu/gnucobol/?C=M;O=D. As you explicit disable the BDB library (`--without-db`, otherwise that would have been used for `ORGANIZATION INDEXED`)...

I suggest to pass an "operator id" as part of the Lambda and read it in by the COBOL program (either from an environment variable by `ACCEPT operator-id FROM ENVIRONMENT`...