Node Lambda Local POC Word Template Fill - HandleScope::HandleScope Entering the V8 API without proper locking in place

For any future folks looking at this ticket. If you’re like me and working on a local machine OS different from what your AWS target will be you can use the nightly build outputs (example here, Apryse Developer Portal) and find the target Zip that you need for your particular case.

Then depending on your bundling process you might include the node_modules folder with your Lambda bundle or you might be using Layers. I was using layers but you can take that Zip and use it as your source for your lambda layer. Then just make sure you have your compatible architectures properly configured on your lambda and layer to match the zip you used.

1 Like