Deploy as AWS Lambda function

Deploy as AWS Lambda function#

Foundry DevTools can be used a utility to feed data into Foundry on an event-trigger basis. This page describes an example where Foundry DevTools is deployed as a lambda function and copies objects from an S3 Bucket to a Foundry dataset, whenever new objects are uploaded to the bucket. The full example including the CloudFormation templates can be found in the GitHub repository in the examples folder.

Architecture#

../_images/aws_lambda_example_light.svg../_images/aws_lambda_example_dark.svg

Full Example#

You can find the full example including a CloudFormation templates in the repository examples folder.