Because @authenio/xsd-schema-validator uses Java within the package to run an actual Java file, it requires javac to be installed somewhere on the executing system. When running a Node app in AWS Lambda, Java is not available.
I opened an issue here nikku/node-xsd-schema-validator#20 but I'm not hopeful for a response.
Please consider leveraging a different module as a replacement. This was a really unfortunate roadblock to hit after spending a lot of time investing in samlify as a solution.
Because
@authenio/xsd-schema-validatoruses Java within the package to run an actual Java file, it requiresjavacto be installed somewhere on the executing system. When running a Node app in AWS Lambda, Java is not available.I opened an issue here nikku/node-xsd-schema-validator#20 but I'm not hopeful for a response.
Please consider leveraging a different module as a replacement. This was a really unfortunate roadblock to hit after spending a lot of time investing in samlify as a solution.