Features | Pricing | Documentation | Contact | Blog | About

UDP Gateway Features

Transform your UDP workloads into serverless architectures. 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.

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.

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