aoc_leaderbot_aws_lib 2.0.0

AWS-specific support library for aoc_leaderbot, an Advent of Code leaderboard-watching bot
docs.rs failed to build aoc_leaderbot_aws_lib-2.0.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.

aoc_leaderbot_aws_lib

CI codecov Security audit crates.io MSRV downloads docs.rs Contributor Covenant

Library implementing AWS-specific helpers for aoc_leaderbot, a bot that can watch an Advent of Code private leaderboard for changes and report them to various channels like Slack.

Installing

Add aoc_leaderbot_aws_lib to your dependencies:

[dependencies]
aoc_leaderbot_aws_lib = "2.0.0"

or by running:

cargo add aoc_leaderbot_aws_lib

Trait implementations

This library includes implementations of the traits found in aoc_leaderbot_lib.

DynamoDbStorage

Required feature: storage-dynamodb (enabled by default)

An implementation of the Storage trait that stores data in an AWS DynamoDB table.

The only thing that the storage needs is the name of the table where to store data. If that table does not yet exist, it's possible to create it via the create_table.

Minimum Rust version

aoc_leaderbot_aws_lib currently builds on Rust 1.88 or newer.

Contributing / Local development

For information about contributing to this project, see CONTRIBUTING. For information regarding local development, see DEVELOPMENT.