If the traditional pip install method doesn’t work for you, this hack may help you install rasterio on a Windows machine.
Tag: python
Reusing AWS Lambda Layers – Serverless
Learn how to reuse layers across services in AWS Lambda, using Serverless framework. We use the pythonRequirementsLambdaLayer as an example in this tutorial.
Threading in AWS Lambda with Python
Learn how to use threading in AWS Lambda (Python Runtime) to reduce execution time of network-bound functions and save cost.
Integrating JotForm with Azure Functions
Learn how to link an Azure function with a Jotform and how to parse and process the response of the Jotform submission within the function.