I am looking for ways to test AWS services without using the AWS cloud. Python is the language of choice.
Using some dummy components that will allow me to test my code that uses AWS S3, Redshift, Lambda, Dynamodb, etc.
While I found
- Localstack (supports most AWS services)
- Minio - this one supports S3 and Lambda
- s3rver - only supports AWS S3
Are there any other options?
source
share