developmentseed/geolambda

Possible to use with node ogr2ogr?

stdmn opened this issue · 2 comments

stdmn commented

Apologies if this is more of a StackOverflow question, but I'm trying to run ogr2ogr to push user-uploaded files to a Postgres database. The ogr2ogr module requires a native install of GDAL.

I've added your Lambda layer to my function but not sure if I need to import or call it. Thoughts?

Wow, sorry I never responded to this @stdmn .

You can use the layer, but you will need to include the ogr2ogr executable in your own deployment.

Also asked in #80 and responded here: #80 (comment)