geoip-lambda-layer
geoip-lambda-layer copied to clipboard
An example Lambda Layer containing MaxMind's free GeoIP DBs
MaxMind now requires users to register before downloading GeoLite2 databases `¯\_(ツ)_/¯` resolves https://github.com/dschep/geoip-lambda-layer/issues/1 see https://blog.maxmind.com/2019/12/18/significant-changes-to-accessing-and-using-geolite2-databases/
I tried to compile this layer using the provided build script and encountered the following: ``` Step 16/20 : RUN curl http://geolite.maxmind.com/download/geoip/database/GeoLite2-City.tar.gz | tar xz ---> Running in ecab112a92fb %...