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.
Deploy with CloudFormation templates. No servers to configure, no load balancers to manage.
Pay only for delivered packets. Intelligent batching minimizes AWS API costs.
Multi-region deployment with automatic failover. Low latency worldwide.
Least privilege IAM, IP allowlisting, and zero-trust architecture out of the box.
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" }
}
]
}
}
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.
CloudWatch Logs - Centralized loggingEnterprise-grade global infrastructure deployed across multiple AWS regions. Your UDP services automatically benefit from geographic distribution and fault tolerance without additional configuration.
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.
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"
}
]
}
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.
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.
Built for production workloads with comprehensive monitoring, alerting, and operational tools. Full observability into your UDP services with CloudWatch integration and detailed performance metrics.
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