You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Issue #4 added Lambda support to the hubverse_transform Python package.
Those changes added a way to package and deploy hubverse_transform to the hubverse-transform-model-output Lambda on the Hubverse's AWS account.
However, the deployment is manual (i.e., if the hubverse_transform code changes, someone will need to manually run the deployment script and push those code changes to AWS).
This issue represents the next step: packaging and deploying the Lambda-related code via a GitHub action that runs when changes are merged to the repo's main branch.
Definition of done
Create a new GitHub action that performs the same steps as the current deploy script (deploy_lambda.sh)'
The new action runs whenever files in the src/ or faas/ directory are updated, and the changes merged to this repo's main branch
The text was updated successfully, but these errors were encountered:
bsweger
changed the title
Update the model-output transform lambda via GitHub action
Add a GitHub action to package and deploy model-output transform code for use by AWS Lambda
May 2, 2024
Background
Issue #4 added Lambda support to the
hubverse_transform
Python package.Those changes added a way to package and deploy
hubverse_transform
to thehubverse-transform-model-output
Lambda on the Hubverse's AWS account.However, the deployment is manual (i.e., if the
hubverse_transform
code changes, someone will need to manually run the deployment script and push those code changes to AWS).Prerequisite: hubverse-org/hubverse-infrastructure#39
Work required
This issue represents the next step: packaging and deploying the Lambda-related code via a GitHub action that runs when changes are merged to the repo's
main
branch.Definition of done
deploy_lambda.sh
)'src/
orfaas/
directory are updated, and the changes merged to this repo'smain
branchThe text was updated successfully, but these errors were encountered: