AWS Partner Network (APN) Blog
How an AWS Lambda Function Can Be Integrated with Box Webhooks
There are multiple use cases where applications running on AWS may require a Lambda function to process the file stored in Box storage before it’s sent to the next stage for further processing. This post explains how a Lambda function can be invoked on the upload of a file in a Box folder using a webhook. With the help of a Box webhook and Amazon API Gateway, users can invoke a Lambda function on file upload operation and download the file to Amazon S3.
