aoc_leaderbot_aws_lambda_impl 3.0.0

Implementation of an Advent of Code leaderboard-watching bot running in AWS Lambda
1
2
3
4
5
#[cfg(all(
    any(not(ci), target_os = "linux"), // These tests require Docker, which only seems to work reliably on Linux in GitHub workflows.
    feature = "__prepare_dynamodb"     // These tests only work if you compile with the internal `__prepare_dynamodb` feature. 
))]
mod prepare_dynamodb;