A bit late to the party, but there's also geolambda which works in a
similar manner as the above solutions. It's got the latest version of GDAL
and dependencies, Python 2.7 and 3.6 and packaging scripts for packaging up
your code for deployment to lambda:
https://github.com/developmentseed/geolamb
Tim's solution worked for me. Thank you!
--
Sent from: http://osgeo-org.1560.x6.nabble.com/GDAL-Dev-f3742093.html
___
gdal-dev mailing list
gdal-dev@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/gdal-dev
a for any other dependencies and for my own Lambda code.
-Original Message-
From: gdal-dev [mailto:gdal-dev-boun...@lists.osgeo.org] On Behalf Of kch
Sent: Thursday, July 12, 2018 1:31 PM
To: gdal-dev@lists.osgeo.org
Subject: [gdal-dev] Use GDAL on AWS Lambda
Hello,
I am looking for any h
I have no direct experience, but there are plenty of resources on the web
for how to install GDAL on Lambda:
https://github.com/mmcfarland/foss4g-lambda-demo (presentation
https://vimeo.com/234947418)
https://github.com/joshtkehoe/lambda-python-gdal
Both are using python 2.7, but the steps should
Hello,
I am looking for any help from anyone who has experience with using GDAL on
AWS Lambda. I am trying to deploy a python function which uses GDAL onto AWS
Lambda. At the moment I am using Serverless to package and deploy my
function. I am at a roadblock because I can't figure out how to get