Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Clarify this is source code, not the actual template
  • Loading branch information
drernie authored Sep 19, 2024
1 parent c9c06a3 commit f944cae
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
# benchling-packager

This repository generates a CloudFormation template for processing
[Benchling](https://benchling.com/) events in order create
(and link, if possible) a [Quilt](https://quiltdata.com/)
package for every Benchling notebook.
The Benchling Packager is a lambda you can deploy in your own AWS private cloud to process
[Benchling](https://benchling.com/) events in order to create (and link back, if possible)
a dedicated [Quilt](https://quiltdata.com/) package for every Benchling notebook.

The code in this repository is open source under the [Apache 2.0 license](./LICENSE.txt).
The CloudFormation template is available on
[open.quiltdata.com](https://open.quiltdata.com/b/quilt-example/packages/examples/benchling-packager).

This repository contains the source code for generating that template.
It is open source under the [Apache 2.0 license](./LICENSE.txt).

## Template generation

Expand Down

0 comments on commit f944cae

Please sign in to comment.