Skip to content

Commit

Permalink
Some debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
coverbeck committed Aug 16, 2023
1 parent f5e9a5c commit f01f51a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions checkUrlExists/lambda/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ fs.writeFileSync(certFilePath, tlsData);
*
*/
exports.lambdaHandler = async function (event) {
console.log(process.env.PATH);
console.log(process.env.LD_LIBRARY_PATH);
const url = event.queryStringParameters.url;
return checkUrl(url);
};
Expand Down

0 comments on commit f01f51a

Please sign in to comment.