Mock AWS Testing Services

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

  1. Localstack (supports most AWS services)
  2. Minio - this one supports S3 and Lambda
  3. s3rver - only supports AWS S3

Are there any other options?

+7
source share
2 answers
+5

Commandeer ( AWS) .enter image description here

+1

Source: https://habr.com/ru/post/1682868/


All Articles