Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a GitHub action to package and deploy model-output transform code for use by AWS Lambda #6

Open
2 tasks
bsweger opened this issue May 2, 2024 · 1 comment
Assignees

Comments

@bsweger
Copy link
Collaborator

bsweger commented 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 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).

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

  • 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
@bsweger bsweger converted this from a draft issue May 2, 2024
@bsweger bsweger added this to the hubverse cloud sync milestone May 2, 2024
@bsweger 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
@bsweger
Copy link
Collaborator Author

bsweger commented Aug 19, 2024

We should also have a way to deploy a test/staging version of this.

@bsweger bsweger self-assigned this Feb 26, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Todo
Development

No branches or pull requests

1 participant