I have a layer where the path of node_modules is nodejs/node14/node_modules. Using that layer, and I try to import a package in a Lambda function, say 'aws-clou
I am unable to use the package p-map in my Azure Function. I get the following error: Worker failed to load function: 'serverless' with function id: '<id>
I want to import a library like axios directly from a URL and use it. I don't want to add it as a script which adds axios to the window object (as shown below).