Features | Pricing | Use Cases | Documentation | Contact | Blog | About

Serverless UDP Infrastructure Features

Build UDP services without servers. Proxylity UDP Gateway eliminates the operational overhead of managing UDP servers, load balancers, and scaling infrastructure. Deploy UDP services that automatically scale from zero to millions of packets per second using familiar AWS services like Lambda, Step Functions, and DynamoDB.

⚡ Zero to Production in Minutes

Deploy with CloudFormation templates. No servers to configure, no load balancers to manage.

💰 Reduce Costs by 90%

Pay only for delivered packets. Intelligent batching minimizes AWS API costs.

🌍 Global by Default

Multi-region deployment with automatic failover. Low latency worldwide.

🔒 Security Built-In

Least privilege IAM, IP allowlisting, and zero-trust architecture out of the box.

Start Free Trial Quick Start Guide

Infrastructure as Code Native

Built for teams that embrace Infrastructure as Code. Deploy and manage UDP services using CloudFormation templates with our custom resources. Version control your network infrastructure alongside your application code.

"ProxylityListener": {
  "Type": "Custom::ProxylityUdpGatewayListener",
  "Properties": {
    "Protocols": [ "udp" ],
    "ClientRestrictions": { "Networks": [ { "Ref": "ClientCidrToAllow" } ] },
    "Destinations": [
      {
        "Role": { "Fn::GetAtt": [ "MyDestinationRole", "Arn" ] },
        "Batching": { "Count": 10, "TimeoutInSeconds": 0.1 },
        "MetricsEnabled": true,
        "DestinationArn": { "Ref": "MyLambdaFunction" }
      }
    ]
  }
}

Comprehensive AWS Integration

Native support for 14+ AWS services developers use most. Route UDP traffic directly to your existing serverless architecture without additional infrastructure or message brokers. Whether you're building IoT data pipelines, network monitoring systems, or real-time gaming backends, integrate seamlessly with the AWS services you already know.

Compute Services

  • AWS Lambda AWS Lambda - Direct function invocation (with support for Tenant Isolation)
  • AWS Step Functions Step Functions - Orchestrate complex workflows, EXPRESS or STANDARD

API & Integration

  • Amazon API Gateway API Gateway - Integrate 3rd-Party HTTP/HTTPS endpoints
  • Amazon EventBridge EventBridge - Event-driven architecture (EDA)
  • AWS IoT Core IoT Core - UDP for scalable IoT device communication

Storage & Data

  • Amazon DynamoDB DynamoDB - Real-time data ingestion
  • Amazon S3 S3 - Bulk data storage

Streaming & Processing

  • Amazon Kinesis Firehose Kinesis Firehose - Stream batching and storage
  • Amazon Kinesis Data Streams Kinesis Data Streams - Real-time, high-volume data streaming

Messaging & Monitoring

  • Amazon SNS SNS - Fan-out notifications
  • Amazon SQS SQS - Reliable message queuing
  • Amazon CloudWatch CloudWatch Logs - Centralized logging

Global Multi-Region Architecture

Enterprise-grade global infrastructure deployed across multiple AWS regions. Your UDP services automatically benefit from geographic distribution and fault tolerance without additional configuration.

Beyond Inbound UDP: Outbound Traffic, Tunnels, and Policy Control

Proxylity is not just a UDP ingress layer. It gives teams a complete way to operate networked services in AWS: inbound packet routing, outbound client-initiated delivery, encrypted WireGuard endpoints, and policy-based access control all behind the same serverless architecture.

📡 Packet Sources

Send UDP traffic from your application to remote clients without waiting for an inbound request. Use it for pushes, keepalives, OTA updates, and fan-out notifications.

🛡️ WireGuard Listeners

Terminate encrypted WireGuard tunnels and deliver decrypted payloads to Lambda, Step Functions, or other AWS destinations while keeping the tunnel edge simple and managed.

🚦 Client Restrictions

Control access with CIDR blocks, reverse-DNS hostname checks, or CPF/DNS policy records instead of hard-coding a brittle network allowlist.

🔁 Region-Aware Delivery

Choose the best egress region for each flow, keep replies in-region, and build resilient multi-region patterns without custom networking code.

Intelligent Batching & Performance

Purpose-built for high-throughput UDP workloads. Smart batching algorithms reduce AWS API calls by up to 90% while maintaining sub-second latency for time-sensitive applications. Process millions of packets per second while paying only for what reaches your destinations—blocked traffic costs nothing.

Developer-Friendly Security Model

Security designed for modern development teams. Use familiar AWS IAM patterns with fine-grained permissions and zero-trust architecture. We never see your data—Proxylity routes packets directly to your AWS account using IAM role assumption. No shared credentials, no overly broad permissions, no trust required.

"AssumeRolePolicyDocument": {
  "Version": "2012-10-17",
  "Statement": [
    {
      "Effect": "Allow",
      "Principal": {
          "AWS": { "Fn::FindInMap": [ "ProxylityConfig", { "Ref": "AWS::Region" }, "ServiceRole" ] }
      },
      "Action": "sts:AssumeRole"
    }
  ]
}

Transparent AWS Marketplace Pricing

Usage-based pricing that scales with your needs. No upfront costs, no hidden fees, no separate billing systems. Pay only for packets delivered to your destinations.

Advanced Traffic Management

Production-ready traffic management and security controls. Flexible firewall rules, IP allowlisting, and policy-based client restrictions that integrate with your existing security infrastructure. Perfect for protecting game servers, securing IoT device fleets, or enforcing compliance requirements for regulated industries.

Enterprise-Ready Operational Excellence

Built for production workloads with comprehensive monitoring, alerting, and operational tools. Full observability into your UDP services with CloudWatch integration and detailed performance metrics.

Documentation Deep Dives

These pages go beyond the summaries here and show how teams actually deploy, secure, and scale UDP workloads in production.

Why Proxylity?

Learn the core architectural idea: replacing VM-based UDP servers with AWS-native packet delivery.

Packet Sources

See how server-initiated egress works for pushes, notifications, keepalives, and fan-out.

WireGuard Listeners

Understand encrypted endpoints, peer management, and open-endpoint patterns for mobile and IoT devices.

Client Restrictions

Explore IP allowlists, domain-based controls, and DNS policy records for production security.

Batching Configuration

Balance cost and latency with count, time-window, and size-based batching guidance.

IoT Data and Real-Time Pipelines

Read practical examples for telemetry, event processing, and device-driven architecture.

Ready to eliminate your UDP infrastructure overhead?

Join teams already running serverless UDP workloads at scale. Start your free trial today—no credit card required, no upfront costs. Deploy your first listener in under 5 minutes.

Buy with AWS Try free with AWS Explore Documentation