# Zen Firewall for Serverless Environments

Zen Firewall can be deployed directly into popular serverless platforms to protect your applications and event-driven workloads. We currently support:

* [AWS Lambda (NodeJS)](/zen-firewall/zen-installation-instructions/zen-firewall-for-node.js-javascript-and-typescript/aws-lambda.md)
  * API Gateway
  * SQS
* [Google Cloud Functions (NodeJS)](/zen-firewall/zen-installation-instructions/zen-firewall-for-node.js-javascript-and-typescript/google-cloud-functions.md)
* [Google Cloud Pub/Sub (NodeJS)](/zen-firewall/zen-installation-instructions/zen-firewall-for-node.js-javascript-and-typescript/google-cloud-pubsub.md)

## How It Works

Zen integrates at the function or message level, inspecting requests and events before they reach your code. We’ve optimized our engine to ensure minimal latency and overhead, so your serverless applications remain fast and cost-efficient.

## Key Benefits

* Lightweight & performant — optimized to run in short-lived serverless environments.
* Automatic protection — detects and blocks critical attacks such as SQL injection, shell injection, path traversal, and SSRF.
* Easy integration — deploy Zen without changing your application logic.

## Feature Limitations

Due to constraints of serverless environments, some firewall capabilities are not available:

* Tor traffic blocking
* Bot blocking
* IP blocking by known threat actors
* Blocking by country
* Manual user/IP blocking


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://help.aikido.dev/zen-firewall/zen-installation-instructions/setup-and-installation-of-zen-firewall-for-serverless-environments.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
