Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem loading library on AWS Lambda #144

Open
brah-zz opened this issue Feb 24, 2020 · 0 comments
Open

Problem loading library on AWS Lambda #144

brah-zz opened this issue Feb 24, 2020 · 0 comments

Comments

@brah-zz
Copy link

brah-zz commented Feb 24, 2020

tilegarden works localy without issue, on ec2 ubuntu 18.04 and RDS database,
but after deploying it on aws lambda by using ./scripts/deploy --new , i get errors when i request the Api,

mapnik/input/pgraster.input (dlopen failed - plugin likely has an unsatisfied dependency or incompatible ABI)
mapnik/input/postgis.input (dlopen failed - plugin likely has an unsatisfied dependency or incompatible ABI)

i use develop branch, and i changed tiler/Dockerfile,
FROM node:10.19-buster-slim in place of FROM node:8.16-buster-slim as nodejs 8 run-time is no longer available on aws lambda.
Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant