/aws-activity-pub

Primary LanguageRustGNU Affero General Public License v3.0AGPL-3.0

aws-activity-pub

build status lint status dependency status

codecov Coverage Status

deps.rs Average time to resolve an issue Percentage of issues still open

Example infrastructure as code (IaC) of how to deploy an ActivityPub server to AWS

Supported development hosts

  • Linux
  • MacOS

Requirements

Development & testing

  • Docker Desktop up and running
  • docker-compose
  • gcc
  • Rust toolchain

additional deployment requirements

  • AWS Command Line Interface

additional macOS with Apple Silicon requirements

  • musl-cross with x86_64
brew install filosottile/musl-cross/musl-cross --with-x86_64

Run tests locally

make test

Test coverage

sunburst