Contents:
tests.aws_tools_tests.test_dynamodb_handler.
DynamoDBHandlerTests
Bases: unittest.case.TestCase
unittest.case.TestCase
setUp
setUpClass
test_delete_item
Test a successful invocation of delete_item
test_get_item
Test a successful invocation of get_item
test_get_item_malformed
Test an unsuccessful invocation of get_item
test_insert_item
Test a successful invocation of insert_item
test_query_item
Test a successful invocation of query_item
test_query_item_no_query
Test a invocation of query_item with no query
test_update_item
Test a successful invocation of update_item
tests.aws_tools_tests.test_lambda_handler.
LambdaHandlerTests
test_invoke
Test a successful call of invoke
tests.aws_tools_tests.test_s3_handler.
S3HandlerTests