This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import io | |
import json | |
import botocore.session | |
from botocore.stub import Stubber | |
from botocore.response import StreamingBody | |
expected_message = { | |
'message': 'readme' | |
} |