Skip to content

jpl-labcas/workflow-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Science Workflow Execution API

A RESTFul API for managing LabCas workflows.

This comes in 2 implementations:

  • A Flask-based REST API service
  • An AWS API gateway + lambda

API gateway + lambda

Lambda deployment:

Layer

A layer is a lambda component containing re-usable functions. We use it for the code helping to connect to the restful API.

Package it as follows:

cd ./aws/layers/labcas-mwaa-restful-api-connection
zip -r labcas-mwaa-restful-api-connection.zip *

Upload the zip file as a layer in the AWS console.

About

RESTFul API service to interact with Labcas workflows.

Resources

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published