Skip to content
This repository has been archived by the owner on Jul 12, 2024. It is now read-only.

Latest commit

 

History

History
18 lines (14 loc) · 1.13 KB

README.md

File metadata and controls

18 lines (14 loc) · 1.13 KB

This project has been archived. It turns out that AWS Lambdas have strict compute and time restrictions that make them unsuitable for model fitting.

Lambda wrapper around the epikinetics R package

Project Status: Concept – Minimal or no implementation has been done yet, or the repository is only intended to be a limited example, demo, or proof-of-concept.

To run these scripts you will need AWS credentials. You will then have to install and configure the aws cli.

Scripts

  • create-repo - script used to create a new Docker repo
  • build - builds the Docker image that will be used as a Lambda
  • push - pushes a locally built image to the repo
  • test - instantiate the Lambda

Creating a new Lambda

Once the Docker image has been built and pushed, you have to create a new Lambda using that image. This can be done via the cli but it is probably easier to just use the AWS console.