79443015

Date: 2025-02-16 11:12:30
Score: 0.5
Natty:
Report link

In my case, process.env was returning undefined because of my func name "Process". Like

exports.handler = async (event) => {
try {
    await process();

I have change function name from process to another name like call_process which is resolved my issue

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: agha Shahriyar