IaC Bazaar

API Gateway across clouds

Managed API front doors - routing, authentication, throttling and quotas in front of your services, as verified modules.

5 verified modules, 4 of them live-tested apply→verify→destroy; the rest are static-validated, live-test pending.

Compare by provider

ProviderModuleVerification
AWSAPI Gateway HTTP API✓ live-tested
AWSAPI Gateway REST API (deny-by-default)✓ live-tested
AzureAPI Management (Consumption tier)✓ live-tested
Google CloudAPI Gateway (OpenAPI 2.0)✓ live-tested
Oracle CloudAPI Gateway & Deploymentstatic-validated

How to choose

Match the protocol you actually serve first (plain HTTP versus REST-with-a-lifecycle versus gRPC), then decide whether you need a full API product - developer portal, versioning, monetisation - or only a router with auth. The lightweight HTTP tiers cost a fraction of the management-suite tiers and cover most services.

When not to use

With one service behind it and an ingress or load balancer already in front, an API gateway is an extra hop and an extra bill for routing you are doing twice.

Other solutions