shove 0.12.1

Async tasks via pubsub on steroids. Comes with built-in support for complex queue configurations, audit logs, autoscaling consumer groups and more.
Documentation
1
2
3
4
5
6
7
8
9
10
11
# Copy to .env and fill in real values to run the AWS (SNS/SQS) and MSK-IAM
# integration tests locally. Loaded via dotenvx: `dotenvx run -- cargo nextest run`.

# Required for the SNS/SQS integration tests (LocalStack Pro container).
# Obtain from https://app.localstack.cloud (LocalStack auth token).
LOCALSTACK_AUTH_TOKEN=

# Dummy AWS credentials accepted by LocalStack — these exact values are fine.
AWS_ACCESS_KEY_ID=test
AWS_SECRET_ACCESS_KEY=test
AWS_DEFAULT_REGION=us-east-1