Install¶
Build from source¶
Requires Go 1.25 or later (see go.mod).
The binary is written to bin/aws-outbound-jwt-proxy.
For cross-platform release builds covering Linux, macOS, and Windows on amd64/arm64:
Outputs land in dist/aws-outbound-jwt-proxy-<os>-<arch>[.exe].
Run directly with go run¶
Useful for local hacking:
Verify the binary¶
You should see the flag list. See Configuration for the full reference, or jump straight to Quick start to try it end-to-end.