Integration tests for MiniStack using Testcontainers and boto3.
- Python 3.10+
- Docker
- pip
pip install -r requirements.txtpytest test_ministack.py -vThe tests automatically start a MiniStack container, wait for it to become healthy, and run S3, SQS, and DynamoDB integration tests against it.