tnc-ca-geo / animl-ingest

Lambda function for processing camera trap images
Other
0 stars 1 forks source link

Automate lambda deployment package building #15

Closed nathanielrindlaub closed 3 years ago

nathanielrindlaub commented 4 years ago

Write all docker steps to Dockerfile

nathanielrindlaub commented 4 years ago

Some examples:

Dockerfile how-to: https://www.digitalocean.com/community/tutorials/docker-explained-using-dockerfiles-to-automate-building-of-images https://binx.io/blog/2017/10/20/how-to-install-python-binaries-in-aws-lambda/ https://blog.quiltdata.com/an-easier-way-to-build-lambda-deployment-packages-with-docker-instead-of-ec2-9050cd486ba8 https://www.giladpeleg.com/blog/package-aws-lambda-python-code-with-docker/

nathanielrindlaub commented 3 years ago

done