This project has been archived. It turns out that AWS Lambdas have strict compute and time restrictions that make them unsuitable for model fitting.
To run these scripts you will need AWS credentials. You will then have to install and configure the aws cli.
create-repo
- script used to create a new Docker repobuild
- builds the Docker image that will be used as a Lambdapush
- pushes a locally built image to the repotest
- instantiate the 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.