Skip to main content
Question

Box SDK for .Net Core 1.0 (for AWS Lambdas)?

  • May 21, 2025
  • 1 reply
  • 22 views

Forum|alt.badge.img

Hi,

 

I read this post, which is great! https://github.com/box/samples/tree/master/box-node-webhook-to-lambda-sample

 

...but it's for Node. Do you have an SDK that I can use on .NET Core 1.0 so that I can run it in an AWS Lambda? I'm not able to use Box.V2.Core because it causes my Lambda to quit with message "Process exited before completing request".

1 reply

Forum|alt.badge.img

I resolved this by going back to "Box.V2.Core": "2.14.1".

 

Additional Details:

  • I validated that it's only with the latest version of the Box.V2.Core (as of this writing it's 2.14.2) that my AWS Lambda will abruptly stop with message: "Process exited before completing request". Versions all the way back to 2.12.0 work fine.
  • Something in v2.14.2 doesn't play nice in Lambda, but it will work fine running from a Console App on a win10-x64 runtime, .NET Core 1.0.
  • I haven't checked if it's just the Box SDK that won't run on a Lambda, or if the Box SDK is conflicting with another dependency in my project to cause the Lambda to croak. If someone needs this info, I can oblige.