OpenDRR / pygeoapi

pygeoapi is a Python server implementation of the OGC API suite of standards. The project emerged as part of the next generation OGC API efforts in 2018 and provides the capability for organizations to deploy a RESTful OGC API endpoint using OpenAPI, GeoJSON, and HTML. pygeoapi is open source and released under an MIT license.
https://pygeoapi.io
MIT License
0 stars 1 forks source link

pygeoapi too large for AWS Lambda #5

Closed jvanulde closed 3 years ago

jvanulde commented 3 years ago

The pygeoapi binary is over the 250Mb limit for executables in Lambda. As a consequence, there is a cold start as Lambda loads the necessary files. Try reducing the providers to just Elasticsearch.

jvanulde commented 3 years ago

Tested locally with just Elasticsearch via Docker. It worked. Although I got errors when trying to build the binary.

jvanulde commented 3 years ago

@arashmalekz can this be closed now?

arashmalekz commented 3 years ago

Yes, not an issue anymore