1. Installation

pip install pyrasp

From Source

git clone https://github.com/rbidou/pyrasp
cd pyrasp
pip install -r requirements.txt

AWS Lambda

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-Full layer.

Google 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

See Agent Installation

Last updated