File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change 2323 * [Using Docker](#using-docker)
2424 * [Using Github Action](#using-github-action)
2525 * [Using iPython or Jupyter Notebook](#using-ipython-or-jupyter-notebook)
26+ * [Using AWS Lambda](#using-aws-lambda)
2627* Documentation
2728 * [Code Examples](#code-examples)
2829 * [Arrays](#arrays)
@@ -158,6 +159,10 @@ To run NGS as AWS Lambda Function see https://github.com/ngs-lang/ngs-aws-lambda
158159
159160Please refer to extension located in https://github.com/ngs-lang/ngs-ipython-extension
160161
162+ ### Using AWS Lambda
163+
164+ Please refer to extension located in https://github.com/ngs-lang/ngs-aws-lambda
165+
161166
162167## Manually Compiling and Running
163168
@@ -198,6 +203,7 @@ Build is currently tested with the github action present in `.github/workflows/b
198203| amazonlinux 2 | default (7.3) | default (11) |
199204| fedora 34 | default (11) | default (12) |
200205| fedora 35 | default (11) | default (13) |
206+ | archlinux | default (11.1) | default (13) |
201207
202208### Run
203209
You can’t perform that action at this time.
0 commit comments