You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The AWS SDK for Zig provides an interface for Amazon Web Services (AWS).
Caution
This project is in early development, DO NOT USE IT IN PRODUCTION!
Support for the remaining services and features will be added as the project
matures and stabilize. Breaking changes are imminent!
Pure Zig implementation, from code generation to runtime SDKs.
Building upon the language’s strong foundation, this project provides a
performant and fully functioning SDKs, while minimizing dependencies and
increased platform portability.
At this point, the project serves as environment for developing other experimental sub-projects.
This initiative is in an exploratory phase and is not yet ready for contributions.
zig build --build-file build.codegen.zig Generate the AWS SDKs source code.
Optionally specify one or more -Dfilter=sdk_codename to select specific services.
zig build test:<service> Run generated SDK service’s unit tests.
License
The author and contributors are not responsible for any issues or damages caused
by the use of this software, part of it, or its derivatives. See LICENSE
for the complete terms of use.
Note
AWS SDK for Zig is not an official Amazon Web Services software, nor is it
affiliated with Amazon Web Services, Inc.
The SDKs code is generated based on a dataset of Smithy models created by
Amazon Web Services. The models are extracted from the official AWS SDK for Rust
and licensed as
declared by Amazon Web Services, Inc. at the source repository.
This codebase, including the generated code, are covered by a standalone license.