awskit-unix

Unix-specific helpers for Awskit applications.

The public entrypoint is Awskit_unix. This package owns local platform behavior such as environment variables, shared AWS profile files, and wall-clock access. It does not perform HTTP calls.

Use this package when an application wants Unix credential or region sources while keeping the runtime-neutral Awskit core free of platform dependencies.

Public Modules

The credential helpers intentionally stop at local static sources. Networked ECS/container metadata and EC2 instance metadata providers live in awskit-lwt-unix, where the Lwt Unix runtime owns the HTTP client and refresh lifecycle.