Docs Home
Panther.com
Release Notes
Demo Request
Search…
Overview
Quick Start
Data Sources & Transports
Writing Detections
Cloud Security Scanning
Destinations
Data Analytics
Enrichment (Beta)
System Configuration
Role-Based Access Control
SAML/SSO Integration
Panther Audit Logs (Beta)
System Health Notifications
Runtime Environment
Snowflake Integration
Configuring a Custom Domain
Self Hosted Deployments
Alert Runbooks
Panther API (Beta)
Guides
Help
Powered By
GitBook
Runtime Environment
The following Python libraries are available to be used in Panther in addition to
boto3
provided by
AWS Lambda
:
Package
Version
Description
License
jsonpath-ng
1.5.2
JSONPath Implementation
Apache v2
policyuniverse
1.3.3.20210223
Parse AWS ARNs and Policies
Apache v2
requests
2.23.0
Easy HTTP Requests
Apache v2
Panther Cloud customers
must file a support ticket to have a custom set of libraries or layer applied to their hosted instance of Panther.
For
self-hosted
instances of Panther, you can add custom libraries by editing the
PipLayer
below in the
panther_config.yml
:
1
PipLayer
:
2
-
jsonpath
-
ng=1.5.2
3
-
policyuniverse==1.3.3.20210223
4
-
requests==2.23.0
Copied!
Alternatively, you can override the runtime libraries by attaching a custom Lambda layer in the
panther_config.yml
:
1
BackendParameterValues
:
2
PythonLayerVersionArn
:
'arn:aws:lambda:us-east-2:123456789012:layer:my-layer:3'
Copied!
Previous
Cloud Security Scanning Failure
Next
Snowflake Integration
Last modified
2mo ago
Copy link