Features
| Pricing | Documentation | Contact | Blog
Transform your UDP workloads into serverless architectures. Focus on business logic while we handle infrastructure, scaling, and availability. 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.
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::ProxylityListener",
"Properties": {
"ServiceToken": {"Fn::FindInMap": ["ProxylityConfig", "Account", "ServiceTokenArn"]},
"ApiKey": {"Fn::FindInMap": ["ProxylityConfig", "Account", "ApiKey"]},
"Protocol": "udp",
"ClientRestrictions": { "Networks": [ { "Ref": "ClientCidrToAllow" } ] },
"Destinations": [
{
"Role": { "Fn::GetAtt": ["DestinationRole", "Arn"] },
"Batching": { "Count": 10, "TimeoutInSeconds": 0.1 },
"MetricsEnabled": true,
"DestinationArn": { "Fn::Sub": "arn:aws:lambda:us-west-2:${AWS::AccountId}:function:dns-filter" }
}
],
"Role": { "Fn::GetAtt": ["DestinationRole", "Arn"] }
}
}
Native support for the AWS services developers use most. Route UDP traffic directly to your existing serverless architecture without additional infrastructure or message brokers.
Enterprise-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.
Security designed for modern development teams. Use familiar AWS IAM patterns with fine-grained permissions and zero-trust architecture. No shared credentials or overly broad permissions 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.
Built for production workloads with comprehensive monitoring, alerting, and operational tools. Full observability into your UDP services with CloudWatch integration and detailed performance metrics.
Get started with Proxylity UDP Gateway today. No upfront costs ‐ pay only for what you use.
Buy with AWS Try the Examples Explore Documentation