aspect_rules_aws 0.8.3Latest published 2.7mo ago
MODULE.bazel
bazel_dep(name = "aspect_rules_aws", version = "0.8.3")
README

Bazel rules for Amazon Web Services (AWS)

Integrations for using AWS as a deployment target for Bazel-built artifacts.

This repo is EXPERIMENTAL! We have not yet decided whether to take any long-term commitment to support or maintenance of code here. We may archive and abandon the repo at any time, and may make undocumented breaking changes between releases.

Installation

From the release you wish to use: https://github.com/aspect-build/rules_aws/releases copy the WORKSPACE snippet into your WORKSPACE file.

To use a commit rather than a release, you can point at any SHA of the repo.

For example to use commit abc123:

  1. Replace url = "https://github.com/aspect-build/rules_aws/releases/download/v0.1.0/rules_aws-v0.1.0.tar.gz" with a GitHub-provided source archive like url = "https://github.com/aspect-build/rules_aws/archive/abc123.tar.gz"
  2. Replace strip_prefix = "rules_aws-0.1.0" with strip_prefix = "rules_aws-abc123"
  3. Update the sha256. The easiest way to do this is to comment out the line, then Bazel will print a message with the correct value. Note that GitHub source archives don't have a strong guarantee on the sha256 stability, see https://github.blog/2023-02-21-update-on-the-future-stability-of-source-code-archives-and-hashes/

Roadmap

Aspect plans to open-source our internal AWS support from our private monorepo. These features are documented in the issue tracker.

Telemetry & privacy policy

This ruleset collects limited usage data via tools_telemetry, which is reported to Aspect Build Inc and governed by our privacy policy.

About

EXPERIMENTAL: Bazel Integration for Amazon Web Services

@aspect-build/rules_aws@aspect-build
Homepage
17stars
Thursday, March 12, 2026
@aspect-marvin#7932 aspect_rules_aws@0.8.3 (#7932)

Languages

Shell17.3%
Python1.9%

Maintainers

@alexeagle
@CaerusKaru

Versions

0.8.3 +7.0mo2026-03-12
0.6.1 +2.1mo2025-08-14
0.5.2 +2.7mo2025-06-12
0.5.0 +7.9mo2025-03-21
0.4.0 +2.8mo2024-07-26
0.3.0 +2.8mo2024-05-02
0.2.02024-02-08