Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 1.43 KB

benchling.md

File metadata and controls

32 lines (24 loc) · 1.43 KB

The Benchling Packager is a lambda you can deploy in your own AWS private cloud to process Benchling events in order to create (and link back, if possible) a dedicated Quilt package for every Benchling notebook.

The CloudFormation template is available as a package on open.quiltdata.com.

Prerequisites

In order to install the benchling packager, you will need to know, and have administrative access to:

  • Your Benchling tenant domain (e.g., <YOUR_TENANT> from <YOUR_TENANT>.benchling.com), for ßconfiguring event subscriptions and metadata schemas.
  • The AWS Account ID (e.g. 12345689123) and AWS Region (e.g., us-west-2) used by your Quilt stack, for configuring the CloudFormation stack and lambdas.

Installation

Go to the Benchling Packager package on open.quiltdata.com and follow the instructions in the README.

References