Run the Gateway
Local run
go run ./cmd/apigw init --path gateway.yaml
go run ./cmd/apigw run --config gateway.yaml
Next steps:
- Verify endpoints with the Smoke script
- Configure ports/upstreams/secrets: Config, HTTP config, readiness config, Environment variables
Hot reload config
go run ./cmd/apigw run --config gateway.yaml --watch