AWS Lambda – cannot find module (based on handler)

Error in the Execution Result <pre> Response: {   "errorType": "Runtime.ImportModuleError",   "errorMessage": "Error: Cannot find module 'decode-verify-jwt'", Response: {   "errorType": "Runtime.ImportModuleError",   "errorMessage": "Error: Cannot find module 'decode-verify-jwt'", </pre> and also the following text appears: <pre>        Lambda can't find the file decode-verify-jwt.js. Make sure that your handler upholds the format: file-name.method. </pre> Solution I uploaded the […]

BizTalk RawString – How to receive non-XML message into Orchestrations without a Custom Pipeline

I needed to implement RawString functionality to be able to read a non-XML file into an orchestration. Scott Colestock had a great article on this on his TraceOfThought blog, but when I needed it the other day, it had been hacked (hopefully only temporary). 1. Deploy the C# code towards the bottom of this log; […]