Add post-quantum encryption to any AWS application. No rebuilds.
CloudFormation one-click deploy. AWS Marketplace billing. Lambda Layer for serverless. PrivateLink for enterprise. Every path gets you the same H33 cryptography — FHE, Dilithium, ZK-STARK — running in under 5 minutes.
Four ways to deploy. Same cryptography.
Pick the integration that matches how you build. CloudFormation for infrastructure-as-code teams. Marketplace for procurement simplicity. Lambda Layer for serverless. PrivateLink for zero-trust networks.
CloudFormation (One-Click)
Deploy an API Gateway + Lambda proxy that wraps any API call with H33's post-quantum pipeline. Your existing application code doesn't change. The proxy adds FHE encryption, 3-key PQ signatures, and ZK-STARK proofs to every request.
AWS Marketplace
Subscribe to H33 through AWS Marketplace. Billing goes through your existing AWS account — no new vendor approval, no procurement process. Usage-based pricing: pay per operation through AWS metering.
Lambda Layer
Add the H33 Lambda Layer to any function. Import h33, call h33.encrypt(), h33.sign(), h33.verify(). The layer handles authentication, connection pooling, retries, and circuit breaking. Works with Node.js 18/20 and Python 3.11/3.12.
const h33 = require('h33-pq'); // One line — PQ-sign any data const sig = await h33.sign(event.body); // One line — FHE encrypt sensitive fields const encrypted = await h33.encrypt([ssn, dob, salary]);
arn:aws:lambda:us-east-1:329646112703:layer:h33-pq:1
PrivateLink
Enterprise-grade private connectivity. H33 traffic stays on the AWS backbone — never traverses the public internet. Deploy an interface VPC endpoint in your VPC and all H33 API calls route through AWS's private network.
Before and after H33
Your architecture stays the same. The security guarantee changes completely.
Your first post-quantum API call
After the CloudFormation stack deploys, your endpoint is ready. One curl command to verify.
# After CloudFormation deploy, your endpoint is ready: curl -X POST https://YOUR-API-ID.execute-api.us-east-1.amazonaws.com/h33/attest \ -H "Content-Type: application/json" \ -d '{"data": "sensitive-payload", "sensitive_fields": [42, 100]}'
Start protecting your AWS workloads today
Get a free API key with 1,000 operations per month. Launch a CloudFormation stack in 3 minutes. No credit card required to start.