PyRASP
  • Python RASP
  • Release Notes
  • 0. Overview
  • 1. Installation
  • 2. Run
  • 3. Configuration
  • 4. Event Logs Format
  • 5. Cloud Operations
  • 6. Status, Telemetry, Configuration & Blacklist updates
  • 7. API
  • 8. Zero-Trust Application Access
  • A1. Addendum: AWS Lambda Specificities
  • A2. Addendum: Google Cloud Functions Specificities
  • A3. Addendum: Azure Function Specificities
  • A4. Addendum: MCP Security
  • A5. Contact & Support
Powered by GitBook
On this page
  • From PyPi (Recommended)
  • From Source
  • Google Cloud Function
  • Azure Function
  • Browser Agent
  • AWS Lambda (Discontinued)

1. Installation

Previous0. OverviewNext2. Run

Last updated 1 month ago

From PyPi (Recommended)

pip install pyrasp

From Source

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

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

AWS Lambda (Discontinued)

It is recommended to use the the PyRASP-Full layer.

You need to add a specific layer to your AWS function. See related . During the layer installation, select "Custom Layer". Several options are available for the layers, see and provide the ARN of the layer you want to use.

Agent Installation
AWS Lambda documentation
Available Layers