Source code for a presentation on using Rasterio and Numpy to do raster processing on AWS Lambda
To run:
- Install Serverless Framework
npm install
- Install python dependencies in virtualenv
./scripts/setup.sh
- Activate virtualenv
source env/bin/activate
-
Update
serverless.yml
to specify your AWS profile and s3 buckets -
Create serverless stack and deploy
./scripts/publish.sh