1. Installation
From PyPi (Recommended)
pip install pyraspFrom Source
git clone https://github.com/rbidou/pyrasp
cd pyrasp
pip install -r requirements.txtGoogle Cloud Function
Add pyrasp in the requirements.txt file of the cloud function code
Azure Function
Add pyrasp in the requirements.txt file of the cloud function code
Browser Agent
AWS Lambda (Discontinued)
You need to add a specific layer to your AWS function. See related AWS Lambda documentation. During the layer installation, select "Custom Layer". Several options are available for the layers, see Available Layers and provide the ARN of the layer you want to use.
It is recommended to use the the
PyRASP-Fulllayer.
Last updated