CloudWatch Logs

Implementation details for API logs

Coverage Overview

CloudWatch Logs is supported by LocalStack in the community image.

AvailabilityTesting*
OperationImplementedImageInternal Test SuiteExternal Test SuiteTerraform ValidatedAWS ValidatedSnapshot TestedDetails
AssociateKmsKey
CancelExportTask✔️community
CreateDelivery
CreateExportTask✔️community
CreateLogAnomalyDetector
CreateLogGroup✔️community✔️✔️✔️✔️Show Tests
CreateLogStream✔️community✔️✔️✔️✔️Show Tests
DeleteAccountPolicy
DeleteDataProtectionPolicy
DeleteDelivery
DeleteDeliveryDestination
DeleteDeliveryDestinationPolicy
DeleteDeliverySource
DeleteDestination✔️community✔️
DeleteLogAnomalyDetector
DeleteLogGroup✔️community✔️✔️✔️✔️Show Tests
DeleteLogStream✔️community✔️✔️✔️✔️Show Tests
DeleteMetricFilter✔️community✔️✔️✔️Show Tests
DeleteQueryDefinition
DeleteResourcePolicy✔️community✔️✔️✔️✔️Show Tests
DeleteRetentionPolicy✔️community✔️
DeleteSubscriptionFilter✔️community✔️✔️✔️Show Tests
DescribeAccountPolicies
DescribeConfigurationTemplates
DescribeDeliveries
DescribeDeliveryDestinations
DescribeDeliverySources
DescribeDestinations✔️community✔️
DescribeExportTasks✔️community
DescribeLogGroups✔️community✔️✔️✔️✔️Show Tests
DescribeLogStreams✔️community✔️✔️✔️✔️Show Tests
DescribeMetricFilters✔️community✔️✔️✔️Show Tests
DescribeQueries✔️community
DescribeQueryDefinitions
DescribeResourcePolicies✔️community✔️✔️✔️✔️Show Tests
DescribeSubscriptionFilters✔️community✔️✔️✔️✔️Show Tests
DisassociateKmsKey
FilterLogEvents✔️community✔️✔️✔️✔️Show Tests
GetDataProtectionPolicy
GetDelivery
GetDeliveryDestination
GetDeliveryDestinationPolicy
GetDeliverySource
GetLogAnomalyDetector
GetLogEvents✔️community✔️✔️✔️✔️Show Tests
GetLogGroupFields
GetLogRecord
GetQueryResults✔️community
ListAnomalies
ListLogAnomalyDetectors
ListTagsForResource✔️community✔️✔️✔️Show Tests
ListTagsLogGroup✔️community✔️✔️✔️✔️Show Tests
PutAccountPolicy
PutDataProtectionPolicy
PutDeliveryDestination
PutDeliveryDestinationPolicy
PutDeliverySource
PutDestination✔️community✔️
PutDestinationPolicy✔️community✔️
PutLogEvents✔️community✔️✔️✔️✔️Show Tests
PutMetricFilter✔️community✔️✔️✔️Show Tests
PutQueryDefinition
PutResourcePolicy✔️community✔️✔️✔️✔️Show Tests
PutRetentionPolicy✔️community✔️
PutSubscriptionFilter✔️community✔️✔️✔️Show Tests
StartLiveTail
StartQuery✔️community
StopQuery
TagLogGroup✔️community✔️✔️✔️Show Tests
TagResource✔️community✔️✔️✔️Show Tests
TestMetricFilter
UntagLogGroup✔️community✔️✔️✔️Show Tests
UntagResource✔️community✔️✔️✔️Show Tests
UpdateAnomaly
UpdateDeliveryConfiguration
UpdateLogAnomalyDetector

Terminology

  • Internal Test Suite: tested by LocalStack's internal integration test suite
  • External Test Suite: covered by an external integration test suite, that runs against LocalStack
  • Terraform Validated: operation tested with Terraform
  • AWS Validated: the integration test that includes this operation call was validated against AWS
  • Snapshot Tested: the operation is part of a snapshot parity test, which verifies the responses by LocalStack and AWS are the same

Testing Details

This section gives an overview about the internal integration test suite and the specific test cases that recorded the API call.

How to read the test details?

For each operation we put up a list of the related integration test cases.
Those operation calls have been recorded during the execution of the outlined test cases. Some calls might be internal, i.e., they are not explicitly called in the test, but are triggered implicitly by the LocalStack framework.

  • Parameters: The tests are ordered by the parameters used, which are highlighted in bold.
  • Test Details: LocalStack Community or LocalStack Pro indicates where the test originates. For each test you see:
    • test name
    • status code returned (which is the expected one for the test case)
    • information about validation:
      • AWS validated the test is validated against AWS, meaning it run successfully against real AWS as well
      • Snapshot Tested this is a snapshot parity test, meaning the responses are validated against AWS


CreateLogGroup

Parameters: logGroupName
  • LocalStack Community
    • test_lambda_dynamodb LocalStack Community: tests/aws/scenario/bookstore/test_bookstore.py::TestBookstoreApplication::test_lambda_dynamodb HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_search_books LocalStack Community: tests/aws/scenario/bookstore/test_bookstore.py::TestBookstoreApplication::test_search_books HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_setup LocalStack Community: tests/aws/scenario/bookstore/test_bookstore.py::TestBookstoreApplication::test_setup HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_destination_sns LocalStack Community: tests/aws/scenario/lambda_destination/test_lambda_destination_scenario.py::TestLambdaDestinationScenario::test_destination_sns HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_prefill_dynamodb_table LocalStack Community: tests/aws/scenario/loan_broker/test_loan_broker.py::TestLoanBrokerScenario::test_prefill_dynamodb_table HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_stepfunctions_input_recipient_list[step_function_input0-SUCCEEDED] LocalStack Community: tests/aws/scenario/loan_broker/test_loan_broker.py::TestLoanBrokerScenario::test_stepfunctions_input_recipient_list[step_function_input0-SUCCEEDED] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_notes_rest_api LocalStack Community: tests/aws/scenario/note_taking/test_note_taking.py::TestNoteTakingScenario::test_notes_rest_api HTTP Status Code: 200 AWS validated
    • test_api_gateway_lambda_integration_aws_type LocalStack Community: tests/aws/services/apigateway/test_apigateway_basic.py::TestAPIGateway::test_api_gateway_lambda_integration_aws_type HTTP Status Code: 200 AWS validated
    • test_apigw_stage_variables[dev] LocalStack Community: tests/aws/services/apigateway/test_apigateway_basic.py::TestAPIGateway::test_apigw_stage_variables[dev] HTTP Status Code: 200 AWS validated
    • test_apigw_stage_variables[local] LocalStack Community: tests/aws/services/apigateway/test_apigateway_basic.py::TestAPIGateway::test_apigw_stage_variables[local] HTTP Status Code: 200 AWS validated
    • test_apigw_test_invoke_method_api LocalStack Community: tests/aws/services/apigateway/test_apigateway_basic.py::TestAPIGateway::test_apigw_test_invoke_method_api HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_response_headers_invocation_with_apigw LocalStack Community: tests/aws/services/apigateway/test_apigateway_basic.py::TestAPIGateway::test_response_headers_invocation_with_apigw HTTP Status Code: 200 AWS validated
    • test_rest_api_multi_region[UrlType.HOST_BASED-ANY] LocalStack Community: tests/aws/services/apigateway/test_apigateway_basic.py::test_rest_api_multi_region[UrlType.HOST_BASED-ANY] HTTP Status Code: 200 AWS validated
    • test_rest_api_multi_region[UrlType.HOST_BASED-GET] LocalStack Community: tests/aws/services/apigateway/test_apigateway_basic.py::test_rest_api_multi_region[UrlType.HOST_BASED-GET] HTTP Status Code: 200 AWS validated
    • test_rest_api_multi_region[path_based_url-ANY] LocalStack Community: tests/aws/services/apigateway/test_apigateway_basic.py::test_rest_api_multi_region[path_based_url-ANY] HTTP Status Code: 200 AWS validated
    • test_rest_api_multi_region[path_based_url-GET] LocalStack Community: tests/aws/services/apigateway/test_apigateway_basic.py::test_rest_api_multi_region[path_based_url-GET] HTTP Status Code: 200 AWS validated
    • test_api_gateway_request_validator LocalStack Community: tests/aws/services/apigateway/test_apigateway_common.py::TestApiGatewayCommon::test_api_gateway_request_validator HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_invocation_trace_id LocalStack Community: tests/aws/services/apigateway/test_apigateway_common.py::TestApiGatewayCommon::test_invocation_trace_id HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_http_integration_invoke_status_code_passthrough[HTTP] LocalStack Community: tests/aws/services/apigateway/test_apigateway_http.py::test_http_integration_invoke_status_code_passthrough[HTTP] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_http_integration_invoke_status_code_passthrough[HTTP_PROXY] LocalStack Community: tests/aws/services/apigateway/test_apigateway_http.py::test_http_integration_invoke_status_code_passthrough[HTTP_PROXY] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_http_integration_method[HTTP] LocalStack Community: tests/aws/services/apigateway/test_apigateway_http.py::test_http_integration_method[HTTP] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_http_integration_method[HTTP_PROXY] LocalStack Community: tests/aws/services/apigateway/test_apigateway_http.py::test_http_integration_method[HTTP_PROXY] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_http_integration_with_lambda[HTTP] LocalStack Community: tests/aws/services/apigateway/test_apigateway_http.py::test_http_integration_with_lambda[HTTP] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_http_integration_with_lambda[HTTP_PROXY] LocalStack Community: tests/aws/services/apigateway/test_apigateway_http.py::test_http_integration_with_lambda[HTTP_PROXY] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_http_proxy_integration_request_data_mappings LocalStack Community: tests/aws/services/apigateway/test_apigateway_http.py::test_http_proxy_integration_request_data_mappings HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_import_with_stage_variables LocalStack Community: tests/aws/services/apigateway/test_apigateway_import.py::TestApiGatewayImportRestApi::test_import_with_stage_variables HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_apigateway_header_remapping_aws[AWS] LocalStack Community: tests/aws/services/apigateway/test_apigateway_integrations.py::TestApiGatewayHeaderRemapping::test_apigateway_header_remapping_aws[AWS] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_apigateway_header_remapping_aws[AWS_PROXY] LocalStack Community: tests/aws/services/apigateway/test_apigateway_integrations.py::TestApiGatewayHeaderRemapping::test_apigateway_header_remapping_aws[AWS_PROXY] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_execute_api_vpc_endpoint LocalStack Community: tests/aws/services/apigateway/test_apigateway_integrations.py::test_create_execute_api_vpc_endpoint HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_aws_proxy_response_payload_format_validation LocalStack Community: tests/aws/services/apigateway/test_apigateway_lambda.py::test_aws_proxy_response_payload_format_validation HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_aws_integration LocalStack Community: tests/aws/services/apigateway/test_apigateway_lambda.py::test_lambda_aws_integration HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_aws_integration_response_with_mapping_templates LocalStack Community: tests/aws/services/apigateway/test_apigateway_lambda.py::test_lambda_aws_integration_response_with_mapping_templates HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_aws_integration_with_request_template LocalStack Community: tests/aws/services/apigateway/test_apigateway_lambda.py::test_lambda_aws_integration_with_request_template HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_aws_proxy_integration LocalStack Community: tests/aws/services/apigateway/test_apigateway_lambda.py::test_lambda_aws_proxy_integration HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_aws_proxy_integration_request_data_mapping LocalStack Community: tests/aws/services/apigateway/test_apigateway_lambda.py::test_lambda_aws_proxy_integration_request_data_mapping HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_aws_proxy_response_format LocalStack Community: tests/aws/services/apigateway/test_apigateway_lambda.py::test_lambda_aws_proxy_response_format HTTP Status Code: 200 AWS validated
    • test_lambda_rust_proxy_integration LocalStack Community: tests/aws/services/apigateway/test_apigateway_lambda.py::test_lambda_rust_proxy_integration HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_selection_patterns LocalStack Community: tests/aws/services/apigateway/test_apigateway_lambda.py::test_lambda_selection_patterns HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_serverless_like_deployment_with_update LocalStack Community: tests/aws/services/cloudformation/resources/test_apigateway.py::TestServerlessApigwLambda::test_serverless_like_deployment_with_update HTTP Status Code: 200 AWS validated
    • test_event_rule_to_logs LocalStack Community: tests/aws/services/cloudformation/resources/test_events.py::test_event_rule_to_logs HTTP Status Code: 200 AWS validated
    • test_events_sqs_sns_lambda LocalStack Community: tests/aws/services/cloudformation/resources/test_integration.py::test_events_sqs_sns_lambda HTTP Status Code: 200 AWS validated
    • test_cfn_lambda_dynamodb_source LocalStack Community: tests/aws/services/cloudformation/resources/test_lambda.py::TestCfnLambdaIntegrations::test_cfn_lambda_dynamodb_source HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cfn_lambda_kinesis_source LocalStack Community: tests/aws/services/cloudformation/resources/test_lambda.py::TestCfnLambdaIntegrations::test_cfn_lambda_kinesis_source HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cfn_lambda_permissions LocalStack Community: tests/aws/services/cloudformation/resources/test_lambda.py::TestCfnLambdaIntegrations::test_cfn_lambda_permissions HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cfn_lambda_sqs_source LocalStack Community: tests/aws/services/cloudformation/resources/test_lambda.py::TestCfnLambdaIntegrations::test_cfn_lambda_sqs_source HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cfn_function_url LocalStack Community: tests/aws/services/cloudformation/resources/test_lambda.py::test_cfn_function_url HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_cfn_dead_letter_config_async_invocation LocalStack Community: tests/aws/services/cloudformation/resources/test_lambda.py::test_lambda_cfn_dead_letter_config_async_invocation HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_cfn_run LocalStack Community: tests/aws/services/cloudformation/resources/test_lambda.py::test_lambda_cfn_run HTTP Status Code: 200 AWS validated
    • test_lambda_version LocalStack Community: tests/aws/services/cloudformation/resources/test_lambda.py::test_lambda_version HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_python_lambda_code_deployed_via_s3 LocalStack Community: tests/aws/services/cloudformation/resources/test_lambda.py::test_python_lambda_code_deployed_via_s3 HTTP Status Code: 200 AWS validated
    • test_cfn_handle_log_group_resource LocalStack Community: tests/aws/services/cloudformation/resources/test_logs.py::test_cfn_handle_log_group_resource HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_logstream LocalStack Community: tests/aws/services/cloudformation/resources/test_logs.py::test_logstream HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sam_sqs_event LocalStack Community: tests/aws/services/cloudformation/resources/test_sam.py::test_sam_sqs_event HTTP Status Code: 200 AWS validated
    • test_sam_template LocalStack Community: tests/aws/services/cloudformation/resources/test_sam.py::test_sam_template HTTP Status Code: 200 AWS validated
    • test_apigateway_invoke LocalStack Community: tests/aws/services/cloudformation/resources/test_stepfunctions.py::test_apigateway_invoke HTTP Status Code: 200
    • test_apigateway_invoke_localhost LocalStack Community: tests/aws/services/cloudformation/resources/test_stepfunctions.py::test_apigateway_invoke_localhost HTTP Status Code: 200
    • test_apigateway_invoke_localhost_with_path LocalStack Community: tests/aws/services/cloudformation/resources/test_stepfunctions.py::test_apigateway_invoke_localhost_with_path HTTP Status Code: 200
    • test_apigateway_invoke_with_path LocalStack Community: tests/aws/services/cloudformation/resources/test_stepfunctions.py::test_apigateway_invoke_with_path HTTP Status Code: 200 AWS validated
    • test_nested_statemachine_with_sync2 LocalStack Community: tests/aws/services/cloudformation/resources/test_stepfunctions.py::test_nested_statemachine_with_sync2 HTTP Status Code: 200 AWS validated
    • test_statemachine_definitionsubstitution LocalStack Community: tests/aws/services/cloudformation/resources/test_stepfunctions.py::test_statemachine_definitionsubstitution HTTP Status Code: 200 AWS validated
    • test_attribute_uses_macro LocalStack Community: tests/aws/services/cloudformation/test_template_engine.py::TestMacros::test_attribute_uses_macro HTTP Status Code: 200 AWS validated
    • test_capabilities_requirements LocalStack Community: tests/aws/services/cloudformation/test_template_engine.py::TestMacros::test_capabilities_requirements HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_failed_state[raise_error.py] LocalStack Community: tests/aws/services/cloudformation/test_template_engine.py::TestMacros::test_failed_state[raise_error.py] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_failed_state[return_invalid_template.py] LocalStack Community: tests/aws/services/cloudformation/test_template_engine.py::TestMacros::test_failed_state[return_invalid_template.py] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_failed_state[return_unsuccessful_with_message.py] LocalStack Community: tests/aws/services/cloudformation/test_template_engine.py::TestMacros::test_failed_state[return_unsuccessful_with_message.py] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_failed_state[return_unsuccessful_without_message.py] LocalStack Community: tests/aws/services/cloudformation/test_template_engine.py::TestMacros::test_failed_state[return_unsuccessful_without_message.py] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_functions_and_references_during_transformation LocalStack Community: tests/aws/services/cloudformation/test_template_engine.py::TestMacros::test_functions_and_references_during_transformation HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_global_scope LocalStack Community: tests/aws/services/cloudformation/test_template_engine.py::TestMacros::test_global_scope HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_pyplate_param_type_list LocalStack Community: tests/aws/services/cloudformation/test_template_engine.py::TestMacros::test_pyplate_param_type_list HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_snipped_scope[transformation_snippet_topic.json] LocalStack Community: tests/aws/services/cloudformation/test_template_engine.py::TestMacros::test_snipped_scope[transformation_snippet_topic.json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_snipped_scope[transformation_snippet_topic.yml] LocalStack Community: tests/aws/services/cloudformation/test_template_engine.py::TestMacros::test_snipped_scope[transformation_snippet_topic.yml] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_validate_lambda_internals LocalStack Community: tests/aws/services/cloudformation/test_template_engine.py::TestMacros::test_validate_lambda_internals HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_alarm_lambda_target LocalStack Community: tests/aws/services/cloudwatch/test_cloudwatch.py::TestCloudwatch::test_alarm_lambda_target HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_invoke_error LocalStack Community: tests/aws/services/cloudwatch/test_cloudwatch_metrics.py::TestCloudWatchLambdaMetrics::test_lambda_invoke_error HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_invoke_successful LocalStack Community: tests/aws/services/cloudwatch/test_cloudwatch_metrics.py::TestCloudWatchLambdaMetrics::test_lambda_invoke_successful HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_put_events_with_target_api_gateway LocalStack Community: tests/aws/services/events/test_events_targets.py::TestEventsTargetApiGateway::test_put_events_with_target_api_gateway HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_put_events_with_target_cloudwatch_logs LocalStack Community: tests/aws/services/events/test_events_targets.py::TestEventsTargetCloudWatchLogs::test_put_events_with_target_cloudwatch_logs HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_put_events_with_target_lambda LocalStack Community: tests/aws/services/events/test_events_targets.py::TestEventsTargetLambda::test_put_events_with_target_lambda HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_put_events_with_target_lambda_list_entries_partial_match LocalStack Community: tests/aws/services/events/test_events_targets.py::TestEventsTargetLambda::test_put_events_with_target_lambda_list_entries_partial_match HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_put_events_with_target_lambda_list_entry LocalStack Community: tests/aws/services/events/test_events_targets.py::TestEventsTargetLambda::test_put_events_with_target_lambda_list_entry HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_kinesis_firehose_kinesis_as_source_multiple_delivery_streams LocalStack Community: tests/aws/services/firehose/test_firehose.py::TestFirehoseIntegration::test_kinesis_firehose_kinesis_as_source_multiple_delivery_streams HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_kinesis_firehose_http[True] LocalStack Community: tests/aws/services/firehose/test_firehose.py::test_kinesis_firehose_http[True] HTTP Status Code: 200
    • test_subscribe_to_shard_with_java_sdk_v2_lambda LocalStack Community: tests/aws/services/kinesis/test_kinesis.py::TestKinesisJavaSDK::test_subscribe_to_shard_with_java_sdk_v2_lambda HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_adding_tags LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_cfn_resource.py::test_adding_tags HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_disabled_dynamodb_event_source_mapping LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_disabled_dynamodb_event_source_mapping HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_dynamodb_event_filter[content_filter_type] LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_filter[content_filter_type] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_dynamodb_event_filter[content_or_filter] LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_filter[content_or_filter] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_dynamodb_event_filter[date_time_conversion] LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_filter[date_time_conversion] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_dynamodb_event_filter[exists_filter_type] LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_filter[exists_filter_type] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_dynamodb_event_filter[insert_same_entry_twice] LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_filter[insert_same_entry_twice] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_dynamodb_event_filter[prefix_filter] LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_filter[prefix_filter] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_dynamodb_event_source_mapping LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_source_mapping HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_dynamodb_event_source_mapping_with_on_failure_destination_config LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_source_mapping_with_on_failure_destination_config HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_dynamodb_event_source_mapping_with_sns_on_failure_destination_config LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_source_mapping_with_sns_on_failure_destination_config HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_dynamodb_report_batch_item_failure_scenarios[empty_string_item_identifier_failure] LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_report_batch_item_failure_scenarios[empty_string_item_identifier_failure] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_dynamodb_report_batch_item_failure_scenarios[invalid_key_foo_failure] LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_report_batch_item_failure_scenarios[invalid_key_foo_failure] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_dynamodb_report_batch_item_failure_scenarios[invalid_key_foo_null_value_failure] LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_report_batch_item_failure_scenarios[invalid_key_foo_null_value_failure] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_dynamodb_report_batch_item_failure_scenarios[item_identifier_not_present_failure] LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_report_batch_item_failure_scenarios[item_identifier_not_present_failure] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_dynamodb_report_batch_item_failure_scenarios[null_item_identifier_failure] LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_report_batch_item_failure_scenarios[null_item_identifier_failure] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_dynamodb_report_batch_item_failure_scenarios[unhandled_exception_in_function] LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_report_batch_item_failure_scenarios[unhandled_exception_in_function] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_dynamodb_report_batch_item_failures LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_report_batch_item_failures HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_dynamodb_report_batch_item_success_scenarios[empty_batch_item_failure_success] LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_report_batch_item_success_scenarios[empty_batch_item_failure_success] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_dynamodb_report_batch_item_success_scenarios[empty_dict_success] LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_report_batch_item_success_scenarios[empty_dict_success] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_dynamodb_report_batch_item_success_scenarios[empty_list_success] LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_report_batch_item_success_scenarios[empty_list_success] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_dynamodb_report_batch_item_success_scenarios[null_batch_item_failure_success] LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_report_batch_item_success_scenarios[null_batch_item_failure_success] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_dynamodb_report_batch_item_success_scenarios[null_success] LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_report_batch_item_success_scenarios[null_success] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_kinesis_event_filtering_json_pattern LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_kinesis.py::TestKinesisEventFiltering::test_kinesis_event_filtering_json_pattern HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_kinesis_event_source_mapping LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_kinesis.py::TestKinesisSource::test_create_kinesis_event_source_mapping HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_kinesis_event_source_mapping_multiple_lambdas_single_kinesis_event_stream LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_kinesis.py::TestKinesisSource::test_create_kinesis_event_source_mapping_multiple_lambdas_single_kinesis_event_stream HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_disable_kinesis_event_source_mapping LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_kinesis.py::TestKinesisSource::test_disable_kinesis_event_source_mapping HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_kinesis_empty_provided LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_kinesis.py::TestKinesisSource::test_kinesis_empty_provided HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_kinesis_event_source_mapping_with_on_failure_destination_config LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_kinesis.py::TestKinesisSource::test_kinesis_event_source_mapping_with_on_failure_destination_config HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_kinesis_event_source_mapping_with_sns_on_failure_destination_config LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_kinesis.py::TestKinesisSource::test_kinesis_event_source_mapping_with_sns_on_failure_destination_config HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_kinesis_event_source_trim_horizon LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_kinesis.py::TestKinesisSource::test_kinesis_event_source_trim_horizon HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_kinesis_report_batch_item_failure_scenarios[empty_string_item_identifier_failure] LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_kinesis.py::TestKinesisSource::test_kinesis_report_batch_item_failure_scenarios[empty_string_item_identifier_failure] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_kinesis_report_batch_item_failure_scenarios[invalid_key_foo_failure] LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_kinesis.py::TestKinesisSource::test_kinesis_report_batch_item_failure_scenarios[invalid_key_foo_failure] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_kinesis_report_batch_item_failure_scenarios[invalid_key_foo_null_value_failure] LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_kinesis.py::TestKinesisSource::test_kinesis_report_batch_item_failure_scenarios[invalid_key_foo_null_value_failure] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_kinesis_report_batch_item_failure_scenarios[item_identifier_not_present_failure] LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_kinesis.py::TestKinesisSource::test_kinesis_report_batch_item_failure_scenarios[item_identifier_not_present_failure] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_kinesis_report_batch_item_failure_scenarios[null_item_identifier_failure] LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_kinesis.py::TestKinesisSource::test_kinesis_report_batch_item_failure_scenarios[null_item_identifier_failure] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_kinesis_report_batch_item_failure_scenarios[unhandled_exception_in_function] LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_kinesis.py::TestKinesisSource::test_kinesis_report_batch_item_failure_scenarios[unhandled_exception_in_function] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_kinesis_report_batch_item_failures LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_kinesis.py::TestKinesisSource::test_kinesis_report_batch_item_failures HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_kinesis_report_batch_item_success_scenarios[empty_batch_item_failure_success] LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_kinesis.py::TestKinesisSource::test_kinesis_report_batch_item_success_scenarios[empty_batch_item_failure_success] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_kinesis_report_batch_item_success_scenarios[empty_dict_success] LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_kinesis.py::TestKinesisSource::test_kinesis_report_batch_item_success_scenarios[empty_dict_success] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_kinesis_report_batch_item_success_scenarios[empty_list_success] LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_kinesis.py::TestKinesisSource::test_kinesis_report_batch_item_success_scenarios[empty_list_success] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_kinesis_report_batch_item_success_scenarios[empty_string_success] LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_kinesis.py::TestKinesisSource::test_kinesis_report_batch_item_success_scenarios[empty_string_success] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_kinesis_report_batch_item_success_scenarios[null_batch_item_failure_success] LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_kinesis.py::TestKinesisSource::test_kinesis_report_batch_item_success_scenarios[null_batch_item_failure_success] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_kinesis_report_batch_item_success_scenarios[null_success] LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_kinesis.py::TestKinesisSource::test_kinesis_report_batch_item_success_scenarios[null_success] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_event_filter[filter0-item_matching0-item_not_matching0] LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_sqs.py::TestSQSEventSourceMapping::test_sqs_event_filter[filter0-item_matching0-item_not_matching0] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_event_filter[filter1-item_matching1-item_not_matching1] LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_sqs.py::TestSQSEventSourceMapping::test_sqs_event_filter[filter1-item_matching1-item_not_matching1] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_event_filter[filter2-item_matching2-item_not_matching2] LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_sqs.py::TestSQSEventSourceMapping::test_sqs_event_filter[filter2-item_matching2-item_not_matching2] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_event_filter[filter3-item_matching3-item_not_matching3] LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_sqs.py::TestSQSEventSourceMapping::test_sqs_event_filter[filter3-item_matching3-item_not_matching3] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_event_filter[filter5-item_matching5-item_not_matching5] LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_sqs.py::TestSQSEventSourceMapping::test_sqs_event_filter[filter5-item_matching5-item_not_matching5] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_event_filter[filter6-item_matching6-item_not_matching6] LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_sqs.py::TestSQSEventSourceMapping::test_sqs_event_filter[filter6-item_matching6-item_not_matching6] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_event_filter[filter7-item_matching7-item_not_matching7] LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_sqs.py::TestSQSEventSourceMapping::test_sqs_event_filter[filter7-item_matching7-item_not_matching7] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_event_source_mapping LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_sqs.py::TestSQSEventSourceMapping::test_sqs_event_source_mapping HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_event_source_mapping_update LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_sqs.py::TestSQSEventSourceMapping::test_sqs_event_source_mapping_update HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_failing_lambda_retries_after_visibility_timeout LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_sqs.py::test_failing_lambda_retries_after_visibility_timeout HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_message_group_parallelism LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_sqs.py::test_fifo_message_group_parallelism HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_message_body_and_attributes_passed_correctly LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_sqs.py::test_message_body_and_attributes_passed_correctly HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_redrive_policy_with_failing_lambda LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_sqs.py::test_redrive_policy_with_failing_lambda HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_report_batch_item_failures LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_sqs.py::test_report_batch_item_failures HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_report_batch_item_failures_empty_json_batch_succeeds LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_sqs.py::test_report_batch_item_failures_empty_json_batch_succeeds HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_report_batch_item_failures_invalid_result_json_batch_fails LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_sqs.py::test_report_batch_item_failures_invalid_result_json_batch_fails HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_report_batch_item_failures_on_lambda_error LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_sqs.py::test_report_batch_item_failures_on_lambda_error HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_queue_as_lambda_dead_letter_queue LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_sqs.py::test_sqs_queue_as_lambda_dead_letter_queue HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_alias_routingconfig LocalStack Community: tests/aws/services/lambda_/test_lambda.py::TestLambdaAliases::test_alias_routingconfig HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_alias_moving LocalStack Community: tests/aws/services/lambda_/test_lambda.py::TestLambdaAliases::test_lambda_alias_moving HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_assume_role[1] LocalStack Community: tests/aws/services/lambda_/test_lambda.py::TestLambdaBaseFeatures::test_assume_role[1] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_assume_role[2] LocalStack Community: tests/aws/services/lambda_/test_lambda.py::TestLambdaBaseFeatures::test_assume_role[2] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_different_iam_keys_environment LocalStack Community: tests/aws/services/lambda_/test_lambda.py::TestLambdaBaseFeatures::test_lambda_different_iam_keys_environment HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_large_response LocalStack Community: tests/aws/services/lambda_/test_lambda.py::TestLambdaBaseFeatures::test_lambda_large_response HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_too_large_response LocalStack Community: tests/aws/services/lambda_/test_lambda.py::TestLambdaBaseFeatures::test_lambda_too_large_response HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_too_large_response_but_with_custom_limit LocalStack Community: tests/aws/services/lambda_/test_lambda.py::TestLambdaBaseFeatures::test_lambda_too_large_response_but_with_custom_limit HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_large_payloads LocalStack Community: tests/aws/services/lambda_/test_lambda.py::TestLambdaBaseFeatures::test_large_payloads HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_ignore_architecture LocalStack Community: tests/aws/services/lambda_/test_lambda.py::TestLambdaBehavior::test_ignore_architecture HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_cache_local[nodejs] LocalStack Community: tests/aws/services/lambda_/test_lambda.py::TestLambdaBehavior::test_lambda_cache_local[nodejs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_cache_local[python] LocalStack Community: tests/aws/services/lambda_/test_lambda.py::TestLambdaBehavior::test_lambda_cache_local[python] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_init_environment LocalStack Community: tests/aws/services/lambda_/test_lambda.py::TestLambdaBehavior::test_lambda_init_environment HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_invoke_no_timeout LocalStack Community: tests/aws/services/lambda_/test_lambda.py::TestLambdaBehavior::test_lambda_invoke_no_timeout HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_invoke_with_timeout LocalStack Community: tests/aws/services/lambda_/test_lambda.py::TestLambdaBehavior::test_lambda_invoke_with_timeout HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_runtime_introspection_x86 LocalStack Community: tests/aws/services/lambda_/test_lambda.py::TestLambdaBehavior::test_runtime_introspection_x86 HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_runtime_ulimits LocalStack Community: tests/aws/services/lambda_/test_lambda.py::TestLambdaBehavior::test_runtime_ulimits HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_recreate_function LocalStack Community: tests/aws/services/lambda_/test_lambda.py::TestLambdaCleanup::test_recreate_function HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_concurrency_block LocalStack Community: tests/aws/services/lambda_/test_lambda.py::TestLambdaConcurrency::test_lambda_concurrency_block HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_provisioned_concurrency_scheduling LocalStack Community: tests/aws/services/lambda_/test_lambda.py::TestLambdaConcurrency::test_lambda_provisioned_concurrency_scheduling HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_provisioned_concurrency LocalStack Community: tests/aws/services/lambda_/test_lambda.py::TestLambdaConcurrency::test_provisioned_concurrency HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_reserved_provisioned_overlap LocalStack Community: tests/aws/services/lambda_/test_lambda.py::TestLambdaConcurrency::test_reserved_provisioned_overlap HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_handler_error LocalStack Community: tests/aws/services/lambda_/test_lambda.py::TestLambdaErrors::test_lambda_handler_error HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_invocation_type_event[nodejs16.x] LocalStack Community: tests/aws/services/lambda_/test_lambda.py::TestLambdaFeatures::test_invocation_type_event[nodejs16.x] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_invocation_type_event[python3.10] LocalStack Community: tests/aws/services/lambda_/test_lambda.py::TestLambdaFeatures::test_invocation_type_event[python3.10] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_invocation_type_no_return_payload[nodejs-Event] LocalStack Community: tests/aws/services/lambda_/test_lambda.py::TestLambdaFeatures::test_invocation_type_no_return_payload[nodejs-Event] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_invocation_type_no_return_payload[nodejs-RequestResponse] LocalStack Community: tests/aws/services/lambda_/test_lambda.py::TestLambdaFeatures::test_invocation_type_no_return_payload[nodejs-RequestResponse] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_invocation_type_no_return_payload[python-Event] LocalStack Community: tests/aws/services/lambda_/test_lambda.py::TestLambdaFeatures::test_invocation_type_no_return_payload[python-Event] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_invocation_type_no_return_payload[python-RequestResponse] LocalStack Community: tests/aws/services/lambda_/test_lambda.py::TestLambdaFeatures::test_invocation_type_no_return_payload[python-RequestResponse] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_invocation_type_request_response[nodejs16.x] LocalStack Community: tests/aws/services/lambda_/test_lambda.py::TestLambdaFeatures::test_invocation_type_request_response[nodejs16.x] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_invocation_type_request_response[python3.10] LocalStack Community: tests/aws/services/lambda_/test_lambda.py::TestLambdaFeatures::test_invocation_type_request_response[python3.10] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_invocation_with_logs[nodejs16.x] LocalStack Community: tests/aws/services/lambda_/test_lambda.py::TestLambdaFeatures::test_invocation_with_logs[nodejs16.x] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_invocation_with_logs[python3.10] LocalStack Community: tests/aws/services/lambda_/test_lambda.py::TestLambdaFeatures::test_invocation_with_logs[python3.10] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_invocation_with_qualifier LocalStack Community: tests/aws/services/lambda_/test_lambda.py::TestLambdaFeatures::test_invocation_with_qualifier HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_upload_lambda_from_s3 LocalStack Community: tests/aws/services/lambda_/test_lambda.py::TestLambdaFeatures::test_upload_lambda_from_s3 HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_function_invocation LocalStack Community: tests/aws/services/lambda_/test_lambda.py::TestLambdaMultiAccounts::test_function_invocation HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_url_echo_http_fixture_default LocalStack Community: tests/aws/services/lambda_/test_lambda.py::TestLambdaURL::test_lambda_url_echo_http_fixture_default HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_url_echo_http_fixture_trim_x_headers LocalStack Community: tests/aws/services/lambda_/test_lambda.py::TestLambdaURL::test_lambda_url_echo_http_fixture_trim_x_headers HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_url_echo_invoke[BUFFERED] LocalStack Community: tests/aws/services/lambda_/test_lambda.py::TestLambdaURL::test_lambda_url_echo_invoke[BUFFERED] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_url_echo_invoke[None] LocalStack Community: tests/aws/services/lambda_/test_lambda.py::TestLambdaURL::test_lambda_url_echo_invoke[None] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_url_form_payload LocalStack Community: tests/aws/services/lambda_/test_lambda.py::TestLambdaURL::test_lambda_url_form_payload HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_url_headers_and_status LocalStack Community: tests/aws/services/lambda_/test_lambda.py::TestLambdaURL::test_lambda_url_headers_and_status HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_url_invocation[boolean] LocalStack Community: tests/aws/services/lambda_/test_lambda.py::TestLambdaURL::test_lambda_url_invocation[boolean] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_url_invocation[dict] LocalStack Community: tests/aws/services/lambda_/test_lambda.py::TestLambdaURL::test_lambda_url_invocation[dict] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_url_invocation[float] LocalStack Community: tests/aws/services/lambda_/test_lambda.py::TestLambdaURL::test_lambda_url_invocation[float] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_url_invocation[http-response-json] LocalStack Community: tests/aws/services/lambda_/test_lambda.py::TestLambdaURL::test_lambda_url_invocation[http-response-json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_url_invocation[http-response] LocalStack Community: tests/aws/services/lambda_/test_lambda.py::TestLambdaURL::test_lambda_url_invocation[http-response] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_url_invocation[integer] LocalStack Community: tests/aws/services/lambda_/test_lambda.py::TestLambdaURL::test_lambda_url_invocation[integer] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_url_invocation[list-mixed] LocalStack Community: tests/aws/services/lambda_/test_lambda.py::TestLambdaURL::test_lambda_url_invocation[list-mixed] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_url_invocation[string] LocalStack Community: tests/aws/services/lambda_/test_lambda.py::TestLambdaURL::test_lambda_url_invocation[string] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_url_invocation_custom_id LocalStack Community: tests/aws/services/lambda_/test_lambda.py::TestLambdaURL::test_lambda_url_invocation_custom_id HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_url_invocation_custom_id_aliased LocalStack Community: tests/aws/services/lambda_/test_lambda.py::TestLambdaURL::test_lambda_url_invocation_custom_id_aliased HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_url_invocation_exception LocalStack Community: tests/aws/services/lambda_/test_lambda.py::TestLambdaURL::test_lambda_url_invocation_exception HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_url_persists_after_alias_delete LocalStack Community: tests/aws/services/lambda_/test_lambda.py::TestLambdaURL::test_lambda_url_persists_after_alias_delete HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_async_invoke_queue_upon_function_update LocalStack Community: tests/aws/services/lambda_/test_lambda.py::TestLambdaVersions::test_async_invoke_queue_upon_function_update HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_handler_update LocalStack Community: tests/aws/services/lambda_/test_lambda.py::TestLambdaVersions::test_lambda_handler_update HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_versions_with_code_changes LocalStack Community: tests/aws/services/lambda_/test_lambda.py::TestLambdaVersions::test_lambda_versions_with_code_changes HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_request_id_async_invoke_with_retry LocalStack Community: tests/aws/services/lambda_/test_lambda.py::TestRequestIdHandling::test_request_id_async_invoke_with_retry HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_request_id_invoke LocalStack Community: tests/aws/services/lambda_/test_lambda.py::TestRequestIdHandling::test_request_id_invoke HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_request_id_invoke_url LocalStack Community: tests/aws/services/lambda_/test_lambda.py::TestRequestIdHandling::test_request_id_invoke_url HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_manual_endpoint_injection[dotnet6] LocalStack Community: tests/aws/services/lambda_/test_lambda_common.py::TestLambdaCallingLocalstack::test_manual_endpoint_injection[dotnet6] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_manual_endpoint_injection[dotnet8] LocalStack Community: tests/aws/services/lambda_/test_lambda_common.py::TestLambdaCallingLocalstack::test_manual_endpoint_injection[dotnet8] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_manual_endpoint_injection[java11] LocalStack Community: tests/aws/services/lambda_/test_lambda_common.py::TestLambdaCallingLocalstack::test_manual_endpoint_injection[java11] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_manual_endpoint_injection[java17] LocalStack Community: tests/aws/services/lambda_/test_lambda_common.py::TestLambdaCallingLocalstack::test_manual_endpoint_injection[java17] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_manual_endpoint_injection[java21] LocalStack Community: tests/aws/services/lambda_/test_lambda_common.py::TestLambdaCallingLocalstack::test_manual_endpoint_injection[java21] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_manual_endpoint_injection[java8.al2] LocalStack Community: tests/aws/services/lambda_/test_lambda_common.py::TestLambdaCallingLocalstack::test_manual_endpoint_injection[java8.al2] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_manual_endpoint_injection[nodejs16.x] LocalStack Community: tests/aws/services/lambda_/test_lambda_common.py::TestLambdaCallingLocalstack::test_manual_endpoint_injection[nodejs16.x] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_manual_endpoint_injection[nodejs18.x] LocalStack Community: tests/aws/services/lambda_/test_lambda_common.py::TestLambdaCallingLocalstack::test_manual_endpoint_injection[nodejs18.x] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_manual_endpoint_injection[nodejs20.x] LocalStack Community: tests/aws/services/lambda_/test_lambda_common.py::TestLambdaCallingLocalstack::test_manual_endpoint_injection[nodejs20.x] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_manual_endpoint_injection[python3.10] LocalStack Community: tests/aws/services/lambda_/test_lambda_common.py::TestLambdaCallingLocalstack::test_manual_endpoint_injection[python3.10] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_manual_endpoint_injection[python3.11] LocalStack Community: tests/aws/services/lambda_/test_lambda_common.py::TestLambdaCallingLocalstack::test_manual_endpoint_injection[python3.11] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_manual_endpoint_injection[python3.12] LocalStack Community: tests/aws/services/lambda_/test_lambda_common.py::TestLambdaCallingLocalstack::test_manual_endpoint_injection[python3.12] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_manual_endpoint_injection[python3.13] LocalStack Community: tests/aws/services/lambda_/test_lambda_common.py::TestLambdaCallingLocalstack::test_manual_endpoint_injection[python3.13] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_manual_endpoint_injection[python3.8] LocalStack Community: tests/aws/services/lambda_/test_lambda_common.py::TestLambdaCallingLocalstack::test_manual_endpoint_injection[python3.8] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_manual_endpoint_injection[python3.9] LocalStack Community: tests/aws/services/lambda_/test_lambda_common.py::TestLambdaCallingLocalstack::test_manual_endpoint_injection[python3.9] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_manual_endpoint_injection[ruby3.2] LocalStack Community: tests/aws/services/lambda_/test_lambda_common.py::TestLambdaCallingLocalstack::test_manual_endpoint_injection[ruby3.2] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_manual_endpoint_injection[ruby3.3] LocalStack Community: tests/aws/services/lambda_/test_lambda_common.py::TestLambdaCallingLocalstack::test_manual_endpoint_injection[ruby3.3] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_echo_invoke[dotnet6] LocalStack Community: tests/aws/services/lambda_/test_lambda_common.py::TestLambdaRuntimesCommon::test_echo_invoke[dotnet6] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_echo_invoke[dotnet8] LocalStack Community: tests/aws/services/lambda_/test_lambda_common.py::TestLambdaRuntimesCommon::test_echo_invoke[dotnet8] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_echo_invoke[java11] LocalStack Community: tests/aws/services/lambda_/test_lambda_common.py::TestLambdaRuntimesCommon::test_echo_invoke[java11] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_echo_invoke[java17] LocalStack Community: tests/aws/services/lambda_/test_lambda_common.py::TestLambdaRuntimesCommon::test_echo_invoke[java17] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_echo_invoke[java21] LocalStack Community: tests/aws/services/lambda_/test_lambda_common.py::TestLambdaRuntimesCommon::test_echo_invoke[java21] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_echo_invoke[java8.al2] LocalStack Community: tests/aws/services/lambda_/test_lambda_common.py::TestLambdaRuntimesCommon::test_echo_invoke[java8.al2] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_echo_invoke[nodejs16.x] LocalStack Community: tests/aws/services/lambda_/test_lambda_common.py::TestLambdaRuntimesCommon::test_echo_invoke[nodejs16.x] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_echo_invoke[nodejs18.x] LocalStack Community: tests/aws/services/lambda_/test_lambda_common.py::TestLambdaRuntimesCommon::test_echo_invoke[nodejs18.x] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_echo_invoke[nodejs20.x] LocalStack Community: tests/aws/services/lambda_/test_lambda_common.py::TestLambdaRuntimesCommon::test_echo_invoke[nodejs20.x] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_echo_invoke[provided.al2023] LocalStack Community: tests/aws/services/lambda_/test_lambda_common.py::TestLambdaRuntimesCommon::test_echo_invoke[provided.al2023] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_echo_invoke[provided.al2] LocalStack Community: tests/aws/services/lambda_/test_lambda_common.py::TestLambdaRuntimesCommon::test_echo_invoke[provided.al2] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_echo_invoke[python3.10] LocalStack Community: tests/aws/services/lambda_/test_lambda_common.py::TestLambdaRuntimesCommon::test_echo_invoke[python3.10] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_echo_invoke[python3.11] LocalStack Community: tests/aws/services/lambda_/test_lambda_common.py::TestLambdaRuntimesCommon::test_echo_invoke[python3.11] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_echo_invoke[python3.12] LocalStack Community: tests/aws/services/lambda_/test_lambda_common.py::TestLambdaRuntimesCommon::test_echo_invoke[python3.12] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_echo_invoke[python3.13] LocalStack Community: tests/aws/services/lambda_/test_lambda_common.py::TestLambdaRuntimesCommon::test_echo_invoke[python3.13] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_echo_invoke[python3.8] LocalStack Community: tests/aws/services/lambda_/test_lambda_common.py::TestLambdaRuntimesCommon::test_echo_invoke[python3.8] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_echo_invoke[python3.9] LocalStack Community: tests/aws/services/lambda_/test_lambda_common.py::TestLambdaRuntimesCommon::test_echo_invoke[python3.9] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_echo_invoke[ruby3.2] LocalStack Community: tests/aws/services/lambda_/test_lambda_common.py::TestLambdaRuntimesCommon::test_echo_invoke[ruby3.2] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_echo_invoke[ruby3.3] LocalStack Community: tests/aws/services/lambda_/test_lambda_common.py::TestLambdaRuntimesCommon::test_echo_invoke[ruby3.3] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_introspection_invoke[dotnet6] LocalStack Community: tests/aws/services/lambda_/test_lambda_common.py::TestLambdaRuntimesCommon::test_introspection_invoke[dotnet6] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_introspection_invoke[dotnet8] LocalStack Community: tests/aws/services/lambda_/test_lambda_common.py::TestLambdaRuntimesCommon::test_introspection_invoke[dotnet8] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_introspection_invoke[java11] LocalStack Community: tests/aws/services/lambda_/test_lambda_common.py::TestLambdaRuntimesCommon::test_introspection_invoke[java11] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_introspection_invoke[java17] LocalStack Community: tests/aws/services/lambda_/test_lambda_common.py::TestLambdaRuntimesCommon::test_introspection_invoke[java17] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_introspection_invoke[java21] LocalStack Community: tests/aws/services/lambda_/test_lambda_common.py::TestLambdaRuntimesCommon::test_introspection_invoke[java21] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_introspection_invoke[java8.al2] LocalStack Community: tests/aws/services/lambda_/test_lambda_common.py::TestLambdaRuntimesCommon::test_introspection_invoke[java8.al2] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_introspection_invoke[nodejs16.x] LocalStack Community: tests/aws/services/lambda_/test_lambda_common.py::TestLambdaRuntimesCommon::test_introspection_invoke[nodejs16.x] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_introspection_invoke[nodejs18.x] LocalStack Community: tests/aws/services/lambda_/test_lambda_common.py::TestLambdaRuntimesCommon::test_introspection_invoke[nodejs18.x] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_introspection_invoke[nodejs20.x] LocalStack Community: tests/aws/services/lambda_/test_lambda_common.py::TestLambdaRuntimesCommon::test_introspection_invoke[nodejs20.x] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_introspection_invoke[provided.al2023] LocalStack Community: tests/aws/services/lambda_/test_lambda_common.py::TestLambdaRuntimesCommon::test_introspection_invoke[provided.al2023] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_introspection_invoke[provided.al2] LocalStack Community: tests/aws/services/lambda_/test_lambda_common.py::TestLambdaRuntimesCommon::test_introspection_invoke[provided.al2] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_introspection_invoke[python3.10] LocalStack Community: tests/aws/services/lambda_/test_lambda_common.py::TestLambdaRuntimesCommon::test_introspection_invoke[python3.10] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_introspection_invoke[python3.11] LocalStack Community: tests/aws/services/lambda_/test_lambda_common.py::TestLambdaRuntimesCommon::test_introspection_invoke[python3.11] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_introspection_invoke[python3.12] LocalStack Community: tests/aws/services/lambda_/test_lambda_common.py::TestLambdaRuntimesCommon::test_introspection_invoke[python3.12] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_introspection_invoke[python3.13] LocalStack Community: tests/aws/services/lambda_/test_lambda_common.py::TestLambdaRuntimesCommon::test_introspection_invoke[python3.13] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_introspection_invoke[python3.8] LocalStack Community: tests/aws/services/lambda_/test_lambda_common.py::TestLambdaRuntimesCommon::test_introspection_invoke[python3.8] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_introspection_invoke[python3.9] LocalStack Community: tests/aws/services/lambda_/test_lambda_common.py::TestLambdaRuntimesCommon::test_introspection_invoke[python3.9] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_introspection_invoke[ruby3.2] LocalStack Community: tests/aws/services/lambda_/test_lambda_common.py::TestLambdaRuntimesCommon::test_introspection_invoke[ruby3.2] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_introspection_invoke[ruby3.3] LocalStack Community: tests/aws/services/lambda_/test_lambda_common.py::TestLambdaRuntimesCommon::test_introspection_invoke[ruby3.3] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_runtime_wrapper_invoke[dotnet6] LocalStack Community: tests/aws/services/lambda_/test_lambda_common.py::TestLambdaRuntimesCommon::test_runtime_wrapper_invoke[dotnet6] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_runtime_wrapper_invoke[dotnet8] LocalStack Community: tests/aws/services/lambda_/test_lambda_common.py::TestLambdaRuntimesCommon::test_runtime_wrapper_invoke[dotnet8] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_runtime_wrapper_invoke[java11] LocalStack Community: tests/aws/services/lambda_/test_lambda_common.py::TestLambdaRuntimesCommon::test_runtime_wrapper_invoke[java11] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_runtime_wrapper_invoke[java17] LocalStack Community: tests/aws/services/lambda_/test_lambda_common.py::TestLambdaRuntimesCommon::test_runtime_wrapper_invoke[java17] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_runtime_wrapper_invoke[java21] LocalStack Community: tests/aws/services/lambda_/test_lambda_common.py::TestLambdaRuntimesCommon::test_runtime_wrapper_invoke[java21] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_runtime_wrapper_invoke[java8.al2] LocalStack Community: tests/aws/services/lambda_/test_lambda_common.py::TestLambdaRuntimesCommon::test_runtime_wrapper_invoke[java8.al2] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_runtime_wrapper_invoke[nodejs16.x] LocalStack Community: tests/aws/services/lambda_/test_lambda_common.py::TestLambdaRuntimesCommon::test_runtime_wrapper_invoke[nodejs16.x] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_runtime_wrapper_invoke[nodejs18.x] LocalStack Community: tests/aws/services/lambda_/test_lambda_common.py::TestLambdaRuntimesCommon::test_runtime_wrapper_invoke[nodejs18.x] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_runtime_wrapper_invoke[nodejs20.x] LocalStack Community: tests/aws/services/lambda_/test_lambda_common.py::TestLambdaRuntimesCommon::test_runtime_wrapper_invoke[nodejs20.x] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_runtime_wrapper_invoke[python3.10] LocalStack Community: tests/aws/services/lambda_/test_lambda_common.py::TestLambdaRuntimesCommon::test_runtime_wrapper_invoke[python3.10] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_runtime_wrapper_invoke[python3.11] LocalStack Community: tests/aws/services/lambda_/test_lambda_common.py::TestLambdaRuntimesCommon::test_runtime_wrapper_invoke[python3.11] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_runtime_wrapper_invoke[python3.12] LocalStack Community: tests/aws/services/lambda_/test_lambda_common.py::TestLambdaRuntimesCommon::test_runtime_wrapper_invoke[python3.12] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_runtime_wrapper_invoke[python3.13] LocalStack Community: tests/aws/services/lambda_/test_lambda_common.py::TestLambdaRuntimesCommon::test_runtime_wrapper_invoke[python3.13] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_runtime_wrapper_invoke[python3.8] LocalStack Community: tests/aws/services/lambda_/test_lambda_common.py::TestLambdaRuntimesCommon::test_runtime_wrapper_invoke[python3.8] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_runtime_wrapper_invoke[python3.9] LocalStack Community: tests/aws/services/lambda_/test_lambda_common.py::TestLambdaRuntimesCommon::test_runtime_wrapper_invoke[python3.9] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_runtime_wrapper_invoke[ruby3.2] LocalStack Community: tests/aws/services/lambda_/test_lambda_common.py::TestLambdaRuntimesCommon::test_runtime_wrapper_invoke[ruby3.2] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_runtime_wrapper_invoke[ruby3.3] LocalStack Community: tests/aws/services/lambda_/test_lambda_common.py::TestLambdaRuntimesCommon::test_runtime_wrapper_invoke[ruby3.3] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_uncaught_exception_invoke[dotnet6] LocalStack Community: tests/aws/services/lambda_/test_lambda_common.py::TestLambdaRuntimesCommon::test_uncaught_exception_invoke[dotnet6] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_uncaught_exception_invoke[dotnet8] LocalStack Community: tests/aws/services/lambda_/test_lambda_common.py::TestLambdaRuntimesCommon::test_uncaught_exception_invoke[dotnet8] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_uncaught_exception_invoke[java11] LocalStack Community: tests/aws/services/lambda_/test_lambda_common.py::TestLambdaRuntimesCommon::test_uncaught_exception_invoke[java11] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_uncaught_exception_invoke[java17] LocalStack Community: tests/aws/services/lambda_/test_lambda_common.py::TestLambdaRuntimesCommon::test_uncaught_exception_invoke[java17] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_uncaught_exception_invoke[java21] LocalStack Community: tests/aws/services/lambda_/test_lambda_common.py::TestLambdaRuntimesCommon::test_uncaught_exception_invoke[java21] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_uncaught_exception_invoke[java8.al2] LocalStack Community: tests/aws/services/lambda_/test_lambda_common.py::TestLambdaRuntimesCommon::test_uncaught_exception_invoke[java8.al2] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_uncaught_exception_invoke[nodejs16.x] LocalStack Community: tests/aws/services/lambda_/test_lambda_common.py::TestLambdaRuntimesCommon::test_uncaught_exception_invoke[nodejs16.x] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_uncaught_exception_invoke[nodejs18.x] LocalStack Community: tests/aws/services/lambda_/test_lambda_common.py::TestLambdaRuntimesCommon::test_uncaught_exception_invoke[nodejs18.x] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_uncaught_exception_invoke[nodejs20.x] LocalStack Community: tests/aws/services/lambda_/test_lambda_common.py::TestLambdaRuntimesCommon::test_uncaught_exception_invoke[nodejs20.x] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_uncaught_exception_invoke[provided.al2023] LocalStack Community: tests/aws/services/lambda_/test_lambda_common.py::TestLambdaRuntimesCommon::test_uncaught_exception_invoke[provided.al2023] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_uncaught_exception_invoke[provided.al2] LocalStack Community: tests/aws/services/lambda_/test_lambda_common.py::TestLambdaRuntimesCommon::test_uncaught_exception_invoke[provided.al2] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_uncaught_exception_invoke[python3.10] LocalStack Community: tests/aws/services/lambda_/test_lambda_common.py::TestLambdaRuntimesCommon::test_uncaught_exception_invoke[python3.10] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_uncaught_exception_invoke[python3.11] LocalStack Community: tests/aws/services/lambda_/test_lambda_common.py::TestLambdaRuntimesCommon::test_uncaught_exception_invoke[python3.11] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_uncaught_exception_invoke[python3.12] LocalStack Community: tests/aws/services/lambda_/test_lambda_common.py::TestLambdaRuntimesCommon::test_uncaught_exception_invoke[python3.12] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_uncaught_exception_invoke[python3.13] LocalStack Community: tests/aws/services/lambda_/test_lambda_common.py::TestLambdaRuntimesCommon::test_uncaught_exception_invoke[python3.13] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_uncaught_exception_invoke[python3.8] LocalStack Community: tests/aws/services/lambda_/test_lambda_common.py::TestLambdaRuntimesCommon::test_uncaught_exception_invoke[python3.8] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_uncaught_exception_invoke[python3.9] LocalStack Community: tests/aws/services/lambda_/test_lambda_common.py::TestLambdaRuntimesCommon::test_uncaught_exception_invoke[python3.9] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_uncaught_exception_invoke[ruby3.2] LocalStack Community: tests/aws/services/lambda_/test_lambda_common.py::TestLambdaRuntimesCommon::test_uncaught_exception_invoke[ruby3.2] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_uncaught_exception_invoke[ruby3.3] LocalStack Community: tests/aws/services/lambda_/test_lambda_common.py::TestLambdaRuntimesCommon::test_uncaught_exception_invoke[ruby3.3] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_dead_letter_queue LocalStack Community: tests/aws/services/lambda_/test_lambda_destinations.py::TestLambdaDLQ::test_dead_letter_queue HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_invoke_lambda_eventbridge LocalStack Community: tests/aws/services/lambda_/test_lambda_destinations.py::TestLambdaDestinationEventbridge::test_invoke_lambda_eventbridge HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_assess_lambda_destination_invocation[payload0] LocalStack Community: tests/aws/services/lambda_/test_lambda_destinations.py::TestLambdaDestinationSqs::test_assess_lambda_destination_invocation[payload0] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_assess_lambda_destination_invocation[payload1] LocalStack Community: tests/aws/services/lambda_/test_lambda_destinations.py::TestLambdaDestinationSqs::test_assess_lambda_destination_invocation[payload1] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_destination_default_retries LocalStack Community: tests/aws/services/lambda_/test_lambda_destinations.py::TestLambdaDestinationSqs::test_lambda_destination_default_retries HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_maxeventage LocalStack Community: tests/aws/services/lambda_/test_lambda_destinations.py::TestLambdaDestinationSqs::test_maxeventage HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_retries LocalStack Community: tests/aws/services/lambda_/test_lambda_destinations.py::TestLambdaDestinationSqs::test_retries HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_additional_docker_flags LocalStack Community: tests/aws/services/lambda_/test_lambda_developer_tools.py::TestDockerFlags::test_additional_docker_flags HTTP Status Code: 200
    • test_lambda_docker_networks LocalStack Community: tests/aws/services/lambda_/test_lambda_developer_tools.py::TestDockerFlags::test_lambda_docker_networks HTTP Status Code: 200
    • test_hot_reloading[nodejs20.x] LocalStack Community: tests/aws/services/lambda_/test_lambda_developer_tools.py::TestHotReloading::test_hot_reloading[nodejs20.x] HTTP Status Code: 200
    • test_hot_reloading[python3.12] LocalStack Community: tests/aws/services/lambda_/test_lambda_developer_tools.py::TestHotReloading::test_hot_reloading[python3.12] HTTP Status Code: 200
    • test_hot_reloading_environment_placeholder LocalStack Community: tests/aws/services/lambda_/test_lambda_developer_tools.py::TestHotReloading::test_hot_reloading_environment_placeholder HTTP Status Code: 200
    • test_lambda_localhost_localstack_cloud_connectivity LocalStack Community: tests/aws/services/lambda_/test_lambda_developer_tools.py::TestLambdaDNS::test_lambda_localhost_localstack_cloud_connectivity HTTP Status Code: 200
    • test_traceid_outside_handler[Active] LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_xray.py::test_traceid_outside_handler[Active] HTTP Status Code: 200 AWS validated
    • test_traceid_outside_handler[PassThrough] LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_xray.py::test_traceid_outside_handler[PassThrough] HTTP Status Code: 200 AWS validated
    • test_xray_trace_propagation LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_xray.py::test_xray_trace_propagation HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_manual_endpoint_injection[provided.al2023] LocalStack Community: tests/aws/services/lambda_/test_lambda_runtimes.py::TestGoProvidedRuntimes::test_manual_endpoint_injection[provided.al2023] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_manual_endpoint_injection[provided.al2] LocalStack Community: tests/aws/services/lambda_/test_lambda_runtimes.py::TestGoProvidedRuntimes::test_manual_endpoint_injection[provided.al2] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_uncaught_exception_invoke[provided.al2023] LocalStack Community: tests/aws/services/lambda_/test_lambda_runtimes.py::TestGoProvidedRuntimes::test_uncaught_exception_invoke[provided.al2023] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_uncaught_exception_invoke[provided.al2] LocalStack Community: tests/aws/services/lambda_/test_lambda_runtimes.py::TestGoProvidedRuntimes::test_uncaught_exception_invoke[provided.al2] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_java_custom_handler_method_specification[cloud.localstack.sample.LambdaHandlerWithInterfaceAndCustom-INTERFACE] LocalStack Community: tests/aws/services/lambda_/test_lambda_runtimes.py::TestJavaRuntimes::test_java_custom_handler_method_specification[cloud.localstack.sample.LambdaHandlerWithInterfaceAndCustom-INTERFACE] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_java_custom_handler_method_specification[cloud.localstack.sample.LambdaHandlerWithInterfaceAndCustom::handleRequest-INTERFACE] LocalStack Community: tests/aws/services/lambda_/test_lambda_runtimes.py::TestJavaRuntimes::test_java_custom_handler_method_specification[cloud.localstack.sample.LambdaHandlerWithInterfaceAndCustom::handleRequest-INTERFACE] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_java_custom_handler_method_specification[cloud.localstack.sample.LambdaHandlerWithInterfaceAndCustom::handleRequestCustom-CUSTOM] LocalStack Community: tests/aws/services/lambda_/test_lambda_runtimes.py::TestJavaRuntimes::test_java_custom_handler_method_specification[cloud.localstack.sample.LambdaHandlerWithInterfaceAndCustom::handleRequestCustom-CUSTOM] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_java_lambda_subscribe_sns_topic LocalStack Community: tests/aws/services/lambda_/test_lambda_runtimes.py::TestJavaRuntimes::test_java_lambda_subscribe_sns_topic HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_java_runtime_with_lib LocalStack Community: tests/aws/services/lambda_/test_lambda_runtimes.py::TestJavaRuntimes::test_java_runtime_with_lib HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_serializable_input_object[java11] LocalStack Community: tests/aws/services/lambda_/test_lambda_runtimes.py::TestJavaRuntimes::test_serializable_input_object[java11] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_serializable_input_object[java17] LocalStack Community: tests/aws/services/lambda_/test_lambda_runtimes.py::TestJavaRuntimes::test_serializable_input_object[java17] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_serializable_input_object[java21] LocalStack Community: tests/aws/services/lambda_/test_lambda_runtimes.py::TestJavaRuntimes::test_serializable_input_object[java21] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_serializable_input_object[java8.al2] LocalStack Community: tests/aws/services/lambda_/test_lambda_runtimes.py::TestJavaRuntimes::test_serializable_input_object[java8.al2] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_stream_handler[java11] LocalStack Community: tests/aws/services/lambda_/test_lambda_runtimes.py::TestJavaRuntimes::test_stream_handler[java11] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_stream_handler[java17] LocalStack Community: tests/aws/services/lambda_/test_lambda_runtimes.py::TestJavaRuntimes::test_stream_handler[java17] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_stream_handler[java21] LocalStack Community: tests/aws/services/lambda_/test_lambda_runtimes.py::TestJavaRuntimes::test_stream_handler[java21] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_stream_handler[java8.al2] LocalStack Community: tests/aws/services/lambda_/test_lambda_runtimes.py::TestJavaRuntimes::test_stream_handler[java8.al2] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_invoke_nodejs_es6_lambda[nodejs16.x] LocalStack Community: tests/aws/services/lambda_/test_lambda_runtimes.py::TestNodeJSRuntimes::test_invoke_nodejs_es6_lambda[nodejs16.x] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_invoke_nodejs_es6_lambda[nodejs18.x] LocalStack Community: tests/aws/services/lambda_/test_lambda_runtimes.py::TestNodeJSRuntimes::test_invoke_nodejs_es6_lambda[nodejs18.x] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_invoke_nodejs_es6_lambda[nodejs20.x] LocalStack Community: tests/aws/services/lambda_/test_lambda_runtimes.py::TestNodeJSRuntimes::test_invoke_nodejs_es6_lambda[nodejs20.x] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_handler_in_submodule[python3.10] LocalStack Community: tests/aws/services/lambda_/test_lambda_runtimes.py::TestPythonRuntimes::test_handler_in_submodule[python3.10] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_handler_in_submodule[python3.11] LocalStack Community: tests/aws/services/lambda_/test_lambda_runtimes.py::TestPythonRuntimes::test_handler_in_submodule[python3.11] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_handler_in_submodule[python3.12] LocalStack Community: tests/aws/services/lambda_/test_lambda_runtimes.py::TestPythonRuntimes::test_handler_in_submodule[python3.12] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_handler_in_submodule[python3.13] LocalStack Community: tests/aws/services/lambda_/test_lambda_runtimes.py::TestPythonRuntimes::test_handler_in_submodule[python3.13] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_handler_in_submodule[python3.8] LocalStack Community: tests/aws/services/lambda_/test_lambda_runtimes.py::TestPythonRuntimes::test_handler_in_submodule[python3.8] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_handler_in_submodule[python3.9] LocalStack Community: tests/aws/services/lambda_/test_lambda_runtimes.py::TestPythonRuntimes::test_handler_in_submodule[python3.9] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_python_runtime_correct_versions[python3.10] LocalStack Community: tests/aws/services/lambda_/test_lambda_runtimes.py::TestPythonRuntimes::test_python_runtime_correct_versions[python3.10] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_python_runtime_correct_versions[python3.11] LocalStack Community: tests/aws/services/lambda_/test_lambda_runtimes.py::TestPythonRuntimes::test_python_runtime_correct_versions[python3.11] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_python_runtime_correct_versions[python3.12] LocalStack Community: tests/aws/services/lambda_/test_lambda_runtimes.py::TestPythonRuntimes::test_python_runtime_correct_versions[python3.12] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_python_runtime_correct_versions[python3.13] LocalStack Community: tests/aws/services/lambda_/test_lambda_runtimes.py::TestPythonRuntimes::test_python_runtime_correct_versions[python3.13] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_python_runtime_correct_versions[python3.8] LocalStack Community: tests/aws/services/lambda_/test_lambda_runtimes.py::TestPythonRuntimes::test_python_runtime_correct_versions[python3.8] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_python_runtime_correct_versions[python3.9] LocalStack Community: tests/aws/services/lambda_/test_lambda_runtimes.py::TestPythonRuntimes::test_python_runtime_correct_versions[python3.9] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_and_delete_log_group LocalStack Community: tests/aws/services/logs/test_logs.py::TestCloudWatchLogs::test_create_and_delete_log_group HTTP Status Code: 200 AWS validated
    • test_create_and_delete_log_stream LocalStack Community: tests/aws/services/logs/test_logs.py::TestCloudWatchLogs::test_create_and_delete_log_stream HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_delivery_logs_for_sns LocalStack Community: tests/aws/services/logs/test_logs.py::TestCloudWatchLogs::test_delivery_logs_for_sns HTTP Status Code: 200
    • test_filter_log_events_response_header LocalStack Community: tests/aws/services/logs/test_logs.py::TestCloudWatchLogs::test_filter_log_events_response_header HTTP Status Code: 200 AWS validated
    • test_put_events_multi_bytes_msg LocalStack Community: tests/aws/services/logs/test_logs.py::TestCloudWatchLogs::test_put_events_multi_bytes_msg HTTP Status Code: 200 AWS validated
    • test_put_subscription_filter_firehose LocalStack Community: tests/aws/services/logs/test_logs.py::TestCloudWatchLogs::test_put_subscription_filter_firehose HTTP Status Code: 200 AWS validated
    • test_put_subscription_filter_kinesis LocalStack Community: tests/aws/services/logs/test_logs.py::TestCloudWatchLogs::test_put_subscription_filter_kinesis HTTP Status Code: 200 AWS validated
    • test_put_subscription_filter_lambda LocalStack Community: tests/aws/services/logs/test_logs.py::TestCloudWatchLogs::test_put_subscription_filter_lambda HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_put_subscription_filter_lambda LocalStack Community: tests/aws/services/logs/test_logs.py::TestCloudWatchLogs::test_put_subscription_filter_lambda HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_resource_does_not_exist LocalStack Community: tests/aws/services/logs/test_logs.py::TestCloudWatchLogs::test_resource_does_not_exist HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_resolver_query_log_config LocalStack Community: tests/aws/services/route53resolver/test_route53resolver.py::TestRoute53Resolver::test_create_resolver_query_log_config HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_s3_download_object_with_lambda LocalStack Community: tests/aws/services/s3/test_s3.py::TestS3::test_s3_download_object_with_lambda HTTP Status Code: 200 AWS validated
    • test_s3_lambda_integration LocalStack Community: tests/aws/services/s3/test_s3.py::TestS3::test_s3_lambda_integration HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_presigned_url_v4_signed_headers_in_qs LocalStack Community: tests/aws/services/s3/test_s3.py::TestS3PresignedUrl::test_presigned_url_v4_signed_headers_in_qs HTTP Status Code: 200 AWS validated
    • test_presigned_url_v4_x_amz_in_qs LocalStack Community: tests/aws/services/s3/test_s3.py::TestS3PresignedUrl::test_presigned_url_v4_x_amz_in_qs HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_object_by_presigned_request_via_dynamodb LocalStack Community: tests/aws/services/s3/test_s3_notifications_lambda.py::TestS3NotificationsToLambda::test_create_object_by_presigned_request_via_dynamodb HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_object_put_via_dynamodb LocalStack Community: tests/aws/services/s3/test_s3_notifications_lambda.py::TestS3NotificationsToLambda::test_create_object_put_via_dynamodb HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_rotate_secret_with_lambda_success[None] LocalStack Community: tests/aws/services/secretsmanager/test_secretsmanager.py::TestSecretsManager::test_rotate_secret_with_lambda_success[None] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_rotate_secret_with_lambda_success[True] LocalStack Community: tests/aws/services/secretsmanager/test_secretsmanager.py::TestSecretsManager::test_rotate_secret_with_lambda_success[True] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_delivery_lambda LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSPublishDelivery::test_delivery_lambda HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_sms_can_retrospect LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSRetrospectionEndpoints::test_publish_sms_can_retrospect HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_sms_endpoint LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSMS::test_publish_sms_endpoint HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_lambda_verify_signature[1] LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionLambda::test_publish_lambda_verify_signature[1] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_lambda_verify_signature[2] LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionLambda::test_publish_lambda_verify_signature[2] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_python_lambda_subscribe_sns_topic LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionLambda::test_python_lambda_subscribe_sns_topic HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sns_topic_as_lambda_dead_letter_queue LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionLambda::test_sns_topic_as_lambda_dead_letter_queue HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_base_cases[BASE_LAMBDA_EMPTY] LocalStack Community: tests/aws/services/stepfunctions/v2/arguments/test_arguments.py::TestArgumentsBase::test_base_cases[BASE_LAMBDA_EMPTY] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_base_cases[BASE_LAMBDA_EMPTY_GLOBAL_QL_JSONATA] LocalStack Community: tests/aws/services/stepfunctions/v2/arguments/test_arguments.py::TestArgumentsBase::test_base_cases[BASE_LAMBDA_EMPTY_GLOBAL_QL_JSONATA] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_base_cases[BASE_LAMBDA_EXPRESSION] LocalStack Community: tests/aws/services/stepfunctions/v2/arguments/test_arguments.py::TestArgumentsBase::test_base_cases[BASE_LAMBDA_EXPRESSION] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_base_cases[BASE_LAMBDA_LITERALS] LocalStack Community: tests/aws/services/stepfunctions/v2/arguments/test_arguments.py::TestArgumentsBase::test_base_cases[BASE_LAMBDA_LITERALS] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_assign_in_catch_state LocalStack Community: tests/aws/services/stepfunctions/v2/assign/test_assign_reference_variables.py::TestAssignReferenceVariables::test_assign_in_catch_state HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_variables_in_lambda_task[BASE_ASSIGN_FROM_LAMBDA_TASK_RESULT] LocalStack Community: tests/aws/services/stepfunctions/v2/assign/test_assign_reference_variables.py::TestAssignReferenceVariables::test_variables_in_lambda_task[BASE_ASSIGN_FROM_LAMBDA_TASK_RESULT] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_comments_as_per_docs LocalStack Community: tests/aws/services/stepfunctions/v2/comments/test_comments.py::TestComments::test_comments_as_per_docs HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_result_selector LocalStack Community: tests/aws/services/stepfunctions/v2/context_object/test_context_object.py::TestSnfBase::test_result_selector HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_service_task_lambada_catch_state_all_data_limit_exceeded_on_large_utf8_response LocalStack Community: tests/aws/services/stepfunctions/v2/error_handling/test_states_errors.py::TestStatesErrors::test_service_task_lambada_catch_state_all_data_limit_exceeded_on_large_utf8_response HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_service_task_lambada_data_limit_exceeded_on_large_utf8_response LocalStack Community: tests/aws/services/stepfunctions/v2/error_handling/test_states_errors.py::TestStatesErrors::test_service_task_lambada_data_limit_exceeded_on_large_utf8_response HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_task_lambda_catch_state_all_data_limit_exceeded_on_large_utf8_response LocalStack Community: tests/aws/services/stepfunctions/v2/error_handling/test_states_errors.py::TestStatesErrors::test_task_lambda_catch_state_all_data_limit_exceeded_on_large_utf8_response HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_task_lambda_data_limit_exceeded_on_large_utf8_response LocalStack Community: tests/aws/services/stepfunctions/v2/error_handling/test_states_errors.py::TestStatesErrors::test_task_lambda_data_limit_exceeded_on_large_utf8_response HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_no_such_function LocalStack Community: tests/aws/services/stepfunctions/v2/error_handling/test_task_lambda.py::TestTaskLambda::test_no_such_function HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_no_such_function_catch LocalStack Community: tests/aws/services/stepfunctions/v2/error_handling/test_task_lambda.py::TestTaskLambda::test_no_such_function_catch HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_raise_exception LocalStack Community: tests/aws/services/stepfunctions/v2/error_handling/test_task_lambda.py::TestTaskLambda::test_raise_exception HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_raise_exception_catch LocalStack Community: tests/aws/services/stepfunctions/v2/error_handling/test_task_lambda.py::TestTaskLambda::test_raise_exception_catch HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_raise_exception LocalStack Community: tests/aws/services/stepfunctions/v2/error_handling/test_task_service_lambda.py::TestTaskServiceLambda::test_raise_exception HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_raise_exception_catch LocalStack Community: tests/aws/services/stepfunctions/v2/error_handling/test_task_service_lambda.py::TestTaskServiceLambda::test_raise_exception_catch HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_raise_exception_catch_output_path[$.Payload] LocalStack Community: tests/aws/services/stepfunctions/v2/error_handling/test_task_service_lambda.py::TestTaskServiceLambda::test_raise_exception_catch_output_path[$.Payload] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_raise_exception_catch_output_path[$.no.such.path] LocalStack Community: tests/aws/services/stepfunctions/v2/error_handling/test_task_service_lambda.py::TestTaskServiceLambda::test_raise_exception_catch_output_path[$.no.such.path] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_raise_exception_catch_output_path[None] LocalStack Community: tests/aws/services/stepfunctions/v2/error_handling/test_task_service_lambda.py::TestTaskServiceLambda::test_raise_exception_catch_output_path[None] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_base_task[HEARTBEAT_SECONDS] LocalStack Community: tests/aws/services/stepfunctions/v2/evaluate_jsonata/test_base_evaluate_expressions.py::TestBaseEvaluateJsonata::test_base_task[HEARTBEAT_SECONDS] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_base_task[TIMEOUT_SECONDS] LocalStack Community: tests/aws/services/stepfunctions/v2/evaluate_jsonata/test_base_evaluate_expressions.py::TestBaseEvaluateJsonata::test_base_task[TIMEOUT_SECONDS] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_base_task_from_input[HEARTBEAT_SECONDS] LocalStack Community: tests/aws/services/stepfunctions/v2/evaluate_jsonata/test_base_evaluate_expressions.py::TestBaseEvaluateJsonata::test_base_task_from_input[HEARTBEAT_SECONDS] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_base_task_from_input[TIMEOUT_SECONDS] LocalStack Community: tests/aws/services/stepfunctions/v2/evaluate_jsonata/test_base_evaluate_expressions.py::TestBaseEvaluateJsonata::test_base_task_from_input[TIMEOUT_SECONDS] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_base[BASE_PASS_RESULT] LocalStack Community: tests/aws/services/stepfunctions/v2/express/test_express_async.py::TestExpressAsync::test_base[BASE_PASS_RESULT] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_base[BASE_RAISE_FAILURE] LocalStack Community: tests/aws/services/stepfunctions/v2/express/test_express_async.py::TestExpressAsync::test_base[BASE_RAISE_FAILURE] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_catch LocalStack Community: tests/aws/services/stepfunctions/v2/express/test_express_async.py::TestExpressAsync::test_catch HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_catch LocalStack Community: tests/aws/services/stepfunctions/v2/express/test_express_async.py::TestExpressAsync::test_catch HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_query_runtime_memory LocalStack Community: tests/aws/services/stepfunctions/v2/express/test_express_async.py::TestExpressAsync::test_query_runtime_memory HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_retry LocalStack Community: tests/aws/services/stepfunctions/v2/express/test_express_async.py::TestExpressAsync::test_retry HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_retry LocalStack Community: tests/aws/services/stepfunctions/v2/express/test_express_async.py::TestExpressAsync::test_retry HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_catch LocalStack Community: tests/aws/services/stepfunctions/v2/express/test_express_sync.py::TestExpressSync::test_catch HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_retry LocalStack Community: tests/aws/services/stepfunctions/v2/express/test_express_sync.py::TestExpressSync::test_retry HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_base[pass_result.json5_ALL_False] LocalStack Community: tests/aws/services/stepfunctions/v2/logs/test_logs.py::TestLogs::test_base[pass_result.json5_ALL_False] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_base[pass_result.json5_ALL_True] LocalStack Community: tests/aws/services/stepfunctions/v2/logs/test_logs.py::TestLogs::test_base[pass_result.json5_ALL_True] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_base[raise_failure.json5_ALL_False] LocalStack Community: tests/aws/services/stepfunctions/v2/logs/test_logs.py::TestLogs::test_base[raise_failure.json5_ALL_False] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_base[raise_failure.json5_ALL_True] LocalStack Community: tests/aws/services/stepfunctions/v2/logs/test_logs.py::TestLogs::test_base[raise_failure.json5_ALL_True] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_base[wait_seconds_path.json5_ALL_False] LocalStack Community: tests/aws/services/stepfunctions/v2/logs/test_logs.py::TestLogs::test_base[wait_seconds_path.json5_ALL_False] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_base[wait_seconds_path.json5_ALL_True] LocalStack Community: tests/aws/services/stepfunctions/v2/logs/test_logs.py::TestLogs::test_base[wait_seconds_path.json5_ALL_True] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_deleted_log_group LocalStack Community: tests/aws/services/stepfunctions/v2/logs/test_logs.py::TestLogs::test_deleted_log_group HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_log_group_with_multiple_runs LocalStack Community: tests/aws/services/stepfunctions/v2/logs/test_logs.py::TestLogs::test_log_group_with_multiple_runs HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_partial_log_levels[pass_result.json5_ERROR_False] LocalStack Community: tests/aws/services/stepfunctions/v2/logs/test_logs.py::TestLogs::test_partial_log_levels[pass_result.json5_ERROR_False] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_partial_log_levels[pass_result.json5_ERROR_True] LocalStack Community: tests/aws/services/stepfunctions/v2/logs/test_logs.py::TestLogs::test_partial_log_levels[pass_result.json5_ERROR_True] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_partial_log_levels[pass_result.json5_FATAL_False] LocalStack Community: tests/aws/services/stepfunctions/v2/logs/test_logs.py::TestLogs::test_partial_log_levels[pass_result.json5_FATAL_False] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_partial_log_levels[pass_result.json5_FATAL_True] LocalStack Community: tests/aws/services/stepfunctions/v2/logs/test_logs.py::TestLogs::test_partial_log_levels[pass_result.json5_FATAL_True] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_partial_log_levels[pass_result.json5_OFF_False] LocalStack Community: tests/aws/services/stepfunctions/v2/logs/test_logs.py::TestLogs::test_partial_log_levels[pass_result.json5_OFF_False] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_partial_log_levels[pass_result.json5_OFF_True] LocalStack Community: tests/aws/services/stepfunctions/v2/logs/test_logs.py::TestLogs::test_partial_log_levels[pass_result.json5_OFF_True] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_partial_log_levels[raise_failure.json5_ERROR_False] LocalStack Community: tests/aws/services/stepfunctions/v2/logs/test_logs.py::TestLogs::test_partial_log_levels[raise_failure.json5_ERROR_False] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_partial_log_levels[raise_failure.json5_ERROR_True] LocalStack Community: tests/aws/services/stepfunctions/v2/logs/test_logs.py::TestLogs::test_partial_log_levels[raise_failure.json5_ERROR_True] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_partial_log_levels[raise_failure.json5_FATAL_False] LocalStack Community: tests/aws/services/stepfunctions/v2/logs/test_logs.py::TestLogs::test_partial_log_levels[raise_failure.json5_FATAL_False] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_partial_log_levels[raise_failure.json5_FATAL_True] LocalStack Community: tests/aws/services/stepfunctions/v2/logs/test_logs.py::TestLogs::test_partial_log_levels[raise_failure.json5_FATAL_True] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_partial_log_levels[raise_failure.json5_OFF_False] LocalStack Community: tests/aws/services/stepfunctions/v2/logs/test_logs.py::TestLogs::test_partial_log_levels[raise_failure.json5_OFF_False] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_partial_log_levels[raise_failure.json5_OFF_True] LocalStack Community: tests/aws/services/stepfunctions/v2/logs/test_logs.py::TestLogs::test_partial_log_levels[raise_failure.json5_OFF_True] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_partial_log_levels[wait_seconds_path.json5_ERROR_False] LocalStack Community: tests/aws/services/stepfunctions/v2/logs/test_logs.py::TestLogs::test_partial_log_levels[wait_seconds_path.json5_ERROR_False] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_partial_log_levels[wait_seconds_path.json5_ERROR_True] LocalStack Community: tests/aws/services/stepfunctions/v2/logs/test_logs.py::TestLogs::test_partial_log_levels[wait_seconds_path.json5_ERROR_True] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_partial_log_levels[wait_seconds_path.json5_FATAL_False] LocalStack Community: tests/aws/services/stepfunctions/v2/logs/test_logs.py::TestLogs::test_partial_log_levels[wait_seconds_path.json5_FATAL_False] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_partial_log_levels[wait_seconds_path.json5_FATAL_True] LocalStack Community: tests/aws/services/stepfunctions/v2/logs/test_logs.py::TestLogs::test_partial_log_levels[wait_seconds_path.json5_FATAL_True] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_partial_log_levels[wait_seconds_path.json5_OFF_False] LocalStack Community: tests/aws/services/stepfunctions/v2/logs/test_logs.py::TestLogs::test_partial_log_levels[wait_seconds_path.json5_OFF_False] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_partial_log_levels[wait_seconds_path.json5_OFF_True] LocalStack Community: tests/aws/services/stepfunctions/v2/logs/test_logs.py::TestLogs::test_partial_log_levels[wait_seconds_path.json5_OFF_True] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_base_lambda[BASE_LAMBDA] LocalStack Community: tests/aws/services/stepfunctions/v2/outputdecl/test_output.py::TestArgumentsBase::test_base_lambda[BASE_LAMBDA] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_base_task_lambda[BASE_TASK_LAMBDA] LocalStack Community: tests/aws/services/stepfunctions/v2/outputdecl/test_output.py::TestArgumentsBase::test_base_task_lambda[BASE_TASK_LAMBDA] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_task_resource_data_flow[TASK_LAMBDA_LEGACY_RESOURCE_JSONATA_TO_JSONPATH] LocalStack Community: tests/aws/services/stepfunctions/v2/query_language/test_mixed_query_language.py::TestMixedQueryLanguageFlow::test_lambda_task_resource_data_flow[TASK_LAMBDA_LEGACY_RESOURCE_JSONATA_TO_JSONPATH] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_task_resource_data_flow[TASK_LAMBDA_LEGACY_RESOURCE_JSONPATH_TO_JSONATA] LocalStack Community: tests/aws/services/stepfunctions/v2/query_language/test_mixed_query_language.py::TestMixedQueryLanguageFlow::test_lambda_task_resource_data_flow[TASK_LAMBDA_LEGACY_RESOURCE_JSONPATH_TO_JSONATA] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_task_resource_data_flow[TASK_LAMBDA_SDK_RESOURCE_JSONATA_TO_JSONPATH] LocalStack Community: tests/aws/services/stepfunctions/v2/query_language/test_mixed_query_language.py::TestMixedQueryLanguageFlow::test_lambda_task_resource_data_flow[TASK_LAMBDA_SDK_RESOURCE_JSONATA_TO_JSONPATH] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_task_resource_data_flow[TASK_LAMBDA_SDK_RESOURCE_JSONPATH_TO_JSONATA] LocalStack Community: tests/aws/services/stepfunctions/v2/query_language/test_mixed_query_language.py::TestMixedQueryLanguageFlow::test_lambda_task_resource_data_flow[TASK_LAMBDA_SDK_RESOURCE_JSONPATH_TO_JSONATA] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_task_dataflow_to_state LocalStack Community: tests/aws/services/stepfunctions/v2/query_language/test_mixed_query_language.py::TestMixedQueryLanguageFlow::test_task_dataflow_to_state HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_catch_empty LocalStack Community: tests/aws/services/stepfunctions/v2/scenarios/test_base_scenarios.py::TestBaseScenarios::test_catch_empty HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_catch_states_runtime LocalStack Community: tests/aws/services/stepfunctions/v2/scenarios/test_base_scenarios.py::TestBaseScenarios::test_catch_states_runtime HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_empty_retry LocalStack Community: tests/aws/services/stepfunctions/v2/scenarios/test_base_scenarios.py::TestBaseScenarios::test_lambda_empty_retry HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_invoke_with_retry_base LocalStack Community: tests/aws/services/stepfunctions/v2/scenarios/test_base_scenarios.py::TestBaseScenarios::test_lambda_invoke_with_retry_base HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_invoke_with_retry_extended_input LocalStack Community: tests/aws/services/stepfunctions/v2/scenarios/test_base_scenarios.py::TestBaseScenarios::test_lambda_invoke_with_retry_extended_input HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_service_invoke_with_retry_extended_input LocalStack Community: tests/aws/services/stepfunctions/v2/scenarios/test_base_scenarios.py::TestBaseScenarios::test_lambda_service_invoke_with_retry_extended_input HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_map_state_config_distributed_reentrant_lambda LocalStack Community: tests/aws/services/stepfunctions/v2/scenarios/test_base_scenarios.py::TestBaseScenarios::test_map_state_config_distributed_reentrant_lambda HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_retry_interval_features LocalStack Community: tests/aws/services/stepfunctions/v2/scenarios/test_base_scenarios.py::TestBaseScenarios::test_retry_interval_features HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_retry_interval_features_jitter_none LocalStack Community: tests/aws/services/stepfunctions/v2/scenarios/test_base_scenarios.py::TestBaseScenarios::test_retry_interval_features_jitter_none HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_retry_interval_features_max_attempts_zero LocalStack Community: tests/aws/services/stepfunctions/v2/scenarios/test_base_scenarios.py::TestBaseScenarios::test_retry_interval_features_max_attempts_zero HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_step_functions_calling_api_gateway LocalStack Community: tests/aws/services/stepfunctions/v2/scenarios/test_sfn_scenarios.py::TestFundamental::test_step_functions_calling_api_gateway HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_wait_for_callback LocalStack Community: tests/aws/services/stepfunctions/v2/scenarios/test_sfn_scenarios.py::TestFundamental::test_wait_for_callback HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_invoke_base LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_apigetway_task_service.py::TestTaskApiGateway::test_invoke_base HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_invoke_with_body_post[HelloWorld] LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_apigetway_task_service.py::TestTaskApiGateway::test_invoke_with_body_post[HelloWorld] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_invoke_with_body_post[None] LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_apigetway_task_service.py::TestTaskApiGateway::test_invoke_with_body_post[None] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_invoke_with_body_post[] LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_apigetway_task_service.py::TestTaskApiGateway::test_invoke_with_body_post[] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_invoke_with_body_post[request_body3] LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_apigetway_task_service.py::TestTaskApiGateway::test_invoke_with_body_post[request_body3] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_invoke_with_headers[custom_header1] LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_apigetway_task_service.py::TestTaskApiGateway::test_invoke_with_headers[custom_header1] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_invoke_with_headers[custom_header2] LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_apigetway_task_service.py::TestTaskApiGateway::test_invoke_with_headers[custom_header2] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_invoke_with_query_parameters LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_apigetway_task_service.py::TestTaskApiGateway::test_invoke_with_query_parameters HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_invoke_bytes_payload LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_lambda_task.py::TestTaskLambda::test_invoke_bytes_payload HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_invoke_json_values[0.0] LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_lambda_task.py::TestTaskLambda::test_invoke_json_values[0.0] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_invoke_json_values[0_0] LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_lambda_task.py::TestTaskLambda::test_invoke_json_values[0_0] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_invoke_json_values[0_1] LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_lambda_task.py::TestTaskLambda::test_invoke_json_values[0_1] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_invoke_json_values[HelloWorld] LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_lambda_task.py::TestTaskLambda::test_invoke_json_values[HelloWorld] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_invoke_json_values[True] LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_lambda_task.py::TestTaskLambda::test_invoke_json_values[True] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_invoke_json_values[json_value5] LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_lambda_task.py::TestTaskLambda::test_invoke_json_values[json_value5] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_invoke_json_values[json_value6] LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_lambda_task.py::TestTaskLambda::test_invoke_json_values[json_value6] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_invoke_pipe LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_lambda_task.py::TestTaskLambda::test_invoke_pipe HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_invoke_string_payload LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_lambda_task.py::TestTaskLambda::test_invoke_string_payload HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_task_filter_parameters_input LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_lambda_task.py::TestTaskLambda::test_lambda_task_filter_parameters_input HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_invoke LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_lambda_task_service.py::TestTaskServiceLambda::test_invoke HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_invoke_bytes_payload LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_lambda_task_service.py::TestTaskServiceLambda::test_invoke_bytes_payload HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_invoke_json_values[0.0] LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_lambda_task_service.py::TestTaskServiceLambda::test_invoke_json_values[0.0] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_invoke_json_values[0_0] LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_lambda_task_service.py::TestTaskServiceLambda::test_invoke_json_values[0_0] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_invoke_json_values[0_1] LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_lambda_task_service.py::TestTaskServiceLambda::test_invoke_json_values[0_1] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_invoke_json_values[HelloWorld] LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_lambda_task_service.py::TestTaskServiceLambda::test_invoke_json_values[HelloWorld] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_invoke_json_values[True] LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_lambda_task_service.py::TestTaskServiceLambda::test_invoke_json_values[True] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_invoke_json_values[json_value5] LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_lambda_task_service.py::TestTaskServiceLambda::test_invoke_json_values[json_value5] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_invoke_json_values[json_value6] LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_lambda_task_service.py::TestTaskServiceLambda::test_invoke_json_values[json_value6] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_invoke_unsupported_param LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_lambda_task_service.py::TestTaskServiceLambda::test_invoke_unsupported_param HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_catch_error_variable_sampling[TASK_CATCH_ERROR_VARIABLE_SAMPLING] LocalStack Community: tests/aws/services/stepfunctions/v2/states_variables/test_error_output.py::TestStateVariablesTemplate::test_catch_error_variable_sampling[TASK_CATCH_ERROR_VARIABLE_SAMPLING] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_catch_error_variable_sampling[TASK_CATCH_ERROR_VARIABLE_SAMPLING_TO_JSONPATH] LocalStack Community: tests/aws/services/stepfunctions/v2/states_variables/test_error_output.py::TestStateVariablesTemplate::test_catch_error_variable_sampling[TASK_CATCH_ERROR_VARIABLE_SAMPLING_TO_JSONPATH] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_task_catch_error_output[TASK_CATCH_ERROR_OUTPUT] LocalStack Community: tests/aws/services/stepfunctions/v2/states_variables/test_error_output.py::TestStateVariablesTemplate::test_task_catch_error_output[TASK_CATCH_ERROR_OUTPUT] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_task_catch_error_output[TASK_CATCH_ERROR_OUTPUT_TO_JSONPATH] LocalStack Community: tests/aws/services/stepfunctions/v2/states_variables/test_error_output.py::TestStateVariablesTemplate::test_task_catch_error_output[TASK_CATCH_ERROR_OUTPUT_TO_JSONPATH] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_task_catch_error_with_retry[TASK_CATCH_ERROR_OUTPUT_WITH_RETRY] LocalStack Community: tests/aws/services/stepfunctions/v2/states_variables/test_error_output.py::TestStateVariablesTemplate::test_task_catch_error_with_retry[TASK_CATCH_ERROR_OUTPUT_WITH_RETRY] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_task_catch_error_with_retry[TASK_CATCH_ERROR_OUTPUT_WITH_RETRY_TO_JSONPATH] LocalStack Community: tests/aws/services/stepfunctions/v2/states_variables/test_error_output.py::TestStateVariablesTemplate::test_task_catch_error_with_retry[TASK_CATCH_ERROR_OUTPUT_WITH_RETRY_TO_JSONPATH] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_start_async_describe_history_execution LocalStack Community: tests/aws/services/stepfunctions/v2/test_sfn_api_express.py::TestSfnApiExpress::test_start_async_describe_history_execution HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_deleted_log_group LocalStack Community: tests/aws/services/stepfunctions/v2/test_sfn_api_logs.py::TestSnfApiLogs::test_deleted_log_group HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_logging_configuration[ALL-False] LocalStack Community: tests/aws/services/stepfunctions/v2/test_sfn_api_logs.py::TestSnfApiLogs::test_logging_configuration[ALL-False] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_logging_configuration[ALL-True] LocalStack Community: tests/aws/services/stepfunctions/v2/test_sfn_api_logs.py::TestSnfApiLogs::test_logging_configuration[ALL-True] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_logging_configuration[ERROR-False] LocalStack Community: tests/aws/services/stepfunctions/v2/test_sfn_api_logs.py::TestSnfApiLogs::test_logging_configuration[ERROR-False] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_logging_configuration[ERROR-True] LocalStack Community: tests/aws/services/stepfunctions/v2/test_sfn_api_logs.py::TestSnfApiLogs::test_logging_configuration[ERROR-True] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_logging_configuration[FATAL-False] LocalStack Community: tests/aws/services/stepfunctions/v2/test_sfn_api_logs.py::TestSnfApiLogs::test_logging_configuration[FATAL-False] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_logging_configuration[FATAL-True] LocalStack Community: tests/aws/services/stepfunctions/v2/test_sfn_api_logs.py::TestSnfApiLogs::test_logging_configuration[FATAL-True] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_logging_configuration[OFF-False] LocalStack Community: tests/aws/services/stepfunctions/v2/test_sfn_api_logs.py::TestSnfApiLogs::test_logging_configuration[OFF-False] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_logging_configuration[OFF-True] LocalStack Community: tests/aws/services/stepfunctions/v2/test_sfn_api_logs.py::TestSnfApiLogs::test_logging_configuration[OFF-True] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_multiple_destinations LocalStack Community: tests/aws/services/stepfunctions/v2/test_sfn_api_logs.py::TestSnfApiLogs::test_multiple_destinations HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_update_logging_configuration LocalStack Community: tests/aws/services/stepfunctions/v2/test_sfn_api_logs.py::TestSnfApiLogs::test_update_logging_configuration HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_base_lambda_service_task_state[DEBUG] LocalStack Community: tests/aws/services/stepfunctions/v2/test_state/test_test_state_scenarios.py::TestStateCaseScenarios::test_base_lambda_service_task_state[DEBUG] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_base_lambda_service_task_state[INFO] LocalStack Community: tests/aws/services/stepfunctions/v2/test_state/test_test_state_scenarios.py::TestStateCaseScenarios::test_base_lambda_service_task_state[INFO] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_base_lambda_service_task_state[TRACE] LocalStack Community: tests/aws/services/stepfunctions/v2/test_state/test_test_state_scenarios.py::TestStateCaseScenarios::test_base_lambda_service_task_state[TRACE] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_base_lambda_task_state[DEBUG] LocalStack Community: tests/aws/services/stepfunctions/v2/test_state/test_test_state_scenarios.py::TestStateCaseScenarios::test_base_lambda_task_state[DEBUG] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_base_lambda_task_state[INFO] LocalStack Community: tests/aws/services/stepfunctions/v2/test_state/test_test_state_scenarios.py::TestStateCaseScenarios::test_base_lambda_task_state[INFO] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_base_lambda_task_state[TRACE] LocalStack Community: tests/aws/services/stepfunctions/v2/test_state/test_test_state_scenarios.py::TestStateCaseScenarios::test_base_lambda_task_state[TRACE] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_choice_state_machine LocalStack Community: tests/aws/services/stepfunctions/v2/test_stepfunctions_v2.py::TestStateMachine::test_create_choice_state_machine HTTP Status Code: 200
    • test_create_run_map_state_machine LocalStack Community: tests/aws/services/stepfunctions/v2/test_stepfunctions_v2.py::TestStateMachine::test_create_run_map_state_machine HTTP Status Code: 200
    • test_create_run_state_machine LocalStack Community: tests/aws/services/stepfunctions/v2/test_stepfunctions_v2.py::TestStateMachine::test_create_run_state_machine HTTP Status Code: 200
    • test_intrinsic_functions LocalStack Community: tests/aws/services/stepfunctions/v2/test_stepfunctions_v2.py::TestStateMachine::test_intrinsic_functions HTTP Status Code: 200
    • test_lambda_streams_batch_and_transactions LocalStack Community: tests/aws/test_integration.py::TestIntegration::test_lambda_streams_batch_and_transactions HTTP Status Code: 200
    • test_scheduled_lambda LocalStack Community: tests/aws/test_integration.py::TestIntegration::test_scheduled_lambda HTTP Status Code: 200
    • test_lambda_put_item_to_dynamodb[python3.10] LocalStack Community: tests/aws/test_integration.py::TestLambdaOutgoingSdkCalls::test_lambda_put_item_to_dynamodb[python3.10] HTTP Status Code: 200
    • test_lambda_put_item_to_dynamodb[python3.11] LocalStack Community: tests/aws/test_integration.py::TestLambdaOutgoingSdkCalls::test_lambda_put_item_to_dynamodb[python3.11] HTTP Status Code: 200
    • test_lambda_put_item_to_dynamodb[python3.12] LocalStack Community: tests/aws/test_integration.py::TestLambdaOutgoingSdkCalls::test_lambda_put_item_to_dynamodb[python3.12] HTTP Status Code: 200
    • test_lambda_put_item_to_dynamodb[python3.13] LocalStack Community: tests/aws/test_integration.py::TestLambdaOutgoingSdkCalls::test_lambda_put_item_to_dynamodb[python3.13] HTTP Status Code: 200
    • test_lambda_put_item_to_dynamodb[python3.8] LocalStack Community: tests/aws/test_integration.py::TestLambdaOutgoingSdkCalls::test_lambda_put_item_to_dynamodb[python3.8] HTTP Status Code: 200
    • test_lambda_put_item_to_dynamodb[python3.9] LocalStack Community: tests/aws/test_integration.py::TestLambdaOutgoingSdkCalls::test_lambda_put_item_to_dynamodb[python3.9] HTTP Status Code: 200
    • test_lambda_send_message_to_sqs[python3.10] LocalStack Community: tests/aws/test_integration.py::TestLambdaOutgoingSdkCalls::test_lambda_send_message_to_sqs[python3.10] HTTP Status Code: 200
    • test_lambda_send_message_to_sqs[python3.11] LocalStack Community: tests/aws/test_integration.py::TestLambdaOutgoingSdkCalls::test_lambda_send_message_to_sqs[python3.11] HTTP Status Code: 200
    • test_lambda_send_message_to_sqs[python3.12] LocalStack Community: tests/aws/test_integration.py::TestLambdaOutgoingSdkCalls::test_lambda_send_message_to_sqs[python3.12] HTTP Status Code: 200
    • test_lambda_send_message_to_sqs[python3.13] LocalStack Community: tests/aws/test_integration.py::TestLambdaOutgoingSdkCalls::test_lambda_send_message_to_sqs[python3.13] HTTP Status Code: 200
    • test_lambda_send_message_to_sqs[python3.8] LocalStack Community: tests/aws/test_integration.py::TestLambdaOutgoingSdkCalls::test_lambda_send_message_to_sqs[python3.8] HTTP Status Code: 200
    • test_lambda_send_message_to_sqs[python3.9] LocalStack Community: tests/aws/test_integration.py::TestLambdaOutgoingSdkCalls::test_lambda_send_message_to_sqs[python3.9] HTTP Status Code: 200
    • test_lambda_start_stepfunctions_execution[python3.10] LocalStack Community: tests/aws/test_integration.py::TestLambdaOutgoingSdkCalls::test_lambda_start_stepfunctions_execution[python3.10] HTTP Status Code: 200
    • test_lambda_start_stepfunctions_execution[python3.11] LocalStack Community: tests/aws/test_integration.py::TestLambdaOutgoingSdkCalls::test_lambda_start_stepfunctions_execution[python3.11] HTTP Status Code: 200
    • test_lambda_start_stepfunctions_execution[python3.12] LocalStack Community: tests/aws/test_integration.py::TestLambdaOutgoingSdkCalls::test_lambda_start_stepfunctions_execution[python3.12] HTTP Status Code: 200
    • test_lambda_start_stepfunctions_execution[python3.13] LocalStack Community: tests/aws/test_integration.py::TestLambdaOutgoingSdkCalls::test_lambda_start_stepfunctions_execution[python3.13] HTTP Status Code: 200
    • test_lambda_start_stepfunctions_execution[python3.8] LocalStack Community: tests/aws/test_integration.py::TestLambdaOutgoingSdkCalls::test_lambda_start_stepfunctions_execution[python3.8] HTTP Status Code: 200
    • test_lambda_start_stepfunctions_execution[python3.9] LocalStack Community: tests/aws/test_integration.py::TestLambdaOutgoingSdkCalls::test_lambda_start_stepfunctions_execution[python3.9] HTTP Status Code: 200
    • test_kinesis_lambda_forward_chain LocalStack Community: tests/aws/test_integration.py::test_kinesis_lambda_forward_chain HTTP Status Code: 200
    • test_event_rules_deployed LocalStack Community: tests/aws/test_serverless.py::TestServerless::test_event_rules_deployed HTTP Status Code: 200 AWS validated
    • test_lambda_dynamodb LocalStack Community: tests/aws/scenario/bookstore/test_bookstore.py::TestBookstoreApplication::test_lambda_dynamodb HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_opensearch_crud LocalStack Community: tests/aws/scenario/bookstore/test_bookstore.py::TestBookstoreApplication::test_opensearch_crud HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_search_books LocalStack Community: tests/aws/scenario/bookstore/test_bookstore.py::TestBookstoreApplication::test_search_books HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_destination_sns LocalStack Community: tests/aws/scenario/lambda_destination/test_lambda_destination_scenario.py::TestLambdaDestinationScenario::test_destination_sns HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_stepfunctions_input_recipient_list[step_function_input1-SUCCEEDED] LocalStack Community: tests/aws/scenario/loan_broker/test_loan_broker.py::TestLoanBrokerScenario::test_stepfunctions_input_recipient_list[step_function_input1-SUCCEEDED] HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_stepfunctions_input_recipient_list[step_function_input2-FAILED] LocalStack Community: tests/aws/scenario/loan_broker/test_loan_broker.py::TestLoanBrokerScenario::test_stepfunctions_input_recipient_list[step_function_input2-FAILED] HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_notes_rest_api LocalStack Community: tests/aws/scenario/note_taking/test_note_taking.py::TestNoteTakingScenario::test_notes_rest_api HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated
    • test_apigw_test_invoke_method_api LocalStack Community: tests/aws/services/apigateway/test_apigateway_basic.py::TestAPIGateway::test_apigw_test_invoke_method_api HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_api_gateway_request_validator LocalStack Community: tests/aws/services/apigateway/test_apigateway_common.py::TestApiGatewayCommon::test_api_gateway_request_validator HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_invocation_trace_id LocalStack Community: tests/aws/services/apigateway/test_apigateway_common.py::TestApiGatewayCommon::test_invocation_trace_id HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_http_integration_invoke_status_code_passthrough[HTTP] LocalStack Community: tests/aws/services/apigateway/test_apigateway_http.py::test_http_integration_invoke_status_code_passthrough[HTTP] HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_http_integration_invoke_status_code_passthrough[HTTP_PROXY] LocalStack Community: tests/aws/services/apigateway/test_apigateway_http.py::test_http_integration_invoke_status_code_passthrough[HTTP_PROXY] HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_http_integration_method[HTTP] LocalStack Community: tests/aws/services/apigateway/test_apigateway_http.py::test_http_integration_method[HTTP] HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_http_integration_method[HTTP_PROXY] LocalStack Community: tests/aws/services/apigateway/test_apigateway_http.py::test_http_integration_method[HTTP_PROXY] HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_apigateway_header_remapping_aws[AWS] LocalStack Community: tests/aws/services/apigateway/test_apigateway_integrations.py::TestApiGatewayHeaderRemapping::test_apigateway_header_remapping_aws[AWS] HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_apigateway_header_remapping_aws[AWS_PROXY] LocalStack Community: tests/aws/services/apigateway/test_apigateway_integrations.py::TestApiGatewayHeaderRemapping::test_apigateway_header_remapping_aws[AWS_PROXY] HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_aws_proxy_response_payload_format_validation LocalStack Community: tests/aws/services/apigateway/test_apigateway_lambda.py::test_aws_proxy_response_payload_format_validation HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_lambda_aws_integration_response_with_mapping_templates LocalStack Community: tests/aws/services/apigateway/test_apigateway_lambda.py::test_lambda_aws_integration_response_with_mapping_templates HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_lambda_aws_integration_with_request_template LocalStack Community: tests/aws/services/apigateway/test_apigateway_lambda.py::test_lambda_aws_integration_with_request_template HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_lambda_aws_proxy_integration LocalStack Community: tests/aws/services/apigateway/test_apigateway_lambda.py::test_lambda_aws_proxy_integration HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_lambda_aws_proxy_response_format LocalStack Community: tests/aws/services/apigateway/test_apigateway_lambda.py::test_lambda_aws_proxy_response_format HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated
    • test_lambda_selection_patterns LocalStack Community: tests/aws/services/apigateway/test_apigateway_lambda.py::test_lambda_selection_patterns HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_events_sqs_sns_lambda LocalStack Community: tests/aws/services/cloudformation/resources/test_integration.py::test_events_sqs_sns_lambda HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated
    • test_lambda_cfn_dead_letter_config_async_invocation LocalStack Community: tests/aws/services/cloudformation/resources/test_lambda.py::test_lambda_cfn_dead_letter_config_async_invocation HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_dynamodb_event_filter[content_or_filter] LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_filter[content_or_filter] HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_dynamodb_event_filter[date_time_conversion] LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_filter[date_time_conversion] HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_dynamodb_event_source_mapping_with_on_failure_destination_config LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_source_mapping_with_on_failure_destination_config HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_dynamodb_event_source_mapping_with_sns_on_failure_destination_config LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_source_mapping_with_sns_on_failure_destination_config HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_dynamodb_report_batch_item_failure_scenarios[empty_string_item_identifier_failure] LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_report_batch_item_failure_scenarios[empty_string_item_identifier_failure] HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_dynamodb_report_batch_item_failure_scenarios[invalid_key_foo_failure] LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_report_batch_item_failure_scenarios[invalid_key_foo_failure] HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_dynamodb_report_batch_item_failure_scenarios[invalid_key_foo_null_value_failure] LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_report_batch_item_failure_scenarios[invalid_key_foo_null_value_failure] HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_dynamodb_report_batch_item_failure_scenarios[item_identifier_not_present_failure] LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_report_batch_item_failure_scenarios[item_identifier_not_present_failure] HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_dynamodb_report_batch_item_failure_scenarios[null_item_identifier_failure] LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_report_batch_item_failure_scenarios[null_item_identifier_failure] HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_dynamodb_report_batch_item_failure_scenarios[unhandled_exception_in_function] LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_report_batch_item_failure_scenarios[unhandled_exception_in_function] HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_dynamodb_report_batch_item_failures LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_report_batch_item_failures HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_kinesis_event_source_mapping_with_on_failure_destination_config LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_kinesis.py::TestKinesisSource::test_kinesis_event_source_mapping_with_on_failure_destination_config HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_kinesis_event_source_mapping_with_sns_on_failure_destination_config LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_kinesis.py::TestKinesisSource::test_kinesis_event_source_mapping_with_sns_on_failure_destination_config HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_kinesis_event_source_trim_horizon LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_kinesis.py::TestKinesisSource::test_kinesis_event_source_trim_horizon HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_kinesis_report_batch_item_failure_scenarios[empty_string_item_identifier_failure] LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_kinesis.py::TestKinesisSource::test_kinesis_report_batch_item_failure_scenarios[empty_string_item_identifier_failure] HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_kinesis_report_batch_item_failure_scenarios[invalid_key_foo_failure] LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_kinesis.py::TestKinesisSource::test_kinesis_report_batch_item_failure_scenarios[invalid_key_foo_failure] HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_kinesis_report_batch_item_failure_scenarios[invalid_key_foo_null_value_failure] LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_kinesis.py::TestKinesisSource::test_kinesis_report_batch_item_failure_scenarios[invalid_key_foo_null_value_failure] HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_kinesis_report_batch_item_failure_scenarios[item_identifier_not_present_failure] LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_kinesis.py::TestKinesisSource::test_kinesis_report_batch_item_failure_scenarios[item_identifier_not_present_failure] HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_kinesis_report_batch_item_failure_scenarios[null_item_identifier_failure] LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_kinesis.py::TestKinesisSource::test_kinesis_report_batch_item_failure_scenarios[null_item_identifier_failure] HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_kinesis_report_batch_item_failure_scenarios[unhandled_exception_in_function] LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_kinesis.py::TestKinesisSource::test_kinesis_report_batch_item_failure_scenarios[unhandled_exception_in_function] HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_kinesis_report_batch_item_failures LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_kinesis.py::TestKinesisSource::test_kinesis_report_batch_item_failures HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_sqs_event_source_mapping_update LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_sqs.py::TestSQSEventSourceMapping::test_sqs_event_source_mapping_update HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_failing_lambda_retries_after_visibility_timeout LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_sqs.py::test_failing_lambda_retries_after_visibility_timeout HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_fifo_message_group_parallelism LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_sqs.py::test_fifo_message_group_parallelism HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_redrive_policy_with_failing_lambda LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_sqs.py::test_redrive_policy_with_failing_lambda HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_report_batch_item_failures LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_sqs.py::test_report_batch_item_failures HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_report_batch_item_failures_invalid_result_json_batch_fails LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_sqs.py::test_report_batch_item_failures_invalid_result_json_batch_fails HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_report_batch_item_failures_on_lambda_error LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_sqs.py::test_report_batch_item_failures_on_lambda_error HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_alias_routingconfig LocalStack Community: tests/aws/services/lambda_/test_lambda.py::TestLambdaAliases::test_alias_routingconfig HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_lambda_alias_moving LocalStack Community: tests/aws/services/lambda_/test_lambda.py::TestLambdaAliases::test_lambda_alias_moving HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_lambda_different_iam_keys_environment LocalStack Community: tests/aws/services/lambda_/test_lambda.py::TestLambdaBaseFeatures::test_lambda_different_iam_keys_environment HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_lambda_too_large_response LocalStack Community: tests/aws/services/lambda_/test_lambda.py::TestLambdaBaseFeatures::test_lambda_too_large_response HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_lambda_cache_local[nodejs] LocalStack Community: tests/aws/services/lambda_/test_lambda.py::TestLambdaBehavior::test_lambda_cache_local[nodejs] HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_lambda_cache_local[python] LocalStack Community: tests/aws/services/lambda_/test_lambda.py::TestLambdaBehavior::test_lambda_cache_local[python] HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_lambda_concurrency_block LocalStack Community: tests/aws/services/lambda_/test_lambda.py::TestLambdaConcurrency::test_lambda_concurrency_block HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_lambda_provisioned_concurrency_scheduling LocalStack Community: tests/aws/services/lambda_/test_lambda.py::TestLambdaConcurrency::test_lambda_provisioned_concurrency_scheduling HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_provisioned_concurrency LocalStack Community: tests/aws/services/lambda_/test_lambda.py::TestLambdaConcurrency::test_provisioned_concurrency HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_lambda_url_echo_invoke[BUFFERED] LocalStack Community: tests/aws/services/lambda_/test_lambda.py::TestLambdaURL::test_lambda_url_echo_invoke[BUFFERED] HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_lambda_url_echo_invoke[None] LocalStack Community: tests/aws/services/lambda_/test_lambda.py::TestLambdaURL::test_lambda_url_echo_invoke[None] HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_lambda_url_headers_and_status LocalStack Community: tests/aws/services/lambda_/test_lambda.py::TestLambdaURL::test_lambda_url_headers_and_status HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_async_invoke_queue_upon_function_update LocalStack Community: tests/aws/services/lambda_/test_lambda.py::TestLambdaVersions::test_async_invoke_queue_upon_function_update HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_lambda_handler_update LocalStack Community: tests/aws/services/lambda_/test_lambda.py::TestLambdaVersions::test_lambda_handler_update HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_lambda_versions_with_code_changes LocalStack Community: tests/aws/services/lambda_/test_lambda.py::TestLambdaVersions::test_lambda_versions_with_code_changes HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_request_id_async_invoke_with_retry LocalStack Community: tests/aws/services/lambda_/test_lambda.py::TestRequestIdHandling::test_request_id_async_invoke_with_retry HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_echo_invoke[dotnet6] LocalStack Community: tests/aws/services/lambda_/test_lambda_common.py::TestLambdaRuntimesCommon::test_echo_invoke[dotnet6] HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_echo_invoke[dotnet8] LocalStack Community: tests/aws/services/lambda_/test_lambda_common.py::TestLambdaRuntimesCommon::test_echo_invoke[dotnet8] HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_echo_invoke[java11] LocalStack Community: tests/aws/services/lambda_/test_lambda_common.py::TestLambdaRuntimesCommon::test_echo_invoke[java11] HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_echo_invoke[java17] LocalStack Community: tests/aws/services/lambda_/test_lambda_common.py::TestLambdaRuntimesCommon::test_echo_invoke[java17] HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_echo_invoke[java21] LocalStack Community: tests/aws/services/lambda_/test_lambda_common.py::TestLambdaRuntimesCommon::test_echo_invoke[java21] HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_echo_invoke[java8.al2] LocalStack Community: tests/aws/services/lambda_/test_lambda_common.py::TestLambdaRuntimesCommon::test_echo_invoke[java8.al2] HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_echo_invoke[nodejs16.x] LocalStack Community: tests/aws/services/lambda_/test_lambda_common.py::TestLambdaRuntimesCommon::test_echo_invoke[nodejs16.x] HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_echo_invoke[nodejs18.x] LocalStack Community: tests/aws/services/lambda_/test_lambda_common.py::TestLambdaRuntimesCommon::test_echo_invoke[nodejs18.x] HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_echo_invoke[nodejs20.x] LocalStack Community: tests/aws/services/lambda_/test_lambda_common.py::TestLambdaRuntimesCommon::test_echo_invoke[nodejs20.x] HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_echo_invoke[provided.al2023] LocalStack Community: tests/aws/services/lambda_/test_lambda_common.py::TestLambdaRuntimesCommon::test_echo_invoke[provided.al2023] HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_echo_invoke[provided.al2] LocalStack Community: tests/aws/services/lambda_/test_lambda_common.py::TestLambdaRuntimesCommon::test_echo_invoke[provided.al2] HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_echo_invoke[python3.10] LocalStack Community: tests/aws/services/lambda_/test_lambda_common.py::TestLambdaRuntimesCommon::test_echo_invoke[python3.10] HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_echo_invoke[python3.11] LocalStack Community: tests/aws/services/lambda_/test_lambda_common.py::TestLambdaRuntimesCommon::test_echo_invoke[python3.11] HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_echo_invoke[python3.12] LocalStack Community: tests/aws/services/lambda_/test_lambda_common.py::TestLambdaRuntimesCommon::test_echo_invoke[python3.12] HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_echo_invoke[python3.13] LocalStack Community: tests/aws/services/lambda_/test_lambda_common.py::TestLambdaRuntimesCommon::test_echo_invoke[python3.13] HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_echo_invoke[python3.8] LocalStack Community: tests/aws/services/lambda_/test_lambda_common.py::TestLambdaRuntimesCommon::test_echo_invoke[python3.8] HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_echo_invoke[python3.9] LocalStack Community: tests/aws/services/lambda_/test_lambda_common.py::TestLambdaRuntimesCommon::test_echo_invoke[python3.9] HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_echo_invoke[ruby3.2] LocalStack Community: tests/aws/services/lambda_/test_lambda_common.py::TestLambdaRuntimesCommon::test_echo_invoke[ruby3.2] HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_echo_invoke[ruby3.3] LocalStack Community: tests/aws/services/lambda_/test_lambda_common.py::TestLambdaRuntimesCommon::test_echo_invoke[ruby3.3] HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_introspection_invoke[dotnet6] LocalStack Community: tests/aws/services/lambda_/test_lambda_common.py::TestLambdaRuntimesCommon::test_introspection_invoke[dotnet6] HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_introspection_invoke[dotnet8] LocalStack Community: tests/aws/services/lambda_/test_lambda_common.py::TestLambdaRuntimesCommon::test_introspection_invoke[dotnet8] HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_introspection_invoke[java11] LocalStack Community: tests/aws/services/lambda_/test_lambda_common.py::TestLambdaRuntimesCommon::test_introspection_invoke[java11] HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_introspection_invoke[java17] LocalStack Community: tests/aws/services/lambda_/test_lambda_common.py::TestLambdaRuntimesCommon::test_introspection_invoke[java17] HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_introspection_invoke[java21] LocalStack Community: tests/aws/services/lambda_/test_lambda_common.py::TestLambdaRuntimesCommon::test_introspection_invoke[java21] HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_introspection_invoke[java8.al2] LocalStack Community: tests/aws/services/lambda_/test_lambda_common.py::TestLambdaRuntimesCommon::test_introspection_invoke[java8.al2] HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_introspection_invoke[nodejs16.x] LocalStack Community: tests/aws/services/lambda_/test_lambda_common.py::TestLambdaRuntimesCommon::test_introspection_invoke[nodejs16.x] HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_introspection_invoke[nodejs18.x] LocalStack Community: tests/aws/services/lambda_/test_lambda_common.py::TestLambdaRuntimesCommon::test_introspection_invoke[nodejs18.x] HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_introspection_invoke[nodejs20.x] LocalStack Community: tests/aws/services/lambda_/test_lambda_common.py::TestLambdaRuntimesCommon::test_introspection_invoke[nodejs20.x] HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_introspection_invoke[provided.al2023] LocalStack Community: tests/aws/services/lambda_/test_lambda_common.py::TestLambdaRuntimesCommon::test_introspection_invoke[provided.al2023] HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_introspection_invoke[provided.al2] LocalStack Community: tests/aws/services/lambda_/test_lambda_common.py::TestLambdaRuntimesCommon::test_introspection_invoke[provided.al2] HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_introspection_invoke[python3.10] LocalStack Community: tests/aws/services/lambda_/test_lambda_common.py::TestLambdaRuntimesCommon::test_introspection_invoke[python3.10] HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_introspection_invoke[python3.11] LocalStack Community: tests/aws/services/lambda_/test_lambda_common.py::TestLambdaRuntimesCommon::test_introspection_invoke[python3.11] HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_introspection_invoke[python3.12] LocalStack Community: tests/aws/services/lambda_/test_lambda_common.py::TestLambdaRuntimesCommon::test_introspection_invoke[python3.12] HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_introspection_invoke[python3.13] LocalStack Community: tests/aws/services/lambda_/test_lambda_common.py::TestLambdaRuntimesCommon::test_introspection_invoke[python3.13] HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_introspection_invoke[python3.8] LocalStack Community: tests/aws/services/lambda_/test_lambda_common.py::TestLambdaRuntimesCommon::test_introspection_invoke[python3.8] HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_introspection_invoke[python3.9] LocalStack Community: tests/aws/services/lambda_/test_lambda_common.py::TestLambdaRuntimesCommon::test_introspection_invoke[python3.9] HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_introspection_invoke[ruby3.2] LocalStack Community: tests/aws/services/lambda_/test_lambda_common.py::TestLambdaRuntimesCommon::test_introspection_invoke[ruby3.2] HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_introspection_invoke[ruby3.3] LocalStack Community: tests/aws/services/lambda_/test_lambda_common.py::TestLambdaRuntimesCommon::test_introspection_invoke[ruby3.3] HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_dead_letter_queue LocalStack Community: tests/aws/services/lambda_/test_lambda_destinations.py::TestLambdaDLQ::test_dead_letter_queue HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_invoke_lambda_eventbridge LocalStack Community: tests/aws/services/lambda_/test_lambda_destinations.py::TestLambdaDestinationEventbridge::test_invoke_lambda_eventbridge HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_lambda_destination_default_retries LocalStack Community: tests/aws/services/lambda_/test_lambda_destinations.py::TestLambdaDestinationSqs::test_lambda_destination_default_retries HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_maxeventage LocalStack Community: tests/aws/services/lambda_/test_lambda_destinations.py::TestLambdaDestinationSqs::test_maxeventage HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_retries LocalStack Community: tests/aws/services/lambda_/test_lambda_destinations.py::TestLambdaDestinationSqs::test_retries HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_hot_reloading[nodejs20.x] LocalStack Community: tests/aws/services/lambda_/test_lambda_developer_tools.py::TestHotReloading::test_hot_reloading[nodejs20.x] HTTP Status Code: 400 (ResourceAlreadyExistsException)
    • test_hot_reloading[python3.12] LocalStack Community: tests/aws/services/lambda_/test_lambda_developer_tools.py::TestHotReloading::test_hot_reloading[python3.12] HTTP Status Code: 400 (ResourceAlreadyExistsException)
    • test_traceid_outside_handler[Active] LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_xray.py::test_traceid_outside_handler[Active] HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated
    • test_traceid_outside_handler[PassThrough] LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_xray.py::test_traceid_outside_handler[PassThrough] HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated
    • test_put_subscription_filter_lambda LocalStack Community: tests/aws/services/logs/test_logs.py::TestCloudWatchLogs::test_put_subscription_filter_lambda HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_create_object_by_presigned_request_via_dynamodb LocalStack Community: tests/aws/services/s3/test_s3_notifications_lambda.py::TestS3NotificationsToLambda::test_create_object_by_presigned_request_via_dynamodb HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_rotate_secret_with_lambda_success[None] LocalStack Community: tests/aws/services/secretsmanager/test_secretsmanager.py::TestSecretsManager::test_rotate_secret_with_lambda_success[None] HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_rotate_secret_with_lambda_success[True] LocalStack Community: tests/aws/services/secretsmanager/test_secretsmanager.py::TestSecretsManager::test_rotate_secret_with_lambda_success[True] HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_delivery_lambda LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSPublishDelivery::test_delivery_lambda HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_publish_sms_can_retrospect LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSRetrospectionEndpoints::test_publish_sms_can_retrospect HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_publish_sms_endpoint LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSMS::test_publish_sms_endpoint HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_comments_as_per_docs LocalStack Community: tests/aws/services/stepfunctions/v2/comments/test_comments.py::TestComments::test_comments_as_per_docs HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_retry LocalStack Community: tests/aws/services/stepfunctions/v2/express/test_express_async.py::TestExpressAsync::test_retry HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_retry LocalStack Community: tests/aws/services/stepfunctions/v2/express/test_express_sync.py::TestExpressSync::test_retry HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_lambda_invoke_with_retry_base LocalStack Community: tests/aws/services/stepfunctions/v2/scenarios/test_base_scenarios.py::TestBaseScenarios::test_lambda_invoke_with_retry_base HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_lambda_invoke_with_retry_extended_input LocalStack Community: tests/aws/services/stepfunctions/v2/scenarios/test_base_scenarios.py::TestBaseScenarios::test_lambda_invoke_with_retry_extended_input HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_lambda_service_invoke_with_retry_extended_input LocalStack Community: tests/aws/services/stepfunctions/v2/scenarios/test_base_scenarios.py::TestBaseScenarios::test_lambda_service_invoke_with_retry_extended_input HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_map_state_config_distributed_reentrant_lambda LocalStack Community: tests/aws/services/stepfunctions/v2/scenarios/test_base_scenarios.py::TestBaseScenarios::test_map_state_config_distributed_reentrant_lambda HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_retry_interval_features LocalStack Community: tests/aws/services/stepfunctions/v2/scenarios/test_base_scenarios.py::TestBaseScenarios::test_retry_interval_features HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_retry_interval_features_jitter_none LocalStack Community: tests/aws/services/stepfunctions/v2/scenarios/test_base_scenarios.py::TestBaseScenarios::test_retry_interval_features_jitter_none HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_step_functions_calling_api_gateway LocalStack Community: tests/aws/services/stepfunctions/v2/scenarios/test_sfn_scenarios.py::TestFundamental::test_step_functions_calling_api_gateway HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_wait_for_callback LocalStack Community: tests/aws/services/stepfunctions/v2/scenarios/test_sfn_scenarios.py::TestFundamental::test_wait_for_callback HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_task_catch_error_with_retry[TASK_CATCH_ERROR_OUTPUT_WITH_RETRY] LocalStack Community: tests/aws/services/stepfunctions/v2/states_variables/test_error_output.py::TestStateVariablesTemplate::test_task_catch_error_with_retry[TASK_CATCH_ERROR_OUTPUT_WITH_RETRY] HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_task_catch_error_with_retry[TASK_CATCH_ERROR_OUTPUT_WITH_RETRY_TO_JSONPATH] LocalStack Community: tests/aws/services/stepfunctions/v2/states_variables/test_error_output.py::TestStateVariablesTemplate::test_task_catch_error_with_retry[TASK_CATCH_ERROR_OUTPUT_WITH_RETRY_TO_JSONPATH] HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_create_run_map_state_machine LocalStack Community: tests/aws/services/stepfunctions/v2/test_stepfunctions_v2.py::TestStateMachine::test_create_run_map_state_machine HTTP Status Code: 400 (ResourceAlreadyExistsException)
    • test_intrinsic_functions LocalStack Community: tests/aws/services/stepfunctions/v2/test_stepfunctions_v2.py::TestStateMachine::test_intrinsic_functions HTTP Status Code: 400 (ResourceAlreadyExistsException)
    • test_try_catch_state_machine LocalStack Community: tests/aws/services/stepfunctions/v2/test_stepfunctions_v2.py::TestStateMachine::test_try_catch_state_machine HTTP Status Code: 400 (ResourceAlreadyExistsException)
  • LocalStack Pro
    • test_curl_from_client LocalStack Pro: tests/aws/scenario/ec2_acm_pca/test_ec2_acm_pca.py::TestEC2ACMPCA::test_curl_from_client HTTP Status Code: 200 AWS validated
    • test_infra LocalStack Pro: tests/aws/scenario/fargate_prometheus/test_fargate_prometheus.py::TestFargatePrometheus::test_infra HTTP Status Code: 200 AWS validated
    • test_kinesis_firehose_redshift LocalStack Pro: tests/aws/scenario/kinesis_firehose_redshift/test_kinesis_firehose_redshift.py::TestKinesisFirehoseScenario::test_kinesis_firehose_redshift HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_docdb_connection LocalStack Pro: tests/aws/scenario/rds_neptune_docdb/test_rds_neptune_docdb.py::TestRdsNeptuneDocDB::test_docdb_connection HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_rds_lambda LocalStack Pro: tests/aws/scenario/rds_neptune_docdb/test_rds_neptune_docdb.py::TestRdsNeptuneDocDB::test_rds_lambda HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_closed_store_aborts LocalStack Pro: tests/aws/scenario/serverlesspresso/test_serverlesspresso.py::TestServerlesspressoScenario::test_closed_store_aborts HTTP Status Code: 200 AWS validated
    • test_open_store LocalStack Pro: tests/aws/scenario/serverlesspresso/test_serverlesspresso.py::TestServerlesspressoScenario::test_open_store HTTP Status Code: 200 AWS validated
    • test_order_completion_workflow LocalStack Pro: tests/aws/scenario/serverlesspresso/test_serverlesspresso.py::TestServerlesspressoScenario::test_order_completion_workflow HTTP Status Code: 200 AWS validated
    • test_populate_data LocalStack Pro: tests/aws/scenario/serverlesspresso/test_serverlesspresso.py::TestServerlesspressoScenario::test_populate_data HTTP Status Code: 200 AWS validated
    • test_get_wordpress LocalStack Pro: tests/aws/scenario/wordpress_blog/test_wordpress_blog.py::TestWordpressBlogScenario::test_get_wordpress HTTP Status Code: 200 AWS validated
    • test_invoke_custom_domain LocalStack Pro: tests/aws/services/apigateway/test_apigateway_custom_domain.py::TestApigatewayCustomDomain::test_invoke_custom_domain HTTP Status Code: 200
    • test_authorizer_cognito_scopes LocalStack Pro: tests/aws/services/apigateway/test_authorizers.py::TestRestApiAuthorizers::test_authorizer_cognito_scopes HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_authorizer_event_lambda_request LocalStack Pro: tests/aws/services/apigateway/test_authorizers.py::TestRestApiAuthorizers::test_authorizer_event_lambda_request HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_authorizer_event_lambda_request_from_context LocalStack Pro: tests/aws/services/apigateway/test_authorizers.py::TestRestApiAuthorizers::test_authorizer_event_lambda_request_from_context HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_authorizer_event_lambda_token_from_context LocalStack Pro: tests/aws/services/apigateway/test_authorizers.py::TestRestApiAuthorizers::test_authorizer_event_lambda_token_from_context HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_authorizer_lambda_request_identity_source LocalStack Pro: tests/aws/services/apigateway/test_authorizers.py::TestRestApiAuthorizers::test_authorizer_lambda_request_identity_source HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_authorizer_lambda_token_identity_source LocalStack Pro: tests/aws/services/apigateway/test_authorizers.py::TestRestApiAuthorizers::test_authorizer_lambda_token_identity_source HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_api_key_authorizer LocalStack Pro: tests/aws/services/apigateway/test_authorizers.py::test_api_key_authorizer HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cors_preflight_requests LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_cors_preflight_requests HTTP Status Code: 200 AWS validated
    • test_lambda_events_with_authorizer[1.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_lambda_events_with_authorizer[1.0] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_events_with_authorizer[2.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_lambda_events_with_authorizer[2.0] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_apigw_v1_lambda_request_authorizer LocalStack Pro: tests/aws/services/apigateway/test_rest_apis.py::TestRestAPIs::test_apigw_v1_lambda_request_authorizer HTTP Status Code: 200
    • test_cognito_authorizer LocalStack Pro: tests/aws/services/apigateway/test_rest_apis.py::TestRestAPIs::test_cognito_authorizer HTTP Status Code: 200
    • test_cognito_authorizer_token_types[client_credentials] LocalStack Pro: tests/aws/services/apigateway/test_rest_apis.py::TestRestAPIs::test_cognito_authorizer_token_types[client_credentials] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cognito_authorizer_token_types[username] LocalStack Pro: tests/aws/services/apigateway/test_rest_apis.py::TestRestAPIs::test_cognito_authorizer_token_types[username] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_iam_authorizer LocalStack Pro: tests/aws/services/apigateway/test_rest_apis.py::TestRestAPIs::test_iam_authorizer HTTP Status Code: 200
    • test_lambda_request_authorizer_different_paths[UrlType.HOST_BASED-False] LocalStack Pro: tests/aws/services/apigateway/test_rest_apis.py::TestRestAPIs::test_lambda_request_authorizer_different_paths[UrlType.HOST_BASED-False] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_request_authorizer_different_paths[UrlType.HOST_BASED-True] LocalStack Pro: tests/aws/services/apigateway/test_rest_apis.py::TestRestAPIs::test_lambda_request_authorizer_different_paths[UrlType.HOST_BASED-True] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_request_authorizer_different_paths[UrlType.PATH_BASED-True] LocalStack Pro: tests/aws/services/apigateway/test_rest_apis.py::TestRestAPIs::test_lambda_request_authorizer_different_paths[UrlType.PATH_BASED-True] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_token_authorizer LocalStack Pro: tests/aws/services/apigateway/test_rest_apis.py::TestRestAPIs::test_lambda_token_authorizer HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_token_authorizer_event_payload LocalStack Pro: tests/aws/services/apigateway/test_rest_apis.py::TestRestAPIs::test_lambda_token_authorizer_event_payload HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_token_authorizer_path_suffixes LocalStack Pro: tests/aws/services/apigateway/test_rest_apis.py::TestRestAPIs::test_lambda_token_authorizer_path_suffixes HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_rest_import_openapi_3_0 LocalStack Pro: tests/aws/services/apigateway/test_rest_apis.py::TestRestAPIs::test_rest_import_openapi_3_0 HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_connect_disconnect_always_called LocalStack Pro: tests/aws/services/apigateway/test_websocket_apis.py::TestWebSockets::test_connect_disconnect_always_called HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_websocket_api_reject_connect[True-False] LocalStack Pro: tests/aws/services/apigateway/test_websocket_apis.py::TestWebSockets::test_websocket_api_reject_connect[True-False] HTTP Status Code: 200
    • test_websocket_api_reject_connect[True-True] LocalStack Pro: tests/aws/services/apigateway/test_websocket_apis.py::TestWebSockets::test_websocket_api_reject_connect[True-True] HTTP Status Code: 200
    • test_websocket_matching_routes LocalStack Pro: tests/aws/services/apigateway/test_websocket_apis.py::TestWebSockets::test_websocket_matching_routes HTTP Status Code: 200 AWS validated
    • test_websocket_non_proxy_response_integration LocalStack Pro: tests/aws/services/apigateway/test_websocket_apis.py::TestWebSockets::test_websocket_non_proxy_response_integration HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_websocket_response_templates LocalStack Pro: tests/aws/services/apigateway/test_websocket_apis.py::TestWebSockets::test_websocket_response_templates HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_websocket_subprotocols LocalStack Pro: tests/aws/services/apigateway/test_websocket_apis.py::TestWebSockets::test_websocket_subprotocols HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_websocket_with_lambda_integration LocalStack Pro: tests/aws/services/apigateway/test_websocket_apis.py::TestWebSockets::test_websocket_with_lambda_integration HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_ws_connection_with_invalid_auth LocalStack Pro: tests/aws/services/apigateway/test_websocket_apis.py::TestWebSockets::test_ws_connection_with_invalid_auth HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_jwt_authorizer_lambda_target[1.0] LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_authorizers.py::TestHttpApiJwtAuthorizer::test_jwt_authorizer_lambda_target[1.0] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_jwt_authorizer_lambda_target[2.0] LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_authorizers.py::TestHttpApiJwtAuthorizer::test_jwt_authorizer_lambda_target[2.0] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_request_authorizer_http[payload_format_version0] LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_authorizers.py::TestHttpApiLambdaAuthorizer::test_request_authorizer_http[payload_format_version0] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_request_authorizer_http[payload_format_version1] LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_authorizers.py::TestHttpApiLambdaAuthorizer::test_request_authorizer_http[payload_format_version1] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_request_authorizer_http[payload_format_version2] LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_authorizers.py::TestHttpApiLambdaAuthorizer::test_request_authorizer_http[payload_format_version2] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_request_authorizer_lambda_context[payload_format_version0] LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_authorizers.py::TestHttpApiLambdaAuthorizer::test_request_authorizer_lambda_context[payload_format_version0] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_request_authorizer_lambda_context[payload_format_version1] LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_authorizers.py::TestHttpApiLambdaAuthorizer::test_request_authorizer_lambda_context[payload_format_version1] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_request_authorizer_lambda_context[payload_format_version2] LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_authorizers.py::TestHttpApiLambdaAuthorizer::test_request_authorizer_lambda_context[payload_format_version2] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_aws_proxy_response_payload_format_validation_v1 LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_aws_proxy.py::TestHttpApiAwsProxyIntegration::test_aws_proxy_response_payload_format_validation_v1 HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_aws_proxy_response_payload_format_validation_v2 LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_aws_proxy.py::TestHttpApiAwsProxyIntegration::test_aws_proxy_response_payload_format_validation_v2 HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_aws_proxy_return_gzip_response LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_aws_proxy.py::TestHttpApiAwsProxyIntegration::test_aws_proxy_return_gzip_response HTTP Status Code: 200 AWS validated
    • test_lambda_handling_binary_data LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_aws_proxy.py::TestHttpApiAwsProxyIntegration::test_lambda_handling_binary_data HTTP Status Code: 200 AWS validated
    • test_lambda_handling_form_urlencoded_data LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_aws_proxy.py::TestHttpApiAwsProxyIntegration::test_lambda_handling_form_urlencoded_data HTTP Status Code: 200 AWS validated
    • test_lambda_input_base_64_detection LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_aws_proxy.py::TestHttpApiAwsProxyIntegration::test_lambda_input_base_64_detection HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_payload_format[1.0] LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_aws_proxy.py::TestHttpApiAwsProxyIntegration::test_lambda_payload_format[1.0] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_payload_format[2.0] LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_aws_proxy.py::TestHttpApiAwsProxyIntegration::test_lambda_payload_format[2.0] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_custom_domains LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_custom_domain.py::TestApigatewayV2CustomDomain::test_custom_domains HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_custom_domains_outside_of_cert[<random>.example.com] LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_custom_domain.py::TestApigatewayV2CustomDomain::test_custom_domains_outside_of_cert[<random>.example.com] HTTP Status Code: 200
    • test_custom_domains_outside_of_cert[<random>.localhost] LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_custom_domain.py::TestApigatewayV2CustomDomain::test_custom_domains_outside_of_cert[<random>.localhost] HTTP Status Code: 200
    • test_http_integration_keeps_body_intact LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_proxy.py::TestHttpApiHttpProxyIntegration::test_http_integration_keeps_body_intact HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cognito_authorization_auth_context_propagated LocalStack Pro: tests/aws/services/appsync/test_appsync.py::TestAppSync::test_cognito_authorization_auth_context_propagated HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cognito_authorization_auth_context_propagated_without_groups LocalStack Pro: tests/aws/services/appsync/test_appsync.py::TestAppSync::test_cognito_authorization_auth_context_propagated_without_groups HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_iam_authorization LocalStack Pro: tests/aws/services/appsync/test_appsync.py::TestAppSync::test_iam_authorization HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_authorization LocalStack Pro: tests/aws/services/appsync/test_appsync.py::TestAppSync::test_lambda_authorization HTTP Status Code: 200 AWS validated
    • test_lambda_authorization_context LocalStack Pro: tests/aws/services/appsync/test_appsync.py::TestAppSync::test_lambda_authorization_context HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_authorization_cross_region LocalStack Pro: tests/aws/services/appsync/test_appsync.py::TestAppSync::test_lambda_authorization_cross_region HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_bool_types LocalStack Pro: tests/aws/services/appsync/test_appsync.py::TestAppSync::test_lambda_bool_types HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_data_source[JS] LocalStack Pro: tests/aws/services/appsync/test_appsync.py::TestAppSync::test_lambda_data_source[JS] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_data_source[VTL] LocalStack Pro: tests/aws/services/appsync/test_appsync.py::TestAppSync::test_lambda_data_source[VTL] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_payload LocalStack Pro: tests/aws/services/appsync/test_appsync.py::TestAppSync::test_lambda_payload HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_customresource_lambda_backed LocalStack Pro: tests/aws/services/cloudformation/resources/test_customresources.py::test_customresource_lambda_backed HTTP Status Code: 200 AWS validated
    • test_customresource_sns_backed LocalStack Pro: tests/aws/services/cloudformation/resources/test_customresources.py::test_customresource_sns_backed HTTP Status Code: 200 AWS validated
    • test_ecs_alb_apigateway_integration LocalStack Pro: tests/aws/services/cloudformation/resources/test_ecs.py::test_ecs_alb_apigateway_integration HTTP Status Code: 200 AWS validated
    • test_lambda_layer_python LocalStack Pro: tests/aws/services/cloudformation/resources/test_lambda.py::TestLambdaLayer::test_lambda_layer_python HTTP Status Code: 200
    • test_stack_resources_are_deployed LocalStack Pro: tests/aws/services/cloudformation/resources/test_wafv2.py::TestWafV2Resources::test_stack_resources_are_deployed HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_redirect LocalStack Pro: tests/aws/services/cloudfront/test_cloudfront.py::TestCloudFront::test_lambda_redirect HTTP Status Code: 200 AWS validated
    • test_auth_headers_and_non_title_case_of_headers LocalStack Pro: tests/aws/services/cloudfront/test_cloudfront.py::TestCloudFrontRestApiOrigin::test_auth_headers_and_non_title_case_of_headers HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cdk_trail_cw_logs LocalStack Pro: tests/aws/services/cloudtrail/test_cloudtrail.py::TestCloudTrail::test_cdk_trail_cw_logs HTTP Status Code: 200 AWS validated
    • test_filter_lookup_attributes LocalStack Pro: tests/aws/services/cloudtrail/test_cloudtrail.py::TestCloudTrail::test_filter_lookup_attributes HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_srp_custom_auth_flow LocalStack Pro: tests/aws/services/cognito/test_cognito.py::TestAuthFlows::test_srp_custom_auth_flow HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_admin_create_user_should_trigger_custom_message_lambda LocalStack Pro: tests/aws/services/cognito/test_cognito.py::TestCognito::test_admin_create_user_should_trigger_custom_message_lambda HTTP Status Code: 200 AWS validated
    • test_api_gateway_cognito_pool_authorizer LocalStack Pro: tests/aws/services/cognito/test_cognito.py::TestCognito::test_api_gateway_cognito_pool_authorizer HTTP Status Code: 200 AWS validated
    • test_saml_auth_flow LocalStack Pro: tests/aws/services/cognito/test_cognito.py::TestCognito::test_saml_auth_flow HTTP Status Code: 200
    • test_auth_trigger_group_overrides LocalStack Pro: tests/aws/services/cognito/test_cognito.py::TestTriggers::test_auth_trigger_group_overrides HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cognito_admin_create_signup_triggers LocalStack Pro: tests/aws/services/cognito/test_cognito.py::TestTriggers::test_cognito_admin_create_signup_triggers HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cognito_custom_email_signup LocalStack Pro: tests/aws/services/cognito/test_cognito.py::TestTriggers::test_cognito_custom_email_signup HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cognito_triggers LocalStack Pro: tests/aws/services/cognito/test_cognito.py::TestTriggers::test_cognito_triggers HTTP Status Code: 200 AWS validated
    • test_custom_auth_triggers LocalStack Pro: tests/aws/services/cognito/test_cognito.py::TestTriggers::test_custom_auth_triggers HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_custom_challenge_trigger_metadata LocalStack Pro: tests/aws/services/cognito/test_cognito.py::TestTriggers::test_custom_challenge_trigger_metadata HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_custom_challenge_trigger_params LocalStack Pro: tests/aws/services/cognito/test_cognito.py::TestTriggers::test_custom_challenge_trigger_params HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_custom_message_sign_up_trigger LocalStack Pro: tests/aws/services/cognito/test_cognito.py::TestTriggers::test_custom_message_sign_up_trigger HTTP Status Code: 200
    • test_pre_generation_token_trigger_v2 LocalStack Pro: tests/aws/services/cognito/test_cognito.py::TestTriggers::test_pre_generation_token_trigger_v2 HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_signup_trigger_params LocalStack Pro: tests/aws/services/cognito/test_cognito.py::TestTriggers::test_signup_trigger_params HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_user_migration_lambda[None] LocalStack Pro: tests/aws/services/cognito/test_cognito.py::TestTriggers::test_user_migration_lambda[None] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_user_migration_lambda[email] LocalStack Pro: tests/aws/services/cognito/test_cognito.py::TestTriggers::test_user_migration_lambda[email] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_user_migration_lambda[preferred_username] LocalStack Pro: tests/aws/services/cognito/test_cognito.py::TestTriggers::test_user_migration_lambda[preferred_username] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_user_with_email_uses_sub_as_username[True-False-None] LocalStack Pro: tests/aws/services/cognito/test_cognito.py::TestUserAttributes::test_create_user_with_email_uses_sub_as_username[True-False-None] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_user_with_email_uses_sub_as_username[True-False-email] LocalStack Pro: tests/aws/services/cognito/test_cognito.py::TestUserAttributes::test_create_user_with_email_uses_sub_as_username[True-False-email] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_user_with_email_uses_sub_as_username[True-True-None] LocalStack Pro: tests/aws/services/cognito/test_cognito.py::TestUserAttributes::test_create_user_with_email_uses_sub_as_username[True-True-None] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_user_with_email_uses_sub_as_username[True-True-email] LocalStack Pro: tests/aws/services/cognito/test_cognito.py::TestUserAttributes::test_create_user_with_email_uses_sub_as_username[True-True-email] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_task_with_secrets[False] LocalStack Pro: tests/aws/services/ecs/test_ecs.py::TestTaskExecution::test_create_task_with_secrets[False] HTTP Status Code: 200 AWS validated
    • test_create_task_with_secrets[True] LocalStack Pro: tests/aws/services/ecs/test_ecs.py::TestTaskExecution::test_create_task_with_secrets[True] HTTP Status Code: 200 AWS validated
    • test_ecs_task_overrides LocalStack Pro: tests/aws/services/ecs/test_ecs.py::TestTaskExecution::test_ecs_task_overrides HTTP Status Code: 200
    • test_environment_variable_expansion LocalStack Pro: tests/aws/services/ecs/test_ecs.py::TestTaskExecution::test_environment_variable_expansion HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_failed_tasks_log_to_cloudwatch LocalStack Pro: tests/aws/services/ecs/test_ecs.py::TestTaskExecution::test_failed_tasks_log_to_cloudwatch HTTP Status Code: 200 AWS validated
    • test_get_aws_execution_env_from_task[FARGATE] LocalStack Pro: tests/aws/services/ecs/test_ecs.py::TestTaskExecution::test_get_aws_execution_env_from_task[FARGATE] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_run_task_non_default_region LocalStack Pro: tests/aws/services/ecs/test_ecs.py::TestTaskExecution::test_run_task_non_default_region HTTP Status Code: 200
    • test_task_connect_to_localstack[dns] LocalStack Pro: tests/aws/services/ecs/test_ecs.py::TestTaskExecution::test_task_connect_to_localstack[dns] HTTP Status Code: 200
    • test_task_connect_to_localstack[envar] LocalStack Pro: tests/aws/services/ecs/test_ecs.py::TestTaskExecution::test_task_connect_to_localstack[envar] HTTP Status Code: 200
    • test_task_generates_logs_live LocalStack Pro: tests/aws/services/ecs/test_ecs.py::TestTaskExecution::test_task_generates_logs_live HTTP Status Code: 200 AWS validated
    • test_service_deployment LocalStack Pro: tests/aws/services/ecs/test_ecs_patterns.py::TestEcsFargateApplicationLoadBalanced::test_service_deployment HTTP Status Code: 200 AWS validated
    • test_log_emission LocalStack Pro: tests/aws/services/ecs/test_ecs_patterns.py::TestEcsFirelensStackFluentBit::test_log_emission HTTP Status Code: 200 AWS validated
    • test_log_emission LocalStack Pro: tests/aws/services/ecs/test_ecs_patterns.py::TestEcsFirelensStackFluentD::test_log_emission HTTP Status Code: 200 AWS validated
    • test_port_connection LocalStack Pro: tests/aws/services/ecs/test_ecs_patterns.py::TestEcsNetworkLoadBalancedFargate::test_port_connection HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_port_connection LocalStack Pro: tests/aws/services/ecs/test_ecs_patterns.py::TestEcsNetworkLoadBalancedTargetGroupsFargate::test_port_connection HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_queue_proccessing LocalStack Pro: tests/aws/services/ecs/test_ecs_patterns.py::TestEcsQueueProccesingPattern::test_queue_proccessing HTTP Status Code: 200 AWS validated
    • test_listener LocalStack Pro: tests/aws/services/ecs/test_ecs_samples.py::TestDurableStorageSample::test_listener HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_listener_services_are_accessible_and_returning_expected_content LocalStack Pro: tests/aws/services/ecs/test_ecs_samples.py::TestSharedResourcesSample::test_listener_services_are_accessible_and_returning_expected_content HTTP Status Code: 200 AWS validated
    • test_load_balancing LocalStack Pro: tests/aws/services/elb/test_elb.py::TestELB::test_load_balancing HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_route53_elb_integration[port-4566] LocalStack Pro: tests/aws/services/elb/test_elb.py::TestRoute53Integrations::test_route53_elb_integration[port-4566] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_route53_elb_integration[port-80] LocalStack Pro: tests/aws/services/elb/test_elb.py::TestRoute53Integrations::test_route53_elb_integration[port-80] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_cross_account_invoke LocalStack Pro: tests/aws/services/iam/test_iam_cross_account.py::TestLambdaCrossAccount::test_lambda_cross_account_invoke HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_sqs_cross_account_event_source_mapping LocalStack Pro: tests/aws/services/iam/test_iam_cross_account.py::TestLambdaCrossAccount::test_lambda_sqs_cross_account_event_source_mapping HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_assume_role_cw_logs LocalStack Pro: tests/aws/services/iam/test_iam_enforcement.py::TestIAMEnforcementIdentityBasedPolicies::test_assume_role_cw_logs HTTP Status Code: 200 AWS validated
    • test_enforce_policy_logs LocalStack Pro: tests/aws/services/iam/test_iam_enforcement.py::TestIAMEnforcementIdentityBasedPolicies::test_enforce_policy_logs HTTP Status Code: 200 AWS validated
    • test_logs_policy LocalStack Pro: tests/aws/services/iam/test_iam_enforcement.py::TestIAMEnforcementIdentityBasedPolicies::test_logs_policy HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_invoke LocalStack Pro: tests/aws/services/iam/test_iam_enforcement.py::TestIAMEnforcementResourceBasedPolicies::test_lambda_invoke HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_integration[AWS] LocalStack Pro: tests/aws/services/iam/test_inter_service_enforcement.py::TestApiGatewayIntegrations::test_lambda_integration[AWS] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_integration[AWS_PROXY] LocalStack Pro: tests/aws/services/iam/test_inter_service_enforcement.py::TestApiGatewayIntegrations::test_lambda_integration[AWS_PROXY] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_integration_resource_based_policy[AWS] LocalStack Pro: tests/aws/services/iam/test_inter_service_enforcement.py::TestApiGatewayIntegrations::test_lambda_integration_resource_based_policy[AWS] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_integration_resource_based_policy[AWS_PROXY] LocalStack Pro: tests/aws/services/iam/test_inter_service_enforcement.py::TestApiGatewayIntegrations::test_lambda_integration_resource_based_policy[AWS_PROXY] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_apigateway_authorizer_resource_based[REQUEST] LocalStack Pro: tests/aws/services/iam/test_inter_service_enforcement.py::TestApiGatewayLambdaAuthorizers::test_apigateway_authorizer_resource_based[REQUEST] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_apigateway_authorizer_resource_based[TOKEN] LocalStack Pro: tests/aws/services/iam/test_inter_service_enforcement.py::TestApiGatewayLambdaAuthorizers::test_apigateway_authorizer_resource_based[TOKEN] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_apigateway_authorizer_with_credentials[REQUEST] LocalStack Pro: tests/aws/services/iam/test_inter_service_enforcement.py::TestApiGatewayLambdaAuthorizers::test_apigateway_authorizer_with_credentials[REQUEST] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_apigateway_authorizer_with_credentials[TOKEN] LocalStack Pro: tests/aws/services/iam/test_inter_service_enforcement.py::TestApiGatewayLambdaAuthorizers::test_apigateway_authorizer_with_credentials[TOKEN] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_events_lambda LocalStack Pro: tests/aws/services/iam/test_inter_service_enforcement.py::TestInterServiceCommunicationEnforcement::test_events_lambda HTTP Status Code: 200 AWS validated
    • test_events_logs LocalStack Pro: tests/aws/services/iam/test_inter_service_enforcement.py::TestInterServiceCommunicationEnforcement::test_events_logs HTTP Status Code: 200 AWS validated
    • test_lambda_iam[/] LocalStack Pro: tests/aws/services/iam/test_inter_service_enforcement.py::TestInterServiceCommunicationEnforcement::test_lambda_iam[/] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_iam[/testpath/] LocalStack Pro: tests/aws/services/iam/test_inter_service_enforcement.py::TestInterServiceCommunicationEnforcement::test_lambda_iam[/testpath/] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_sqs_destination LocalStack Pro: tests/aws/services/iam/test_inter_service_enforcement.py::TestInterServiceCommunicationEnforcement::test_lambda_sqs_destination HTTP Status Code: 200 AWS validated
    • test_sns_lambda_subscription LocalStack Pro: tests/aws/services/iam/test_inter_service_enforcement.py::TestInterServiceCommunicationEnforcement::test_sns_lambda_subscription HTTP Status Code: 200 AWS validated
    • test_dynamodb_event_source_mapping LocalStack Pro: tests/aws/services/iam/test_inter_service_enforcement.py::TestLambdaEventSourceMappings::test_dynamodb_event_source_mapping HTTP Status Code: 200 AWS validated
    • test_kinesis_event_source_mapping LocalStack Pro: tests/aws/services/iam/test_inter_service_enforcement.py::TestLambdaEventSourceMappings::test_kinesis_event_source_mapping HTTP Status Code: 200 AWS validated
    • test_sqs_event_source_mapping LocalStack Pro: tests/aws/services/iam/test_inter_service_enforcement.py::TestLambdaEventSourceMappings::test_sqs_event_source_mapping HTTP Status Code: 200 AWS validated
    • test_s3_bucket_notification_lambda LocalStack Pro: tests/aws/services/iam/test_inter_service_enforcement.py::TestS3BucketNotifications::test_s3_bucket_notification_lambda HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_topic_rule_triggers_lambda LocalStack Pro: tests/aws/services/iot/test_iot.py::TestTopicRules::test_topic_rule_triggers_lambda HTTP Status Code: 200
    • test_external_layer_download LocalStack Pro: tests/aws/services/lambda_/test_lambda.py::TestExternalLayerDownload::test_external_layer_download HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_container_image_lambda_chained_invocation LocalStack Pro: tests/aws/services/lambda_/test_lambda.py::TestLambdaContainer::test_container_image_lambda_chained_invocation HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_container_image_lambda_with_image_config LocalStack Pro: tests/aws/services/lambda_/test_lambda.py::TestLambdaContainer::test_container_image_lambda_with_image_config HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_from_image[node] LocalStack Pro: tests/aws/services/lambda_/test_lambda.py::TestLambdaContainer::test_lambda_from_image[node] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_from_image[python] LocalStack Pro: tests/aws/services/lambda_/test_lambda.py::TestLambdaContainer::test_lambda_from_image[python] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cross_account_layer LocalStack Pro: tests/aws/services/lambda_/test_lambda.py::TestLambdaLayerBehavior::test_cross_account_layer HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_file_permissions_with_layer LocalStack Pro: tests/aws/services/lambda_/test_lambda.py::TestLambdaLayerBehavior::test_file_permissions_with_layer HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_file_permissions_without_layer LocalStack Pro: tests/aws/services/lambda_/test_lambda.py::TestLambdaLayerBehavior::test_file_permissions_without_layer HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_function_multiple_layers_override LocalStack Pro: tests/aws/services/lambda_/test_lambda.py::TestLambdaLayerBehavior::test_function_multiple_layers_override HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_function_using_layer LocalStack Pro: tests/aws/services/lambda_/test_lambda.py::TestLambdaLayerBehavior::test_function_using_layer HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_function_using_layer_overriding_runtime LocalStack Pro: tests/aws/services/lambda_/test_lambda.py::TestLambdaLayerBehavior::test_function_using_layer_overriding_runtime HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_layer_and_function_hot_reloading LocalStack Pro: tests/aws/services/lambda_/test_lambda.py::TestLayerHotReloading::test_layer_and_function_hot_reloading HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_layer_only_hot_reloading LocalStack Pro: tests/aws/services/lambda_/test_lambda.py::TestLayerHotReloading::test_layer_only_hot_reloading HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_transparent_endpoint_injection[java11] LocalStack Pro: tests/aws/services/lambda_/test_lambda_endpoint_injection.py::TestLambdaCallingLocalstack::test_transparent_endpoint_injection[java11] HTTP Status Code: 200 AWS validated
    • test_transparent_endpoint_injection[java17] LocalStack Pro: tests/aws/services/lambda_/test_lambda_endpoint_injection.py::TestLambdaCallingLocalstack::test_transparent_endpoint_injection[java17] HTTP Status Code: 200 AWS validated
    • test_transparent_endpoint_injection[java21] LocalStack Pro: tests/aws/services/lambda_/test_lambda_endpoint_injection.py::TestLambdaCallingLocalstack::test_transparent_endpoint_injection[java21] HTTP Status Code: 200 AWS validated
    • test_transparent_endpoint_injection[java8.al2] LocalStack Pro: tests/aws/services/lambda_/test_lambda_endpoint_injection.py::TestLambdaCallingLocalstack::test_transparent_endpoint_injection[java8.al2] HTTP Status Code: 200 AWS validated
    • test_transparent_endpoint_injection[nodejs16.x] LocalStack Pro: tests/aws/services/lambda_/test_lambda_endpoint_injection.py::TestLambdaCallingLocalstack::test_transparent_endpoint_injection[nodejs16.x] HTTP Status Code: 200 AWS validated
    • test_transparent_endpoint_injection[nodejs18.x] LocalStack Pro: tests/aws/services/lambda_/test_lambda_endpoint_injection.py::TestLambdaCallingLocalstack::test_transparent_endpoint_injection[nodejs18.x] HTTP Status Code: 200 AWS validated
    • test_transparent_endpoint_injection[nodejs20.x] LocalStack Pro: tests/aws/services/lambda_/test_lambda_endpoint_injection.py::TestLambdaCallingLocalstack::test_transparent_endpoint_injection[nodejs20.x] HTTP Status Code: 200 AWS validated
    • test_transparent_endpoint_injection[python3.10] LocalStack Pro: tests/aws/services/lambda_/test_lambda_endpoint_injection.py::TestLambdaCallingLocalstack::test_transparent_endpoint_injection[python3.10] HTTP Status Code: 200 AWS validated
    • test_transparent_endpoint_injection[python3.11] LocalStack Pro: tests/aws/services/lambda_/test_lambda_endpoint_injection.py::TestLambdaCallingLocalstack::test_transparent_endpoint_injection[python3.11] HTTP Status Code: 200 AWS validated
    • test_transparent_endpoint_injection[python3.12] LocalStack Pro: tests/aws/services/lambda_/test_lambda_endpoint_injection.py::TestLambdaCallingLocalstack::test_transparent_endpoint_injection[python3.12] HTTP Status Code: 200 AWS validated
    • test_transparent_endpoint_injection[python3.13] LocalStack Pro: tests/aws/services/lambda_/test_lambda_endpoint_injection.py::TestLambdaCallingLocalstack::test_transparent_endpoint_injection[python3.13] HTTP Status Code: 200 AWS validated
    • test_transparent_endpoint_injection[python3.8] LocalStack Pro: tests/aws/services/lambda_/test_lambda_endpoint_injection.py::TestLambdaCallingLocalstack::test_transparent_endpoint_injection[python3.8] HTTP Status Code: 200 AWS validated
    • test_transparent_endpoint_injection[python3.9] LocalStack Pro: tests/aws/services/lambda_/test_lambda_endpoint_injection.py::TestLambdaCallingLocalstack::test_transparent_endpoint_injection[python3.9] HTTP Status Code: 200 AWS validated
    • test_kafka_lambda_event_source_mapping[msk] LocalStack Pro: tests/aws/services/lambda_/test_lambda_event_source_kafka.py::test_kafka_lambda_event_source_mapping[msk] HTTP Status Code: 200
    • test_kafka_lambda_event_source_mapping[self-hosted] LocalStack Pro: tests/aws/services/lambda_/test_lambda_event_source_kafka.py::test_kafka_lambda_event_source_mapping[self-hosted] HTTP Status Code: 200
    • test_kafka_lambda_event_source_mapping_multi_topics_and_batches LocalStack Pro: tests/aws/services/lambda_/test_lambda_event_source_kafka.py::test_kafka_lambda_event_source_mapping_multi_topics_and_batches HTTP Status Code: 200
    • test_generic_extension_full_lifecycle LocalStack Pro: tests/aws/services/lambda_/test_lambda_extensions_api.py::TestExtensionsApi::test_generic_extension_full_lifecycle HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_basic_xray_integration LocalStack Pro: tests/aws/services/lambda_/test_lambda_xray.py::TestLambdaXrayIntegration::test_basic_xray_integration HTTP Status Code: 200 AWS validated
    • test_filter_log_events_with_json_property LocalStack Pro: tests/aws/services/logs/test_logs.py::TestCloudWatchLogsPro::test_filter_log_events_with_json_property HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_filter_log_events_with_non_json_messages LocalStack Pro: tests/aws/services/logs/test_logs.py::TestCloudWatchLogsPro::test_filter_log_events_with_non_json_messages HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_filter_log_events_with_pattern LocalStack Pro: tests/aws/services/logs/test_logs.py::TestCloudWatchLogsPro::test_filter_log_events_with_pattern HTTP Status Code: 200 AWS validated
    • test_filter_log_events_with_regex[%Message%-messages1] LocalStack Pro: tests/aws/services/logs/test_logs.py::TestCloudWatchLogsPro::test_filter_log_events_with_regex[%Message%-messages1] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_filter_log_events_with_regex[%Success%-messages0] LocalStack Pro: tests/aws/services/logs/test_logs.py::TestCloudWatchLogsPro::test_filter_log_events_with_regex[%Success%-messages0] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_filter_log_events_with_regex[%[mM]essage%-messages2] LocalStack Pro: tests/aws/services/logs/test_logs.py::TestCloudWatchLogsPro::test_filter_log_events_with_regex[%[mM]essage%-messages2] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_filter_log_events_with_regex[%}$%-messages3] LocalStack Pro: tests/aws/services/logs/test_logs.py::TestCloudWatchLogsPro::test_filter_log_events_with_regex[%}$%-messages3] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_filter_log_events_with_unstructured_pattern[cat-messages0] LocalStack Pro: tests/aws/services/logs/test_logs.py::TestCloudWatchLogsPro::test_filter_log_events_with_unstructured_pattern[cat-messages0] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_json_metric_filters LocalStack Pro: tests/aws/services/logs/test_logs.py::TestCloudWatchLogsPro::test_json_metric_filters HTTP Status Code: 200 AWS validated
    • test_put_subscription_filter_kinesis_with_filter_pattern LocalStack Pro: tests/aws/services/logs/test_logs.py::TestCloudWatchLogsPro::test_put_subscription_filter_kinesis_with_filter_pattern HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_kinesis_dlq_pipe LocalStack Pro: tests/aws/services/pipes/test_pipes.py::TestPipes::test_kinesis_dlq_pipe HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_kinesis_sns_dlq_pipe LocalStack Pro: tests/aws/services/pipes/test_pipes.py::TestPipes::test_kinesis_sns_dlq_pipe HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_pipe_filter_enrichment LocalStack Pro: tests/aws/services/pipes/test_pipes.py::TestPipes::test_pipe_filter_enrichment HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_pipe_filter_on_error LocalStack Pro: tests/aws/services/pipes/test_pipes.py::TestPipes::test_pipe_filter_on_error HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_pipe_logging LocalStack Pro: tests/aws/services/pipes/test_pipes.py::TestPipes::test_pipe_logging HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_pipe_logging LocalStack Pro: tests/aws/services/pipes/test_pipes.py::TestPipes::test_pipe_logging HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_fifo_dlq_partial_batch_failures LocalStack Pro: tests/aws/services/pipes/test_pipes.py::TestPipes::test_sqs_fifo_dlq_partial_batch_failures HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_fifo_dlq_partial_batch_failures LocalStack Pro: tests/aws/services/pipes/test_pipes.py::TestPipes::test_sqs_fifo_dlq_partial_batch_failures HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_fifo_dlq_partial_batch_failures_delete LocalStack Pro: tests/aws/services/pipes/test_pipes.py::TestPipes::test_sqs_fifo_dlq_partial_batch_failures_delete HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_fifo_dlq_partial_batch_failures_delete LocalStack Pro: tests/aws/services/pipes/test_pipes.py::TestPipes::test_sqs_fifo_dlq_partial_batch_failures_delete HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_kinesis_dlq_behavior LocalStack Pro: tests/aws/services/pipes/test_pipes_kinesis.py::TestPipesKinesis::test_kinesis_dlq_behavior HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_iam_db_token_auth_from_lambda LocalStack Pro: tests/aws/services/rds/test_rds.py::TestRdsPostgres::test_iam_db_token_auth_from_lambda HTTP Status Code: 200
    • test_lambda_extensions[10.23] LocalStack Pro: tests/aws/services/rds/test_rds.py::TestRdsPostgresLambdaExtensions::test_lambda_extensions[10.23] HTTP Status Code: 200
    • test_lambda_extensions[11.16] LocalStack Pro: tests/aws/services/rds/test_rds.py::TestRdsPostgresLambdaExtensions::test_lambda_extensions[11.16] HTTP Status Code: 200
    • test_lambda_extensions[12.8] LocalStack Pro: tests/aws/services/rds/test_rds.py::TestRdsPostgresLambdaExtensions::test_lambda_extensions[12.8] HTTP Status Code: 200
    • test_lambda_extensions[13.4] LocalStack Pro: tests/aws/services/rds/test_rds.py::TestRdsPostgresLambdaExtensions::test_lambda_extensions[13.4] HTTP Status Code: 200
    • test_lambda_extensions[14.7] LocalStack Pro: tests/aws/services/rds/test_rds.py::TestRdsPostgresLambdaExtensions::test_lambda_extensions[14.7] HTTP Status Code: 200
    • test_lambda_extensions[15.2] LocalStack Pro: tests/aws/services/rds/test_rds.py::TestRdsPostgresLambdaExtensions::test_lambda_extensions[15.2] HTTP Status Code: 200
    • test_postgres_extension_table_import_from_s3[11] LocalStack Pro: tests/aws/services/rds/test_rds_postgres_extensions.py::TestRdsPostgresExtensions::test_postgres_extension_table_import_from_s3[11] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_postgres_s3_extension_helpers[12] LocalStack Pro: tests/aws/services/rds/test_rds_postgres_extensions.py::TestRdsPostgresExtensions::test_postgres_s3_extension_helpers[12] HTTP Status Code: 200 AWS validated
    • test_postgres_s3_extension_helpers[13] LocalStack Pro: tests/aws/services/rds/test_rds_postgres_extensions.py::TestRdsPostgresExtensions::test_postgres_s3_extension_helpers[13] HTTP Status Code: 200 AWS validated
    • test_postgres_s3_extension_helpers[14] LocalStack Pro: tests/aws/services/rds/test_rds_postgres_extensions.py::TestRdsPostgresExtensions::test_postgres_s3_extension_helpers[14] HTTP Status Code: 200 AWS validated
    • test_postgres_s3_extension_helpers[15] LocalStack Pro: tests/aws/services/rds/test_rds_postgres_extensions.py::TestRdsPostgresExtensions::test_postgres_s3_extension_helpers[15] HTTP Status Code: 200 AWS validated
    • test_postgres_s3_extension_helpers[16] LocalStack Pro: tests/aws/services/rds/test_rds_postgres_extensions.py::TestRdsPostgresExtensions::test_postgres_s3_extension_helpers[16] HTTP Status Code: 200 AWS validated
    • test_curl_from_client LocalStack Pro: tests/aws/scenario/ec2_acm_pca/test_ec2_acm_pca.py::TestEC2ACMPCA::test_curl_from_client HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated
    • test_rds_lambda LocalStack Pro: tests/aws/scenario/rds_neptune_docdb/test_rds_neptune_docdb.py::TestRdsNeptuneDocDB::test_rds_lambda HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_closed_store_aborts LocalStack Pro: tests/aws/scenario/serverlesspresso/test_serverlesspresso.py::TestServerlesspressoScenario::test_closed_store_aborts HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated
    • test_open_store LocalStack Pro: tests/aws/scenario/serverlesspresso/test_serverlesspresso.py::TestServerlesspressoScenario::test_open_store HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated
    • test_order_completion_workflow LocalStack Pro: tests/aws/scenario/serverlesspresso/test_serverlesspresso.py::TestServerlesspressoScenario::test_order_completion_workflow HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated
    • test_register_admin_user LocalStack Pro: tests/aws/scenario/serverlesspresso/test_serverlesspresso.py::TestServerlesspressoScenario::test_register_admin_user HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_websocket LocalStack Pro: tests/aws/scenario/serverlesspresso/test_serverlesspresso.py::TestServerlesspressoScenario::test_websocket HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated
    • test_invoke_custom_domain LocalStack Pro: tests/aws/services/apigateway/test_apigateway_custom_domain.py::TestApigatewayCustomDomain::test_invoke_custom_domain HTTP Status Code: 400 (ResourceAlreadyExistsException)
    • test_authorizer_cognito_scopes LocalStack Pro: tests/aws/services/apigateway/test_authorizers.py::TestRestApiAuthorizers::test_authorizer_cognito_scopes HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_authorizer_event_lambda_request LocalStack Pro: tests/aws/services/apigateway/test_authorizers.py::TestRestApiAuthorizers::test_authorizer_event_lambda_request HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_authorizer_event_lambda_request_from_context LocalStack Pro: tests/aws/services/apigateway/test_authorizers.py::TestRestApiAuthorizers::test_authorizer_event_lambda_request_from_context HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_authorizer_lambda_request_identity_source LocalStack Pro: tests/aws/services/apigateway/test_authorizers.py::TestRestApiAuthorizers::test_authorizer_lambda_request_identity_source HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_authorizer_lambda_token_identity_source LocalStack Pro: tests/aws/services/apigateway/test_authorizers.py::TestRestApiAuthorizers::test_authorizer_lambda_token_identity_source HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_api_key_authorizer LocalStack Pro: tests/aws/services/apigateway/test_authorizers.py::test_api_key_authorizer HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_apigw_v1_lambda_request_authorizer LocalStack Pro: tests/aws/services/apigateway/test_rest_apis.py::TestRestAPIs::test_apigw_v1_lambda_request_authorizer HTTP Status Code: 400 (ResourceAlreadyExistsException)
    • test_lambda_request_authorizer_different_paths[UrlType.HOST_BASED-False] LocalStack Pro: tests/aws/services/apigateway/test_rest_apis.py::TestRestAPIs::test_lambda_request_authorizer_different_paths[UrlType.HOST_BASED-False] HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_lambda_request_authorizer_different_paths[UrlType.HOST_BASED-True] LocalStack Pro: tests/aws/services/apigateway/test_rest_apis.py::TestRestAPIs::test_lambda_request_authorizer_different_paths[UrlType.HOST_BASED-True] HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_lambda_request_authorizer_different_paths[UrlType.PATH_BASED-True] LocalStack Pro: tests/aws/services/apigateway/test_rest_apis.py::TestRestAPIs::test_lambda_request_authorizer_different_paths[UrlType.PATH_BASED-True] HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_lambda_token_authorizer LocalStack Pro: tests/aws/services/apigateway/test_rest_apis.py::TestRestAPIs::test_lambda_token_authorizer HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_lambda_token_authorizer_event_payload LocalStack Pro: tests/aws/services/apigateway/test_rest_apis.py::TestRestAPIs::test_lambda_token_authorizer_event_payload HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_lambda_token_authorizer_path_suffixes LocalStack Pro: tests/aws/services/apigateway/test_rest_apis.py::TestRestAPIs::test_lambda_token_authorizer_path_suffixes HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_rest_import_openapi_3_0 LocalStack Pro: tests/aws/services/apigateway/test_rest_apis.py::TestRestAPIs::test_rest_import_openapi_3_0 HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_connect_disconnect_always_called LocalStack Pro: tests/aws/services/apigateway/test_websocket_apis.py::TestWebSockets::test_connect_disconnect_always_called HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_websocket_matching_routes LocalStack Pro: tests/aws/services/apigateway/test_websocket_apis.py::TestWebSockets::test_websocket_matching_routes HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated
    • test_websocket_non_proxy_response_integration LocalStack Pro: tests/aws/services/apigateway/test_websocket_apis.py::TestWebSockets::test_websocket_non_proxy_response_integration HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_websocket_subprotocols LocalStack Pro: tests/aws/services/apigateway/test_websocket_apis.py::TestWebSockets::test_websocket_subprotocols HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_ws_connection_with_invalid_auth LocalStack Pro: tests/aws/services/apigateway/test_websocket_apis.py::TestWebSockets::test_ws_connection_with_invalid_auth HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_jwt_authorizer_lambda_target[1.0] LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_authorizers.py::TestHttpApiJwtAuthorizer::test_jwt_authorizer_lambda_target[1.0] HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_jwt_authorizer_lambda_target[2.0] LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_authorizers.py::TestHttpApiJwtAuthorizer::test_jwt_authorizer_lambda_target[2.0] HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_request_authorizer_http[payload_format_version0] LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_authorizers.py::TestHttpApiLambdaAuthorizer::test_request_authorizer_http[payload_format_version0] HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_request_authorizer_http[payload_format_version1] LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_authorizers.py::TestHttpApiLambdaAuthorizer::test_request_authorizer_http[payload_format_version1] HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_request_authorizer_http[payload_format_version2] LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_authorizers.py::TestHttpApiLambdaAuthorizer::test_request_authorizer_http[payload_format_version2] HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_request_authorizer_lambda_context[payload_format_version0] LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_authorizers.py::TestHttpApiLambdaAuthorizer::test_request_authorizer_lambda_context[payload_format_version0] HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_request_authorizer_lambda_context[payload_format_version1] LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_authorizers.py::TestHttpApiLambdaAuthorizer::test_request_authorizer_lambda_context[payload_format_version1] HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_request_authorizer_lambda_context[payload_format_version2] LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_authorizers.py::TestHttpApiLambdaAuthorizer::test_request_authorizer_lambda_context[payload_format_version2] HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_aws_proxy_response_payload_format_validation_v1 LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_aws_proxy.py::TestHttpApiAwsProxyIntegration::test_aws_proxy_response_payload_format_validation_v1 HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_aws_proxy_response_payload_format_validation_v2 LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_aws_proxy.py::TestHttpApiAwsProxyIntegration::test_aws_proxy_response_payload_format_validation_v2 HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_aws_proxy_return_gzip_response LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_aws_proxy.py::TestHttpApiAwsProxyIntegration::test_aws_proxy_return_gzip_response HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated
    • test_lambda_handling_binary_data LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_aws_proxy.py::TestHttpApiAwsProxyIntegration::test_lambda_handling_binary_data HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated
    • test_lambda_handling_form_urlencoded_data LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_aws_proxy.py::TestHttpApiAwsProxyIntegration::test_lambda_handling_form_urlencoded_data HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated
    • test_lambda_input_base_64_detection LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_aws_proxy.py::TestHttpApiAwsProxyIntegration::test_lambda_input_base_64_detection HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_lambda_payload_format[1.0] LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_aws_proxy.py::TestHttpApiAwsProxyIntegration::test_lambda_payload_format[1.0] HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_lambda_payload_format[2.0] LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_aws_proxy.py::TestHttpApiAwsProxyIntegration::test_lambda_payload_format[2.0] HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_custom_domains LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_custom_domain.py::TestApigatewayV2CustomDomain::test_custom_domains HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_cognito_authorization_auth_context_propagated LocalStack Pro: tests/aws/services/appsync/test_appsync.py::TestAppSync::test_cognito_authorization_auth_context_propagated HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_cognito_authorization_auth_context_propagated_without_groups LocalStack Pro: tests/aws/services/appsync/test_appsync.py::TestAppSync::test_cognito_authorization_auth_context_propagated_without_groups HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_iam_authorization LocalStack Pro: tests/aws/services/appsync/test_appsync.py::TestAppSync::test_iam_authorization HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_lambda_authorization LocalStack Pro: tests/aws/services/appsync/test_appsync.py::TestAppSync::test_lambda_authorization HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated
    • test_lambda_authorization_context LocalStack Pro: tests/aws/services/appsync/test_appsync.py::TestAppSync::test_lambda_authorization_context HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_lambda_authorization_cross_region LocalStack Pro: tests/aws/services/appsync/test_appsync.py::TestAppSync::test_lambda_authorization_cross_region HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_lambda_payload LocalStack Pro: tests/aws/services/appsync/test_appsync.py::TestAppSync::test_lambda_payload HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_customresource_lambda_backed LocalStack Pro: tests/aws/services/cloudformation/resources/test_customresources.py::test_customresource_lambda_backed HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated
    • test_customresource_sns_backed LocalStack Pro: tests/aws/services/cloudformation/resources/test_customresources.py::test_customresource_sns_backed HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated
    • test_query_string_parameters_forward LocalStack Pro: tests/aws/services/cloudfront/test_cloudfront.py::TestCloudFrontRestApiOrigin::test_query_string_parameters_forward HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_cdk_trail_cw_logs LocalStack Pro: tests/aws/services/cloudtrail/test_cloudtrail.py::TestCloudTrail::test_cdk_trail_cw_logs HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated
    • test_srp_custom_auth_flow LocalStack Pro: tests/aws/services/cognito/test_cognito.py::TestAuthFlows::test_srp_custom_auth_flow HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_saml_auth_flow LocalStack Pro: tests/aws/services/cognito/test_cognito.py::TestCognito::test_saml_auth_flow HTTP Status Code: 400 (ResourceAlreadyExistsException)
    • test_cognito_admin_create_signup_triggers LocalStack Pro: tests/aws/services/cognito/test_cognito.py::TestTriggers::test_cognito_admin_create_signup_triggers HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_cognito_triggers LocalStack Pro: tests/aws/services/cognito/test_cognito.py::TestTriggers::test_cognito_triggers HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated
    • test_custom_auth_triggers LocalStack Pro: tests/aws/services/cognito/test_cognito.py::TestTriggers::test_custom_auth_triggers HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_custom_challenge_trigger_metadata LocalStack Pro: tests/aws/services/cognito/test_cognito.py::TestTriggers::test_custom_challenge_trigger_metadata HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_custom_challenge_trigger_params LocalStack Pro: tests/aws/services/cognito/test_cognito.py::TestTriggers::test_custom_challenge_trigger_params HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_user_migration_lambda[None] LocalStack Pro: tests/aws/services/cognito/test_cognito.py::TestTriggers::test_user_migration_lambda[None] HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_user_migration_lambda[email] LocalStack Pro: tests/aws/services/cognito/test_cognito.py::TestTriggers::test_user_migration_lambda[email] HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_user_migration_lambda[preferred_username] LocalStack Pro: tests/aws/services/cognito/test_cognito.py::TestTriggers::test_user_migration_lambda[preferred_username] HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_create_user_with_email_uses_sub_as_username[True-False-None] LocalStack Pro: tests/aws/services/cognito/test_cognito.py::TestUserAttributes::test_create_user_with_email_uses_sub_as_username[True-False-None] HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_create_user_with_email_uses_sub_as_username[True-False-email] LocalStack Pro: tests/aws/services/cognito/test_cognito.py::TestUserAttributes::test_create_user_with_email_uses_sub_as_username[True-False-email] HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_create_user_with_email_uses_sub_as_username[True-True-None] LocalStack Pro: tests/aws/services/cognito/test_cognito.py::TestUserAttributes::test_create_user_with_email_uses_sub_as_username[True-True-None] HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_create_user_with_email_uses_sub_as_username[True-True-email] LocalStack Pro: tests/aws/services/cognito/test_cognito.py::TestUserAttributes::test_create_user_with_email_uses_sub_as_username[True-True-email] HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_ecs_task_overrides LocalStack Pro: tests/aws/services/ecs/test_ecs.py::TestTaskExecution::test_ecs_task_overrides HTTP Status Code: 400 (ResourceAlreadyExistsException)
    • test_environment_variable_expansion LocalStack Pro: tests/aws/services/ecs/test_ecs.py::TestTaskExecution::test_environment_variable_expansion HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_task_generates_logs_live LocalStack Pro: tests/aws/services/ecs/test_ecs.py::TestTaskExecution::test_task_generates_logs_live HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated
    • test_load_balancing LocalStack Pro: tests/aws/services/elb/test_elb.py::TestELB::test_load_balancing HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_route53_elb_integration[port-4566] LocalStack Pro: tests/aws/services/elb/test_elb.py::TestRoute53Integrations::test_route53_elb_integration[port-4566] HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_route53_elb_integration[port-80] LocalStack Pro: tests/aws/services/elb/test_elb.py::TestRoute53Integrations::test_route53_elb_integration[port-80] HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_lambda_cross_account_invoke LocalStack Pro: tests/aws/services/iam/test_iam_cross_account.py::TestLambdaCrossAccount::test_lambda_cross_account_invoke HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_assume_role_cw_logs LocalStack Pro: tests/aws/services/iam/test_iam_enforcement.py::TestIAMEnforcementIdentityBasedPolicies::test_assume_role_cw_logs HTTP Status Code: 400 (AccessDeniedException) AWS validated
    • test_enforce_policy_lambda LocalStack Pro: tests/aws/services/iam/test_iam_enforcement.py::TestIAMEnforcementIdentityBasedPolicies::test_enforce_policy_lambda HTTP Status Code: 400 (AccessDeniedException) AWS validated
    • test_enforce_policy_logs LocalStack Pro: tests/aws/services/iam/test_iam_enforcement.py::TestIAMEnforcementIdentityBasedPolicies::test_enforce_policy_logs HTTP Status Code: 400 (AccessDeniedException) AWS validated
    • test_logs_policy LocalStack Pro: tests/aws/services/iam/test_iam_enforcement.py::TestIAMEnforcementIdentityBasedPolicies::test_logs_policy HTTP Status Code: 400 (AccessDeniedException) AWS validated Snapshot Tested
    • test_lambda_invoke LocalStack Pro: tests/aws/services/iam/test_iam_enforcement.py::TestIAMEnforcementResourceBasedPolicies::test_lambda_invoke HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_lambda_integration[AWS] LocalStack Pro: tests/aws/services/iam/test_inter_service_enforcement.py::TestApiGatewayIntegrations::test_lambda_integration[AWS] HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_lambda_integration[AWS_PROXY] LocalStack Pro: tests/aws/services/iam/test_inter_service_enforcement.py::TestApiGatewayIntegrations::test_lambda_integration[AWS_PROXY] HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_apigateway_authorizer_with_credentials[REQUEST] LocalStack Pro: tests/aws/services/iam/test_inter_service_enforcement.py::TestApiGatewayLambdaAuthorizers::test_apigateway_authorizer_with_credentials[REQUEST] HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_apigateway_authorizer_with_credentials[TOKEN] LocalStack Pro: tests/aws/services/iam/test_inter_service_enforcement.py::TestApiGatewayLambdaAuthorizers::test_apigateway_authorizer_with_credentials[TOKEN] HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_lambda_sqs_destination LocalStack Pro: tests/aws/services/iam/test_inter_service_enforcement.py::TestInterServiceCommunicationEnforcement::test_lambda_sqs_destination HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated
    • test_external_layer_download LocalStack Pro: tests/aws/services/lambda_/test_lambda.py::TestExternalLayerDownload::test_external_layer_download HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_lambda_from_image[node] LocalStack Pro: tests/aws/services/lambda_/test_lambda.py::TestLambdaContainer::test_lambda_from_image[node] HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_lambda_from_image[python] LocalStack Pro: tests/aws/services/lambda_/test_lambda.py::TestLambdaContainer::test_lambda_from_image[python] HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_function_multiple_layers_override LocalStack Pro: tests/aws/services/lambda_/test_lambda.py::TestLambdaLayerBehavior::test_function_multiple_layers_override HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_function_using_layer LocalStack Pro: tests/aws/services/lambda_/test_lambda.py::TestLambdaLayerBehavior::test_function_using_layer HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_function_using_layer_overriding_runtime LocalStack Pro: tests/aws/services/lambda_/test_lambda.py::TestLambdaLayerBehavior::test_function_using_layer_overriding_runtime HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_layer_and_function_hot_reloading LocalStack Pro: tests/aws/services/lambda_/test_lambda.py::TestLayerHotReloading::test_layer_and_function_hot_reloading HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_layer_only_hot_reloading LocalStack Pro: tests/aws/services/lambda_/test_lambda.py::TestLayerHotReloading::test_layer_only_hot_reloading HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_kafka_lambda_event_source_mapping_multi_topics_and_batches LocalStack Pro: tests/aws/services/lambda_/test_lambda_event_source_kafka.py::test_kafka_lambda_event_source_mapping_multi_topics_and_batches HTTP Status Code: 400 (ResourceAlreadyExistsException)
    • test_kinesis_dlq_pipe LocalStack Pro: tests/aws/services/pipes/test_pipes.py::TestPipes::test_kinesis_dlq_pipe HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_kinesis_sns_dlq_pipe LocalStack Pro: tests/aws/services/pipes/test_pipes.py::TestPipes::test_kinesis_sns_dlq_pipe HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_pipe_logging LocalStack Pro: tests/aws/services/pipes/test_pipes.py::TestPipes::test_pipe_logging HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_sqs_fifo_dlq_partial_batch_failures LocalStack Pro: tests/aws/services/pipes/test_pipes.py::TestPipes::test_sqs_fifo_dlq_partial_batch_failures HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_sqs_fifo_dlq_partial_batch_failures_delete LocalStack Pro: tests/aws/services/pipes/test_pipes.py::TestPipes::test_sqs_fifo_dlq_partial_batch_failures_delete HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_kinesis_dlq_behavior LocalStack Pro: tests/aws/services/pipes/test_pipes_kinesis.py::TestPipesKinesis::test_kinesis_dlq_behavior HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_installed_postgres_version[11] LocalStack Pro: tests/aws/services/rds/test_rds_postgres_extensions.py::TestRdsPostgresExtensions::test_installed_postgres_version[11] HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated
    • test_installed_postgres_version[12] LocalStack Pro: tests/aws/services/rds/test_rds_postgres_extensions.py::TestRdsPostgresExtensions::test_installed_postgres_version[12] HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated
    • test_installed_postgres_version[13] LocalStack Pro: tests/aws/services/rds/test_rds_postgres_extensions.py::TestRdsPostgresExtensions::test_installed_postgres_version[13] HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated
    • test_installed_postgres_version[14] LocalStack Pro: tests/aws/services/rds/test_rds_postgres_extensions.py::TestRdsPostgresExtensions::test_installed_postgres_version[14] HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated
    • test_installed_postgres_version[15] LocalStack Pro: tests/aws/services/rds/test_rds_postgres_extensions.py::TestRdsPostgresExtensions::test_installed_postgres_version[15] HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated
    • test_installed_postgres_version[16] LocalStack Pro: tests/aws/services/rds/test_rds_postgres_extensions.py::TestRdsPostgresExtensions::test_installed_postgres_version[16] HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated
    • test_postgis_extension[11] LocalStack Pro: tests/aws/services/rds/test_rds_postgres_extensions.py::TestRdsPostgresExtensions::test_postgis_extension[11] HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_postgis_extension[12] LocalStack Pro: tests/aws/services/rds/test_rds_postgres_extensions.py::TestRdsPostgresExtensions::test_postgis_extension[12] HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_postgis_extension[13] LocalStack Pro: tests/aws/services/rds/test_rds_postgres_extensions.py::TestRdsPostgresExtensions::test_postgis_extension[13] HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_postgis_extension[14] LocalStack Pro: tests/aws/services/rds/test_rds_postgres_extensions.py::TestRdsPostgresExtensions::test_postgis_extension[14] HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_postgis_extension[15] LocalStack Pro: tests/aws/services/rds/test_rds_postgres_extensions.py::TestRdsPostgresExtensions::test_postgis_extension[15] HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_postgis_extension[16] LocalStack Pro: tests/aws/services/rds/test_rds_postgres_extensions.py::TestRdsPostgresExtensions::test_postgis_extension[16] HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_postgres_extension_query_export_to_s3[11] LocalStack Pro: tests/aws/services/rds/test_rds_postgres_extensions.py::TestRdsPostgresExtensions::test_postgres_extension_query_export_to_s3[11] HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated
    • test_postgres_extension_query_export_to_s3[12] LocalStack Pro: tests/aws/services/rds/test_rds_postgres_extensions.py::TestRdsPostgresExtensions::test_postgres_extension_query_export_to_s3[12] HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated
    • test_postgres_extension_query_export_to_s3[13] LocalStack Pro: tests/aws/services/rds/test_rds_postgres_extensions.py::TestRdsPostgresExtensions::test_postgres_extension_query_export_to_s3[13] HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated
    • test_postgres_extension_query_export_to_s3[14] LocalStack Pro: tests/aws/services/rds/test_rds_postgres_extensions.py::TestRdsPostgresExtensions::test_postgres_extension_query_export_to_s3[14] HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated
    • test_postgres_extension_query_export_to_s3[15] LocalStack Pro: tests/aws/services/rds/test_rds_postgres_extensions.py::TestRdsPostgresExtensions::test_postgres_extension_query_export_to_s3[15] HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated
    • test_postgres_extension_query_export_to_s3[16] LocalStack Pro: tests/aws/services/rds/test_rds_postgres_extensions.py::TestRdsPostgresExtensions::test_postgres_extension_query_export_to_s3[16] HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated
    • test_postgres_extension_table_import_from_s3[11] LocalStack Pro: tests/aws/services/rds/test_rds_postgres_extensions.py::TestRdsPostgresExtensions::test_postgres_extension_table_import_from_s3[11] HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_postgres_extension_table_import_from_s3[12] LocalStack Pro: tests/aws/services/rds/test_rds_postgres_extensions.py::TestRdsPostgresExtensions::test_postgres_extension_table_import_from_s3[12] HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_postgres_extension_table_import_from_s3[13] LocalStack Pro: tests/aws/services/rds/test_rds_postgres_extensions.py::TestRdsPostgresExtensions::test_postgres_extension_table_import_from_s3[13] HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_postgres_extension_table_import_from_s3[14] LocalStack Pro: tests/aws/services/rds/test_rds_postgres_extensions.py::TestRdsPostgresExtensions::test_postgres_extension_table_import_from_s3[14] HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_postgres_extension_table_import_from_s3[15] LocalStack Pro: tests/aws/services/rds/test_rds_postgres_extensions.py::TestRdsPostgresExtensions::test_postgres_extension_table_import_from_s3[15] HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_postgres_extension_table_import_from_s3[16] LocalStack Pro: tests/aws/services/rds/test_rds_postgres_extensions.py::TestRdsPostgresExtensions::test_postgres_extension_table_import_from_s3[16] HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_postgres_s3_extension_helpers[12] LocalStack Pro: tests/aws/services/rds/test_rds_postgres_extensions.py::TestRdsPostgresExtensions::test_postgres_s3_extension_helpers[12] HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated
    • test_postgres_s3_extension_helpers[13] LocalStack Pro: tests/aws/services/rds/test_rds_postgres_extensions.py::TestRdsPostgresExtensions::test_postgres_s3_extension_helpers[13] HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated
    • test_postgres_s3_extension_helpers[14] LocalStack Pro: tests/aws/services/rds/test_rds_postgres_extensions.py::TestRdsPostgresExtensions::test_postgres_s3_extension_helpers[14] HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated
    • test_postgres_s3_extension_helpers[15] LocalStack Pro: tests/aws/services/rds/test_rds_postgres_extensions.py::TestRdsPostgresExtensions::test_postgres_s3_extension_helpers[15] HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated
    • test_postgres_s3_extension_helpers[16] LocalStack Pro: tests/aws/services/rds/test_rds_postgres_extensions.py::TestRdsPostgresExtensions::test_postgres_s3_extension_helpers[16] HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated
Parameters: logGroupName, tags
  • LocalStack Community
    • test_list_tags_log_group LocalStack Community: tests/aws/services/logs/test_logs.py::TestCloudWatchLogs::test_list_tags_log_group HTTP Status Code: 200 AWS validated Snapshot Tested

CreateLogStream

Parameters: logGroupName, logStreamName
  • LocalStack Community
    • test_lambda_dynamodb LocalStack Community: tests/aws/scenario/bookstore/test_bookstore.py::TestBookstoreApplication::test_lambda_dynamodb HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_search_books LocalStack Community: tests/aws/scenario/bookstore/test_bookstore.py::TestBookstoreApplication::test_search_books HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_setup LocalStack Community: tests/aws/scenario/bookstore/test_bookstore.py::TestBookstoreApplication::test_setup HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_destination_sns LocalStack Community: tests/aws/scenario/lambda_destination/test_lambda_destination_scenario.py::TestLambdaDestinationScenario::test_destination_sns HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_stepfunctions_input_recipient_list[step_function_input0-SUCCEEDED] LocalStack Community: tests/aws/scenario/loan_broker/test_loan_broker.py::TestLoanBrokerScenario::test_stepfunctions_input_recipient_list[step_function_input0-SUCCEEDED] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_notes_rest_api LocalStack Community: tests/aws/scenario/note_taking/test_note_taking.py::TestNoteTakingScenario::test_notes_rest_api HTTP Status Code: 200 AWS validated
    • test_api_gateway_lambda_integration_aws_type LocalStack Community: tests/aws/services/apigateway/test_apigateway_basic.py::TestAPIGateway::test_api_gateway_lambda_integration_aws_type HTTP Status Code: 200 AWS validated
    • test_apigw_stage_variables[dev] LocalStack Community: tests/aws/services/apigateway/test_apigateway_basic.py::TestAPIGateway::test_apigw_stage_variables[dev] HTTP Status Code: 200 AWS validated
    • test_apigw_stage_variables[local] LocalStack Community: tests/aws/services/apigateway/test_apigateway_basic.py::TestAPIGateway::test_apigw_stage_variables[local] HTTP Status Code: 200 AWS validated
    • test_apigw_test_invoke_method_api LocalStack Community: tests/aws/services/apigateway/test_apigateway_basic.py::TestAPIGateway::test_apigw_test_invoke_method_api HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_response_headers_invocation_with_apigw LocalStack Community: tests/aws/services/apigateway/test_apigateway_basic.py::TestAPIGateway::test_response_headers_invocation_with_apigw HTTP Status Code: 200 AWS validated
    • test_rest_api_multi_region[UrlType.HOST_BASED-ANY] LocalStack Community: tests/aws/services/apigateway/test_apigateway_basic.py::test_rest_api_multi_region[UrlType.HOST_BASED-ANY] HTTP Status Code: 200 AWS validated
    • test_rest_api_multi_region[UrlType.HOST_BASED-GET] LocalStack Community: tests/aws/services/apigateway/test_apigateway_basic.py::test_rest_api_multi_region[UrlType.HOST_BASED-GET] HTTP Status Code: 200 AWS validated
    • test_rest_api_multi_region[path_based_url-ANY] LocalStack Community: tests/aws/services/apigateway/test_apigateway_basic.py::test_rest_api_multi_region[path_based_url-ANY] HTTP Status Code: 200 AWS validated
    • test_rest_api_multi_region[path_based_url-GET] LocalStack Community: tests/aws/services/apigateway/test_apigateway_basic.py::test_rest_api_multi_region[path_based_url-GET] HTTP Status Code: 200 AWS validated
    • test_api_gateway_request_validator LocalStack Community: tests/aws/services/apigateway/test_apigateway_common.py::TestApiGatewayCommon::test_api_gateway_request_validator HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_invocation_trace_id LocalStack Community: tests/aws/services/apigateway/test_apigateway_common.py::TestApiGatewayCommon::test_invocation_trace_id HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_http_integration_invoke_status_code_passthrough[HTTP] LocalStack Community: tests/aws/services/apigateway/test_apigateway_http.py::test_http_integration_invoke_status_code_passthrough[HTTP] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_http_integration_invoke_status_code_passthrough[HTTP_PROXY] LocalStack Community: tests/aws/services/apigateway/test_apigateway_http.py::test_http_integration_invoke_status_code_passthrough[HTTP_PROXY] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_http_integration_method[HTTP] LocalStack Community: tests/aws/services/apigateway/test_apigateway_http.py::test_http_integration_method[HTTP] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_http_integration_method[HTTP_PROXY] LocalStack Community: tests/aws/services/apigateway/test_apigateway_http.py::test_http_integration_method[HTTP_PROXY] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_http_integration_with_lambda[HTTP] LocalStack Community: tests/aws/services/apigateway/test_apigateway_http.py::test_http_integration_with_lambda[HTTP] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_http_integration_with_lambda[HTTP_PROXY] LocalStack Community: tests/aws/services/apigateway/test_apigateway_http.py::test_http_integration_with_lambda[HTTP_PROXY] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_http_proxy_integration_request_data_mappings LocalStack Community: tests/aws/services/apigateway/test_apigateway_http.py::test_http_proxy_integration_request_data_mappings HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_import_with_stage_variables LocalStack Community: tests/aws/services/apigateway/test_apigateway_import.py::TestApiGatewayImportRestApi::test_import_with_stage_variables HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_apigateway_header_remapping_aws[AWS] LocalStack Community: tests/aws/services/apigateway/test_apigateway_integrations.py::TestApiGatewayHeaderRemapping::test_apigateway_header_remapping_aws[AWS] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_apigateway_header_remapping_aws[AWS_PROXY] LocalStack Community: tests/aws/services/apigateway/test_apigateway_integrations.py::TestApiGatewayHeaderRemapping::test_apigateway_header_remapping_aws[AWS_PROXY] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_execute_api_vpc_endpoint LocalStack Community: tests/aws/services/apigateway/test_apigateway_integrations.py::test_create_execute_api_vpc_endpoint HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_aws_proxy_response_payload_format_validation LocalStack Community: tests/aws/services/apigateway/test_apigateway_lambda.py::test_aws_proxy_response_payload_format_validation HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_aws_integration LocalStack Community: tests/aws/services/apigateway/test_apigateway_lambda.py::test_lambda_aws_integration HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_aws_integration_response_with_mapping_templates LocalStack Community: tests/aws/services/apigateway/test_apigateway_lambda.py::test_lambda_aws_integration_response_with_mapping_templates HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_aws_integration_with_request_template LocalStack Community: tests/aws/services/apigateway/test_apigateway_lambda.py::test_lambda_aws_integration_with_request_template HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_aws_proxy_integration LocalStack Community: tests/aws/services/apigateway/test_apigateway_lambda.py::test_lambda_aws_proxy_integration HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_aws_proxy_integration_request_data_mapping LocalStack Community: tests/aws/services/apigateway/test_apigateway_lambda.py::test_lambda_aws_proxy_integration_request_data_mapping HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_aws_proxy_response_format LocalStack Community: tests/aws/services/apigateway/test_apigateway_lambda.py::test_lambda_aws_proxy_response_format HTTP Status Code: 200 AWS validated
    • test_lambda_rust_proxy_integration LocalStack Community: tests/aws/services/apigateway/test_apigateway_lambda.py::test_lambda_rust_proxy_integration HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_selection_patterns LocalStack Community: tests/aws/services/apigateway/test_apigateway_lambda.py::test_lambda_selection_patterns HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_event_rule_to_logs LocalStack Community: tests/aws/services/cloudformation/resources/test_events.py::test_event_rule_to_logs HTTP Status Code: 200 AWS validated
    • test_events_sqs_sns_lambda LocalStack Community: tests/aws/services/cloudformation/resources/test_integration.py::test_events_sqs_sns_lambda HTTP Status Code: 200 AWS validated
    • test_cfn_lambda_dynamodb_source LocalStack Community: tests/aws/services/cloudformation/resources/test_lambda.py::TestCfnLambdaIntegrations::test_cfn_lambda_dynamodb_source HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cfn_lambda_kinesis_source LocalStack Community: tests/aws/services/cloudformation/resources/test_lambda.py::TestCfnLambdaIntegrations::test_cfn_lambda_kinesis_source HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cfn_lambda_permissions LocalStack Community: tests/aws/services/cloudformation/resources/test_lambda.py::TestCfnLambdaIntegrations::test_cfn_lambda_permissions HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cfn_lambda_sqs_source LocalStack Community: tests/aws/services/cloudformation/resources/test_lambda.py::TestCfnLambdaIntegrations::test_cfn_lambda_sqs_source HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cfn_function_url LocalStack Community: tests/aws/services/cloudformation/resources/test_lambda.py::test_cfn_function_url HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_cfn_dead_letter_config_async_invocation LocalStack Community: tests/aws/services/cloudformation/resources/test_lambda.py::test_lambda_cfn_dead_letter_config_async_invocation HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_cfn_run LocalStack Community: tests/aws/services/cloudformation/resources/test_lambda.py::test_lambda_cfn_run HTTP Status Code: 200 AWS validated
    • test_lambda_version LocalStack Community: tests/aws/services/cloudformation/resources/test_lambda.py::test_lambda_version HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_python_lambda_code_deployed_via_s3 LocalStack Community: tests/aws/services/cloudformation/resources/test_lambda.py::test_python_lambda_code_deployed_via_s3 HTTP Status Code: 200 AWS validated
    • test_logstream LocalStack Community: tests/aws/services/cloudformation/resources/test_logs.py::test_logstream HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sam_sqs_event LocalStack Community: tests/aws/services/cloudformation/resources/test_sam.py::test_sam_sqs_event HTTP Status Code: 200 AWS validated
    • test_sam_template LocalStack Community: tests/aws/services/cloudformation/resources/test_sam.py::test_sam_template HTTP Status Code: 200 AWS validated
    • test_apigateway_invoke LocalStack Community: tests/aws/services/cloudformation/resources/test_stepfunctions.py::test_apigateway_invoke HTTP Status Code: 200
    • test_apigateway_invoke_localhost LocalStack Community: tests/aws/services/cloudformation/resources/test_stepfunctions.py::test_apigateway_invoke_localhost HTTP Status Code: 200
    • test_apigateway_invoke_localhost_with_path LocalStack Community: tests/aws/services/cloudformation/resources/test_stepfunctions.py::test_apigateway_invoke_localhost_with_path HTTP Status Code: 200
    • test_apigateway_invoke_with_path LocalStack Community: tests/aws/services/cloudformation/resources/test_stepfunctions.py::test_apigateway_invoke_with_path HTTP Status Code: 200 AWS validated
    • test_nested_statemachine_with_sync2 LocalStack Community: tests/aws/services/cloudformation/resources/test_stepfunctions.py::test_nested_statemachine_with_sync2 HTTP Status Code: 200 AWS validated
    • test_statemachine_definitionsubstitution LocalStack Community: tests/aws/services/cloudformation/resources/test_stepfunctions.py::test_statemachine_definitionsubstitution HTTP Status Code: 200 AWS validated
    • test_attribute_uses_macro LocalStack Community: tests/aws/services/cloudformation/test_template_engine.py::TestMacros::test_attribute_uses_macro HTTP Status Code: 200 AWS validated
    • test_capabilities_requirements LocalStack Community: tests/aws/services/cloudformation/test_template_engine.py::TestMacros::test_capabilities_requirements HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_failed_state[raise_error.py] LocalStack Community: tests/aws/services/cloudformation/test_template_engine.py::TestMacros::test_failed_state[raise_error.py] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_failed_state[return_invalid_template.py] LocalStack Community: tests/aws/services/cloudformation/test_template_engine.py::TestMacros::test_failed_state[return_invalid_template.py] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_failed_state[return_unsuccessful_with_message.py] LocalStack Community: tests/aws/services/cloudformation/test_template_engine.py::TestMacros::test_failed_state[return_unsuccessful_with_message.py] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_failed_state[return_unsuccessful_without_message.py] LocalStack Community: tests/aws/services/cloudformation/test_template_engine.py::TestMacros::test_failed_state[return_unsuccessful_without_message.py] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_functions_and_references_during_transformation LocalStack Community: tests/aws/services/cloudformation/test_template_engine.py::TestMacros::test_functions_and_references_during_transformation HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_global_scope LocalStack Community: tests/aws/services/cloudformation/test_template_engine.py::TestMacros::test_global_scope HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_pyplate_param_type_list LocalStack Community: tests/aws/services/cloudformation/test_template_engine.py::TestMacros::test_pyplate_param_type_list HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_snipped_scope[transformation_snippet_topic.json] LocalStack Community: tests/aws/services/cloudformation/test_template_engine.py::TestMacros::test_snipped_scope[transformation_snippet_topic.json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_snipped_scope[transformation_snippet_topic.yml] LocalStack Community: tests/aws/services/cloudformation/test_template_engine.py::TestMacros::test_snipped_scope[transformation_snippet_topic.yml] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_validate_lambda_internals LocalStack Community: tests/aws/services/cloudformation/test_template_engine.py::TestMacros::test_validate_lambda_internals HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_alarm_lambda_target LocalStack Community: tests/aws/services/cloudwatch/test_cloudwatch.py::TestCloudwatch::test_alarm_lambda_target HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_invoke_error LocalStack Community: tests/aws/services/cloudwatch/test_cloudwatch_metrics.py::TestCloudWatchLambdaMetrics::test_lambda_invoke_error HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_invoke_successful LocalStack Community: tests/aws/services/cloudwatch/test_cloudwatch_metrics.py::TestCloudWatchLambdaMetrics::test_lambda_invoke_successful HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_put_events_with_target_api_gateway LocalStack Community: tests/aws/services/events/test_events_targets.py::TestEventsTargetApiGateway::test_put_events_with_target_api_gateway HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_put_events_with_target_cloudwatch_logs LocalStack Community: tests/aws/services/events/test_events_targets.py::TestEventsTargetCloudWatchLogs::test_put_events_with_target_cloudwatch_logs HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_put_events_with_target_lambda LocalStack Community: tests/aws/services/events/test_events_targets.py::TestEventsTargetLambda::test_put_events_with_target_lambda HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_put_events_with_target_lambda_list_entries_partial_match LocalStack Community: tests/aws/services/events/test_events_targets.py::TestEventsTargetLambda::test_put_events_with_target_lambda_list_entries_partial_match HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_put_events_with_target_lambda_list_entry LocalStack Community: tests/aws/services/events/test_events_targets.py::TestEventsTargetLambda::test_put_events_with_target_lambda_list_entry HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_kinesis_firehose_http[True] LocalStack Community: tests/aws/services/firehose/test_firehose.py::test_kinesis_firehose_http[True] HTTP Status Code: 200
    • test_subscribe_to_shard_with_java_sdk_v2_lambda LocalStack Community: tests/aws/services/kinesis/test_kinesis.py::TestKinesisJavaSDK::test_subscribe_to_shard_with_java_sdk_v2_lambda HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_adding_tags LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_cfn_resource.py::test_adding_tags HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_disabled_dynamodb_event_source_mapping LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_disabled_dynamodb_event_source_mapping HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_dynamodb_event_filter[content_filter_type] LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_filter[content_filter_type] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_dynamodb_event_filter[content_or_filter] LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_filter[content_or_filter] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_dynamodb_event_filter[date_time_conversion] LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_filter[date_time_conversion] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_dynamodb_event_filter[exists_filter_type] LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_filter[exists_filter_type] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_dynamodb_event_filter[insert_same_entry_twice] LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_filter[insert_same_entry_twice] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_dynamodb_event_filter[prefix_filter] LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_filter[prefix_filter] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_dynamodb_event_source_mapping LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_source_mapping HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_dynamodb_event_source_mapping_with_on_failure_destination_config LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_source_mapping_with_on_failure_destination_config HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_dynamodb_event_source_mapping_with_sns_on_failure_destination_config LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_source_mapping_with_sns_on_failure_destination_config HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_dynamodb_report_batch_item_failure_scenarios[empty_string_item_identifier_failure] LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_report_batch_item_failure_scenarios[empty_string_item_identifier_failure] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_dynamodb_report_batch_item_failure_scenarios[invalid_key_foo_failure] LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_report_batch_item_failure_scenarios[invalid_key_foo_failure] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_dynamodb_report_batch_item_failure_scenarios[invalid_key_foo_null_value_failure] LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_report_batch_item_failure_scenarios[invalid_key_foo_null_value_failure] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_dynamodb_report_batch_item_failure_scenarios[item_identifier_not_present_failure] LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_report_batch_item_failure_scenarios[item_identifier_not_present_failure] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_dynamodb_report_batch_item_failure_scenarios[null_item_identifier_failure] LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_report_batch_item_failure_scenarios[null_item_identifier_failure] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_dynamodb_report_batch_item_failure_scenarios[unhandled_exception_in_function] LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_report_batch_item_failure_scenarios[unhandled_exception_in_function] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_dynamodb_report_batch_item_failures LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_report_batch_item_failures HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_dynamodb_report_batch_item_success_scenarios[empty_batch_item_failure_success] LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_report_batch_item_success_scenarios[empty_batch_item_failure_success] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_dynamodb_report_batch_item_success_scenarios[empty_dict_success] LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_report_batch_item_success_scenarios[empty_dict_success] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_dynamodb_report_batch_item_success_scenarios[empty_list_success] LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_report_batch_item_success_scenarios[empty_list_success] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_dynamodb_report_batch_item_success_scenarios[null_batch_item_failure_success] LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_report_batch_item_success_scenarios[null_batch_item_failure_success] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_dynamodb_report_batch_item_success_scenarios[null_success] LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_report_batch_item_success_scenarios[null_success] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_kinesis_event_filtering_json_pattern LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_kinesis.py::TestKinesisEventFiltering::test_kinesis_event_filtering_json_pattern HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_kinesis_event_source_mapping LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_kinesis.py::TestKinesisSource::test_create_kinesis_event_source_mapping HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_kinesis_event_source_mapping_multiple_lambdas_single_kinesis_event_stream LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_kinesis.py::TestKinesisSource::test_create_kinesis_event_source_mapping_multiple_lambdas_single_kinesis_event_stream HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_disable_kinesis_event_source_mapping LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_kinesis.py::TestKinesisSource::test_disable_kinesis_event_source_mapping HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_kinesis_empty_provided LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_kinesis.py::TestKinesisSource::test_kinesis_empty_provided HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_kinesis_event_source_mapping_with_on_failure_destination_config LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_kinesis.py::TestKinesisSource::test_kinesis_event_source_mapping_with_on_failure_destination_config HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_kinesis_event_source_mapping_with_sns_on_failure_destination_config LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_kinesis.py::TestKinesisSource::test_kinesis_event_source_mapping_with_sns_on_failure_destination_config HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_kinesis_event_source_trim_horizon LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_kinesis.py::TestKinesisSource::test_kinesis_event_source_trim_horizon HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_kinesis_report_batch_item_failure_scenarios[empty_string_item_identifier_failure] LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_kinesis.py::TestKinesisSource::test_kinesis_report_batch_item_failure_scenarios[empty_string_item_identifier_failure] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_kinesis_report_batch_item_failure_scenarios[invalid_key_foo_failure] LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_kinesis.py::TestKinesisSource::test_kinesis_report_batch_item_failure_scenarios[invalid_key_foo_failure] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_kinesis_report_batch_item_failure_scenarios[invalid_key_foo_null_value_failure] LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_kinesis.py::TestKinesisSource::test_kinesis_report_batch_item_failure_scenarios[invalid_key_foo_null_value_failure] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_kinesis_report_batch_item_failure_scenarios[item_identifier_not_present_failure] LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_kinesis.py::TestKinesisSource::test_kinesis_report_batch_item_failure_scenarios[item_identifier_not_present_failure] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_kinesis_report_batch_item_failure_scenarios[null_item_identifier_failure] LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_kinesis.py::TestKinesisSource::test_kinesis_report_batch_item_failure_scenarios[null_item_identifier_failure] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_kinesis_report_batch_item_failure_scenarios[unhandled_exception_in_function] LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_kinesis.py::TestKinesisSource::test_kinesis_report_batch_item_failure_scenarios[unhandled_exception_in_function] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_kinesis_report_batch_item_failures LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_kinesis.py::TestKinesisSource::test_kinesis_report_batch_item_failures HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_kinesis_report_batch_item_success_scenarios[empty_batch_item_failure_success] LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_kinesis.py::TestKinesisSource::test_kinesis_report_batch_item_success_scenarios[empty_batch_item_failure_success] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_kinesis_report_batch_item_success_scenarios[empty_dict_success] LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_kinesis.py::TestKinesisSource::test_kinesis_report_batch_item_success_scenarios[empty_dict_success] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_kinesis_report_batch_item_success_scenarios[empty_list_success] LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_kinesis.py::TestKinesisSource::test_kinesis_report_batch_item_success_scenarios[empty_list_success] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_kinesis_report_batch_item_success_scenarios[empty_string_success] LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_kinesis.py::TestKinesisSource::test_kinesis_report_batch_item_success_scenarios[empty_string_success] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_kinesis_report_batch_item_success_scenarios[null_batch_item_failure_success] LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_kinesis.py::TestKinesisSource::test_kinesis_report_batch_item_success_scenarios[null_batch_item_failure_success] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_kinesis_report_batch_item_success_scenarios[null_success] LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_kinesis.py::TestKinesisSource::test_kinesis_report_batch_item_success_scenarios[null_success] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_event_filter[filter0-item_matching0-item_not_matching0] LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_sqs.py::TestSQSEventSourceMapping::test_sqs_event_filter[filter0-item_matching0-item_not_matching0] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_event_filter[filter1-item_matching1-item_not_matching1] LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_sqs.py::TestSQSEventSourceMapping::test_sqs_event_filter[filter1-item_matching1-item_not_matching1] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_event_filter[filter2-item_matching2-item_not_matching2] LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_sqs.py::TestSQSEventSourceMapping::test_sqs_event_filter[filter2-item_matching2-item_not_matching2] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_event_filter[filter3-item_matching3-item_not_matching3] LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_sqs.py::TestSQSEventSourceMapping::test_sqs_event_filter[filter3-item_matching3-item_not_matching3] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_event_filter[filter5-item_matching5-item_not_matching5] LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_sqs.py::TestSQSEventSourceMapping::test_sqs_event_filter[filter5-item_matching5-item_not_matching5] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_event_filter[filter6-item_matching6-item_not_matching6] LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_sqs.py::TestSQSEventSourceMapping::test_sqs_event_filter[filter6-item_matching6-item_not_matching6] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_event_filter[filter7-item_matching7-item_not_matching7] LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_sqs.py::TestSQSEventSourceMapping::test_sqs_event_filter[filter7-item_matching7-item_not_matching7] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_event_source_mapping LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_sqs.py::TestSQSEventSourceMapping::test_sqs_event_source_mapping HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_event_source_mapping_update LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_sqs.py::TestSQSEventSourceMapping::test_sqs_event_source_mapping_update HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_failing_lambda_retries_after_visibility_timeout LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_sqs.py::test_failing_lambda_retries_after_visibility_timeout HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_message_group_parallelism LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_sqs.py::test_fifo_message_group_parallelism HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_message_body_and_attributes_passed_correctly LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_sqs.py::test_message_body_and_attributes_passed_correctly HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_redrive_policy_with_failing_lambda LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_sqs.py::test_redrive_policy_with_failing_lambda HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_report_batch_item_failures LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_sqs.py::test_report_batch_item_failures HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_report_batch_item_failures_empty_json_batch_succeeds LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_sqs.py::test_report_batch_item_failures_empty_json_batch_succeeds HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_report_batch_item_failures_invalid_result_json_batch_fails LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_sqs.py::test_report_batch_item_failures_invalid_result_json_batch_fails HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_report_batch_item_failures_on_lambda_error LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_sqs.py::test_report_batch_item_failures_on_lambda_error HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_queue_as_lambda_dead_letter_queue LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_sqs.py::test_sqs_queue_as_lambda_dead_letter_queue HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_alias_routingconfig LocalStack Community: tests/aws/services/lambda_/test_lambda.py::TestLambdaAliases::test_alias_routingconfig HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_alias_moving LocalStack Community: tests/aws/services/lambda_/test_lambda.py::TestLambdaAliases::test_lambda_alias_moving HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_assume_role[1] LocalStack Community: tests/aws/services/lambda_/test_lambda.py::TestLambdaBaseFeatures::test_assume_role[1] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_assume_role[2] LocalStack Community: tests/aws/services/lambda_/test_lambda.py::TestLambdaBaseFeatures::test_assume_role[2] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_different_iam_keys_environment LocalStack Community: tests/aws/services/lambda_/test_lambda.py::TestLambdaBaseFeatures::test_lambda_different_iam_keys_environment HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_large_response LocalStack Community: tests/aws/services/lambda_/test_lambda.py::TestLambdaBaseFeatures::test_lambda_large_response HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_too_large_response LocalStack Community: tests/aws/services/lambda_/test_lambda.py::TestLambdaBaseFeatures::test_lambda_too_large_response HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_too_large_response_but_with_custom_limit LocalStack Community: tests/aws/services/lambda_/test_lambda.py::TestLambdaBaseFeatures::test_lambda_too_large_response_but_with_custom_limit HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_large_payloads LocalStack Community: tests/aws/services/lambda_/test_lambda.py::TestLambdaBaseFeatures::test_large_payloads HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_ignore_architecture LocalStack Community: tests/aws/services/lambda_/test_lambda.py::TestLambdaBehavior::test_ignore_architecture HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_cache_local[nodejs] LocalStack Community: tests/aws/services/lambda_/test_lambda.py::TestLambdaBehavior::test_lambda_cache_local[nodejs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_cache_local[python] LocalStack Community: tests/aws/services/lambda_/test_lambda.py::TestLambdaBehavior::test_lambda_cache_local[python] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_init_environment LocalStack Community: tests/aws/services/lambda_/test_lambda.py::TestLambdaBehavior::test_lambda_init_environment HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_invoke_no_timeout LocalStack Community: tests/aws/services/lambda_/test_lambda.py::TestLambdaBehavior::test_lambda_invoke_no_timeout HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_invoke_with_timeout LocalStack Community: tests/aws/services/lambda_/test_lambda.py::TestLambdaBehavior::test_lambda_invoke_with_timeout HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_runtime_introspection_x86 LocalStack Community: tests/aws/services/lambda_/test_lambda.py::TestLambdaBehavior::test_runtime_introspection_x86 HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_runtime_ulimits LocalStack Community: tests/aws/services/lambda_/test_lambda.py::TestLambdaBehavior::test_runtime_ulimits HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_recreate_function LocalStack Community: tests/aws/services/lambda_/test_lambda.py::TestLambdaCleanup::test_recreate_function HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_concurrency_block LocalStack Community: tests/aws/services/lambda_/test_lambda.py::TestLambdaConcurrency::test_lambda_concurrency_block HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_provisioned_concurrency_scheduling LocalStack Community: tests/aws/services/lambda_/test_lambda.py::TestLambdaConcurrency::test_lambda_provisioned_concurrency_scheduling HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_provisioned_concurrency LocalStack Community: tests/aws/services/lambda_/test_lambda.py::TestLambdaConcurrency::test_provisioned_concurrency HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_reserved_provisioned_overlap LocalStack Community: tests/aws/services/lambda_/test_lambda.py::TestLambdaConcurrency::test_reserved_provisioned_overlap HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_handler_error LocalStack Community: tests/aws/services/lambda_/test_lambda.py::TestLambdaErrors::test_lambda_handler_error HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_invocation_type_event[nodejs16.x] LocalStack Community: tests/aws/services/lambda_/test_lambda.py::TestLambdaFeatures::test_invocation_type_event[nodejs16.x] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_invocation_type_event[python3.10] LocalStack Community: tests/aws/services/lambda_/test_lambda.py::TestLambdaFeatures::test_invocation_type_event[python3.10] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_invocation_type_no_return_payload[nodejs-Event] LocalStack Community: tests/aws/services/lambda_/test_lambda.py::TestLambdaFeatures::test_invocation_type_no_return_payload[nodejs-Event] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_invocation_type_no_return_payload[nodejs-RequestResponse] LocalStack Community: tests/aws/services/lambda_/test_lambda.py::TestLambdaFeatures::test_invocation_type_no_return_payload[nodejs-RequestResponse] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_invocation_type_no_return_payload[python-Event] LocalStack Community: tests/aws/services/lambda_/test_lambda.py::TestLambdaFeatures::test_invocation_type_no_return_payload[python-Event] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_invocation_type_no_return_payload[python-RequestResponse] LocalStack Community: tests/aws/services/lambda_/test_lambda.py::TestLambdaFeatures::test_invocation_type_no_return_payload[python-RequestResponse] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_invocation_type_request_response[nodejs16.x] LocalStack Community: tests/aws/services/lambda_/test_lambda.py::TestLambdaFeatures::test_invocation_type_request_response[nodejs16.x] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_invocation_type_request_response[python3.10] LocalStack Community: tests/aws/services/lambda_/test_lambda.py::TestLambdaFeatures::test_invocation_type_request_response[python3.10] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_invocation_with_logs[nodejs16.x] LocalStack Community: tests/aws/services/lambda_/test_lambda.py::TestLambdaFeatures::test_invocation_with_logs[nodejs16.x] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_invocation_with_logs[python3.10] LocalStack Community: tests/aws/services/lambda_/test_lambda.py::TestLambdaFeatures::test_invocation_with_logs[python3.10] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_invocation_with_qualifier LocalStack Community: tests/aws/services/lambda_/test_lambda.py::TestLambdaFeatures::test_invocation_with_qualifier HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_upload_lambda_from_s3 LocalStack Community: tests/aws/services/lambda_/test_lambda.py::TestLambdaFeatures::test_upload_lambda_from_s3 HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_function_invocation LocalStack Community: tests/aws/services/lambda_/test_lambda.py::TestLambdaMultiAccounts::test_function_invocation HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_url_echo_http_fixture_default LocalStack Community: tests/aws/services/lambda_/test_lambda.py::TestLambdaURL::test_lambda_url_echo_http_fixture_default HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_url_echo_http_fixture_trim_x_headers LocalStack Community: tests/aws/services/lambda_/test_lambda.py::TestLambdaURL::test_lambda_url_echo_http_fixture_trim_x_headers HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_url_echo_invoke[BUFFERED] LocalStack Community: tests/aws/services/lambda_/test_lambda.py::TestLambdaURL::test_lambda_url_echo_invoke[BUFFERED] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_url_echo_invoke[None] LocalStack Community: tests/aws/services/lambda_/test_lambda.py::TestLambdaURL::test_lambda_url_echo_invoke[None] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_url_form_payload LocalStack Community: tests/aws/services/lambda_/test_lambda.py::TestLambdaURL::test_lambda_url_form_payload HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_url_headers_and_status LocalStack Community: tests/aws/services/lambda_/test_lambda.py::TestLambdaURL::test_lambda_url_headers_and_status HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_url_invocation[boolean] LocalStack Community: tests/aws/services/lambda_/test_lambda.py::TestLambdaURL::test_lambda_url_invocation[boolean] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_url_invocation[dict] LocalStack Community: tests/aws/services/lambda_/test_lambda.py::TestLambdaURL::test_lambda_url_invocation[dict] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_url_invocation[float] LocalStack Community: tests/aws/services/lambda_/test_lambda.py::TestLambdaURL::test_lambda_url_invocation[float] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_url_invocation[http-response-json] LocalStack Community: tests/aws/services/lambda_/test_lambda.py::TestLambdaURL::test_lambda_url_invocation[http-response-json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_url_invocation[http-response] LocalStack Community: tests/aws/services/lambda_/test_lambda.py::TestLambdaURL::test_lambda_url_invocation[http-response] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_url_invocation[integer] LocalStack Community: tests/aws/services/lambda_/test_lambda.py::TestLambdaURL::test_lambda_url_invocation[integer] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_url_invocation[list-mixed] LocalStack Community: tests/aws/services/lambda_/test_lambda.py::TestLambdaURL::test_lambda_url_invocation[list-mixed] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_url_invocation[string] LocalStack Community: tests/aws/services/lambda_/test_lambda.py::TestLambdaURL::test_lambda_url_invocation[string] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_url_invocation_custom_id LocalStack Community: tests/aws/services/lambda_/test_lambda.py::TestLambdaURL::test_lambda_url_invocation_custom_id HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_url_invocation_custom_id_aliased LocalStack Community: tests/aws/services/lambda_/test_lambda.py::TestLambdaURL::test_lambda_url_invocation_custom_id_aliased HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_url_invocation_exception LocalStack Community: tests/aws/services/lambda_/test_lambda.py::TestLambdaURL::test_lambda_url_invocation_exception HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_url_persists_after_alias_delete LocalStack Community: tests/aws/services/lambda_/test_lambda.py::TestLambdaURL::test_lambda_url_persists_after_alias_delete HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_async_invoke_queue_upon_function_update LocalStack Community: tests/aws/services/lambda_/test_lambda.py::TestLambdaVersions::test_async_invoke_queue_upon_function_update HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_handler_update LocalStack Community: tests/aws/services/lambda_/test_lambda.py::TestLambdaVersions::test_lambda_handler_update HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_versions_with_code_changes LocalStack Community: tests/aws/services/lambda_/test_lambda.py::TestLambdaVersions::test_lambda_versions_with_code_changes HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_request_id_async_invoke_with_retry LocalStack Community: tests/aws/services/lambda_/test_lambda.py::TestRequestIdHandling::test_request_id_async_invoke_with_retry HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_request_id_invoke LocalStack Community: tests/aws/services/lambda_/test_lambda.py::TestRequestIdHandling::test_request_id_invoke HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_request_id_invoke_url LocalStack Community: tests/aws/services/lambda_/test_lambda.py::TestRequestIdHandling::test_request_id_invoke_url HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_manual_endpoint_injection[dotnet6] LocalStack Community: tests/aws/services/lambda_/test_lambda_common.py::TestLambdaCallingLocalstack::test_manual_endpoint_injection[dotnet6] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_manual_endpoint_injection[dotnet8] LocalStack Community: tests/aws/services/lambda_/test_lambda_common.py::TestLambdaCallingLocalstack::test_manual_endpoint_injection[dotnet8] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_manual_endpoint_injection[java11] LocalStack Community: tests/aws/services/lambda_/test_lambda_common.py::TestLambdaCallingLocalstack::test_manual_endpoint_injection[java11] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_manual_endpoint_injection[java17] LocalStack Community: tests/aws/services/lambda_/test_lambda_common.py::TestLambdaCallingLocalstack::test_manual_endpoint_injection[java17] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_manual_endpoint_injection[java21] LocalStack Community: tests/aws/services/lambda_/test_lambda_common.py::TestLambdaCallingLocalstack::test_manual_endpoint_injection[java21] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_manual_endpoint_injection[java8.al2] LocalStack Community: tests/aws/services/lambda_/test_lambda_common.py::TestLambdaCallingLocalstack::test_manual_endpoint_injection[java8.al2] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_manual_endpoint_injection[nodejs16.x] LocalStack Community: tests/aws/services/lambda_/test_lambda_common.py::TestLambdaCallingLocalstack::test_manual_endpoint_injection[nodejs16.x] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_manual_endpoint_injection[nodejs18.x] LocalStack Community: tests/aws/services/lambda_/test_lambda_common.py::TestLambdaCallingLocalstack::test_manual_endpoint_injection[nodejs18.x] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_manual_endpoint_injection[nodejs20.x] LocalStack Community: tests/aws/services/lambda_/test_lambda_common.py::TestLambdaCallingLocalstack::test_manual_endpoint_injection[nodejs20.x] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_manual_endpoint_injection[python3.10] LocalStack Community: tests/aws/services/lambda_/test_lambda_common.py::TestLambdaCallingLocalstack::test_manual_endpoint_injection[python3.10] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_manual_endpoint_injection[python3.11] LocalStack Community: tests/aws/services/lambda_/test_lambda_common.py::TestLambdaCallingLocalstack::test_manual_endpoint_injection[python3.11] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_manual_endpoint_injection[python3.12] LocalStack Community: tests/aws/services/lambda_/test_lambda_common.py::TestLambdaCallingLocalstack::test_manual_endpoint_injection[python3.12] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_manual_endpoint_injection[python3.13] LocalStack Community: tests/aws/services/lambda_/test_lambda_common.py::TestLambdaCallingLocalstack::test_manual_endpoint_injection[python3.13] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_manual_endpoint_injection[python3.8] LocalStack Community: tests/aws/services/lambda_/test_lambda_common.py::TestLambdaCallingLocalstack::test_manual_endpoint_injection[python3.8] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_manual_endpoint_injection[python3.9] LocalStack Community: tests/aws/services/lambda_/test_lambda_common.py::TestLambdaCallingLocalstack::test_manual_endpoint_injection[python3.9] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_manual_endpoint_injection[ruby3.2] LocalStack Community: tests/aws/services/lambda_/test_lambda_common.py::TestLambdaCallingLocalstack::test_manual_endpoint_injection[ruby3.2] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_manual_endpoint_injection[ruby3.3] LocalStack Community: tests/aws/services/lambda_/test_lambda_common.py::TestLambdaCallingLocalstack::test_manual_endpoint_injection[ruby3.3] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_echo_invoke[dotnet6] LocalStack Community: tests/aws/services/lambda_/test_lambda_common.py::TestLambdaRuntimesCommon::test_echo_invoke[dotnet6] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_echo_invoke[dotnet8] LocalStack Community: tests/aws/services/lambda_/test_lambda_common.py::TestLambdaRuntimesCommon::test_echo_invoke[dotnet8] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_echo_invoke[java11] LocalStack Community: tests/aws/services/lambda_/test_lambda_common.py::TestLambdaRuntimesCommon::test_echo_invoke[java11] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_echo_invoke[java17] LocalStack Community: tests/aws/services/lambda_/test_lambda_common.py::TestLambdaRuntimesCommon::test_echo_invoke[java17] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_echo_invoke[java21] LocalStack Community: tests/aws/services/lambda_/test_lambda_common.py::TestLambdaRuntimesCommon::test_echo_invoke[java21] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_echo_invoke[java8.al2] LocalStack Community: tests/aws/services/lambda_/test_lambda_common.py::TestLambdaRuntimesCommon::test_echo_invoke[java8.al2] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_echo_invoke[nodejs16.x] LocalStack Community: tests/aws/services/lambda_/test_lambda_common.py::TestLambdaRuntimesCommon::test_echo_invoke[nodejs16.x] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_echo_invoke[nodejs18.x] LocalStack Community: tests/aws/services/lambda_/test_lambda_common.py::TestLambdaRuntimesCommon::test_echo_invoke[nodejs18.x] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_echo_invoke[nodejs20.x] LocalStack Community: tests/aws/services/lambda_/test_lambda_common.py::TestLambdaRuntimesCommon::test_echo_invoke[nodejs20.x] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_echo_invoke[provided.al2023] LocalStack Community: tests/aws/services/lambda_/test_lambda_common.py::TestLambdaRuntimesCommon::test_echo_invoke[provided.al2023] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_echo_invoke[provided.al2] LocalStack Community: tests/aws/services/lambda_/test_lambda_common.py::TestLambdaRuntimesCommon::test_echo_invoke[provided.al2] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_echo_invoke[python3.10] LocalStack Community: tests/aws/services/lambda_/test_lambda_common.py::TestLambdaRuntimesCommon::test_echo_invoke[python3.10] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_echo_invoke[python3.11] LocalStack Community: tests/aws/services/lambda_/test_lambda_common.py::TestLambdaRuntimesCommon::test_echo_invoke[python3.11] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_echo_invoke[python3.12] LocalStack Community: tests/aws/services/lambda_/test_lambda_common.py::TestLambdaRuntimesCommon::test_echo_invoke[python3.12] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_echo_invoke[python3.13] LocalStack Community: tests/aws/services/lambda_/test_lambda_common.py::TestLambdaRuntimesCommon::test_echo_invoke[python3.13] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_echo_invoke[python3.8] LocalStack Community: tests/aws/services/lambda_/test_lambda_common.py::TestLambdaRuntimesCommon::test_echo_invoke[python3.8] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_echo_invoke[python3.9] LocalStack Community: tests/aws/services/lambda_/test_lambda_common.py::TestLambdaRuntimesCommon::test_echo_invoke[python3.9] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_echo_invoke[ruby3.2] LocalStack Community: tests/aws/services/lambda_/test_lambda_common.py::TestLambdaRuntimesCommon::test_echo_invoke[ruby3.2] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_echo_invoke[ruby3.3] LocalStack Community: tests/aws/services/lambda_/test_lambda_common.py::TestLambdaRuntimesCommon::test_echo_invoke[ruby3.3] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_introspection_invoke[dotnet6] LocalStack Community: tests/aws/services/lambda_/test_lambda_common.py::TestLambdaRuntimesCommon::test_introspection_invoke[dotnet6] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_introspection_invoke[dotnet8] LocalStack Community: tests/aws/services/lambda_/test_lambda_common.py::TestLambdaRuntimesCommon::test_introspection_invoke[dotnet8] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_introspection_invoke[java11] LocalStack Community: tests/aws/services/lambda_/test_lambda_common.py::TestLambdaRuntimesCommon::test_introspection_invoke[java11] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_introspection_invoke[java17] LocalStack Community: tests/aws/services/lambda_/test_lambda_common.py::TestLambdaRuntimesCommon::test_introspection_invoke[java17] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_introspection_invoke[java21] LocalStack Community: tests/aws/services/lambda_/test_lambda_common.py::TestLambdaRuntimesCommon::test_introspection_invoke[java21] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_introspection_invoke[java8.al2] LocalStack Community: tests/aws/services/lambda_/test_lambda_common.py::TestLambdaRuntimesCommon::test_introspection_invoke[java8.al2] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_introspection_invoke[nodejs16.x] LocalStack Community: tests/aws/services/lambda_/test_lambda_common.py::TestLambdaRuntimesCommon::test_introspection_invoke[nodejs16.x] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_introspection_invoke[nodejs18.x] LocalStack Community: tests/aws/services/lambda_/test_lambda_common.py::TestLambdaRuntimesCommon::test_introspection_invoke[nodejs18.x] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_introspection_invoke[nodejs20.x] LocalStack Community: tests/aws/services/lambda_/test_lambda_common.py::TestLambdaRuntimesCommon::test_introspection_invoke[nodejs20.x] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_introspection_invoke[provided.al2023] LocalStack Community: tests/aws/services/lambda_/test_lambda_common.py::TestLambdaRuntimesCommon::test_introspection_invoke[provided.al2023] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_introspection_invoke[provided.al2] LocalStack Community: tests/aws/services/lambda_/test_lambda_common.py::TestLambdaRuntimesCommon::test_introspection_invoke[provided.al2] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_introspection_invoke[python3.10] LocalStack Community: tests/aws/services/lambda_/test_lambda_common.py::TestLambdaRuntimesCommon::test_introspection_invoke[python3.10] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_introspection_invoke[python3.11] LocalStack Community: tests/aws/services/lambda_/test_lambda_common.py::TestLambdaRuntimesCommon::test_introspection_invoke[python3.11] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_introspection_invoke[python3.12] LocalStack Community: tests/aws/services/lambda_/test_lambda_common.py::TestLambdaRuntimesCommon::test_introspection_invoke[python3.12] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_introspection_invoke[python3.13] LocalStack Community: tests/aws/services/lambda_/test_lambda_common.py::TestLambdaRuntimesCommon::test_introspection_invoke[python3.13] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_introspection_invoke[python3.8] LocalStack Community: tests/aws/services/lambda_/test_lambda_common.py::TestLambdaRuntimesCommon::test_introspection_invoke[python3.8] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_introspection_invoke[python3.9] LocalStack Community: tests/aws/services/lambda_/test_lambda_common.py::TestLambdaRuntimesCommon::test_introspection_invoke[python3.9] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_introspection_invoke[ruby3.2] LocalStack Community: tests/aws/services/lambda_/test_lambda_common.py::TestLambdaRuntimesCommon::test_introspection_invoke[ruby3.2] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_introspection_invoke[ruby3.3] LocalStack Community: tests/aws/services/lambda_/test_lambda_common.py::TestLambdaRuntimesCommon::test_introspection_invoke[ruby3.3] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_runtime_wrapper_invoke[dotnet6] LocalStack Community: tests/aws/services/lambda_/test_lambda_common.py::TestLambdaRuntimesCommon::test_runtime_wrapper_invoke[dotnet6] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_runtime_wrapper_invoke[dotnet8] LocalStack Community: tests/aws/services/lambda_/test_lambda_common.py::TestLambdaRuntimesCommon::test_runtime_wrapper_invoke[dotnet8] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_runtime_wrapper_invoke[java11] LocalStack Community: tests/aws/services/lambda_/test_lambda_common.py::TestLambdaRuntimesCommon::test_runtime_wrapper_invoke[java11] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_runtime_wrapper_invoke[java17] LocalStack Community: tests/aws/services/lambda_/test_lambda_common.py::TestLambdaRuntimesCommon::test_runtime_wrapper_invoke[java17] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_runtime_wrapper_invoke[java21] LocalStack Community: tests/aws/services/lambda_/test_lambda_common.py::TestLambdaRuntimesCommon::test_runtime_wrapper_invoke[java21] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_runtime_wrapper_invoke[java8.al2] LocalStack Community: tests/aws/services/lambda_/test_lambda_common.py::TestLambdaRuntimesCommon::test_runtime_wrapper_invoke[java8.al2] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_runtime_wrapper_invoke[nodejs16.x] LocalStack Community: tests/aws/services/lambda_/test_lambda_common.py::TestLambdaRuntimesCommon::test_runtime_wrapper_invoke[nodejs16.x] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_runtime_wrapper_invoke[nodejs18.x] LocalStack Community: tests/aws/services/lambda_/test_lambda_common.py::TestLambdaRuntimesCommon::test_runtime_wrapper_invoke[nodejs18.x] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_runtime_wrapper_invoke[nodejs20.x] LocalStack Community: tests/aws/services/lambda_/test_lambda_common.py::TestLambdaRuntimesCommon::test_runtime_wrapper_invoke[nodejs20.x] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_runtime_wrapper_invoke[python3.10] LocalStack Community: tests/aws/services/lambda_/test_lambda_common.py::TestLambdaRuntimesCommon::test_runtime_wrapper_invoke[python3.10] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_runtime_wrapper_invoke[python3.11] LocalStack Community: tests/aws/services/lambda_/test_lambda_common.py::TestLambdaRuntimesCommon::test_runtime_wrapper_invoke[python3.11] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_runtime_wrapper_invoke[python3.12] LocalStack Community: tests/aws/services/lambda_/test_lambda_common.py::TestLambdaRuntimesCommon::test_runtime_wrapper_invoke[python3.12] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_runtime_wrapper_invoke[python3.13] LocalStack Community: tests/aws/services/lambda_/test_lambda_common.py::TestLambdaRuntimesCommon::test_runtime_wrapper_invoke[python3.13] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_runtime_wrapper_invoke[python3.8] LocalStack Community: tests/aws/services/lambda_/test_lambda_common.py::TestLambdaRuntimesCommon::test_runtime_wrapper_invoke[python3.8] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_runtime_wrapper_invoke[python3.9] LocalStack Community: tests/aws/services/lambda_/test_lambda_common.py::TestLambdaRuntimesCommon::test_runtime_wrapper_invoke[python3.9] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_runtime_wrapper_invoke[ruby3.2] LocalStack Community: tests/aws/services/lambda_/test_lambda_common.py::TestLambdaRuntimesCommon::test_runtime_wrapper_invoke[ruby3.2] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_runtime_wrapper_invoke[ruby3.3] LocalStack Community: tests/aws/services/lambda_/test_lambda_common.py::TestLambdaRuntimesCommon::test_runtime_wrapper_invoke[ruby3.3] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_uncaught_exception_invoke[dotnet6] LocalStack Community: tests/aws/services/lambda_/test_lambda_common.py::TestLambdaRuntimesCommon::test_uncaught_exception_invoke[dotnet6] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_uncaught_exception_invoke[dotnet8] LocalStack Community: tests/aws/services/lambda_/test_lambda_common.py::TestLambdaRuntimesCommon::test_uncaught_exception_invoke[dotnet8] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_uncaught_exception_invoke[java11] LocalStack Community: tests/aws/services/lambda_/test_lambda_common.py::TestLambdaRuntimesCommon::test_uncaught_exception_invoke[java11] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_uncaught_exception_invoke[java17] LocalStack Community: tests/aws/services/lambda_/test_lambda_common.py::TestLambdaRuntimesCommon::test_uncaught_exception_invoke[java17] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_uncaught_exception_invoke[java21] LocalStack Community: tests/aws/services/lambda_/test_lambda_common.py::TestLambdaRuntimesCommon::test_uncaught_exception_invoke[java21] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_uncaught_exception_invoke[java8.al2] LocalStack Community: tests/aws/services/lambda_/test_lambda_common.py::TestLambdaRuntimesCommon::test_uncaught_exception_invoke[java8.al2] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_uncaught_exception_invoke[nodejs16.x] LocalStack Community: tests/aws/services/lambda_/test_lambda_common.py::TestLambdaRuntimesCommon::test_uncaught_exception_invoke[nodejs16.x] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_uncaught_exception_invoke[nodejs18.x] LocalStack Community: tests/aws/services/lambda_/test_lambda_common.py::TestLambdaRuntimesCommon::test_uncaught_exception_invoke[nodejs18.x] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_uncaught_exception_invoke[nodejs20.x] LocalStack Community: tests/aws/services/lambda_/test_lambda_common.py::TestLambdaRuntimesCommon::test_uncaught_exception_invoke[nodejs20.x] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_uncaught_exception_invoke[provided.al2023] LocalStack Community: tests/aws/services/lambda_/test_lambda_common.py::TestLambdaRuntimesCommon::test_uncaught_exception_invoke[provided.al2023] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_uncaught_exception_invoke[provided.al2] LocalStack Community: tests/aws/services/lambda_/test_lambda_common.py::TestLambdaRuntimesCommon::test_uncaught_exception_invoke[provided.al2] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_uncaught_exception_invoke[python3.10] LocalStack Community: tests/aws/services/lambda_/test_lambda_common.py::TestLambdaRuntimesCommon::test_uncaught_exception_invoke[python3.10] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_uncaught_exception_invoke[python3.11] LocalStack Community: tests/aws/services/lambda_/test_lambda_common.py::TestLambdaRuntimesCommon::test_uncaught_exception_invoke[python3.11] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_uncaught_exception_invoke[python3.12] LocalStack Community: tests/aws/services/lambda_/test_lambda_common.py::TestLambdaRuntimesCommon::test_uncaught_exception_invoke[python3.12] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_uncaught_exception_invoke[python3.13] LocalStack Community: tests/aws/services/lambda_/test_lambda_common.py::TestLambdaRuntimesCommon::test_uncaught_exception_invoke[python3.13] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_uncaught_exception_invoke[python3.8] LocalStack Community: tests/aws/services/lambda_/test_lambda_common.py::TestLambdaRuntimesCommon::test_uncaught_exception_invoke[python3.8] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_uncaught_exception_invoke[python3.9] LocalStack Community: tests/aws/services/lambda_/test_lambda_common.py::TestLambdaRuntimesCommon::test_uncaught_exception_invoke[python3.9] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_uncaught_exception_invoke[ruby3.2] LocalStack Community: tests/aws/services/lambda_/test_lambda_common.py::TestLambdaRuntimesCommon::test_uncaught_exception_invoke[ruby3.2] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_uncaught_exception_invoke[ruby3.3] LocalStack Community: tests/aws/services/lambda_/test_lambda_common.py::TestLambdaRuntimesCommon::test_uncaught_exception_invoke[ruby3.3] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_dead_letter_queue LocalStack Community: tests/aws/services/lambda_/test_lambda_destinations.py::TestLambdaDLQ::test_dead_letter_queue HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_invoke_lambda_eventbridge LocalStack Community: tests/aws/services/lambda_/test_lambda_destinations.py::TestLambdaDestinationEventbridge::test_invoke_lambda_eventbridge HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_assess_lambda_destination_invocation[payload0] LocalStack Community: tests/aws/services/lambda_/test_lambda_destinations.py::TestLambdaDestinationSqs::test_assess_lambda_destination_invocation[payload0] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_assess_lambda_destination_invocation[payload1] LocalStack Community: tests/aws/services/lambda_/test_lambda_destinations.py::TestLambdaDestinationSqs::test_assess_lambda_destination_invocation[payload1] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_destination_default_retries LocalStack Community: tests/aws/services/lambda_/test_lambda_destinations.py::TestLambdaDestinationSqs::test_lambda_destination_default_retries HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_maxeventage LocalStack Community: tests/aws/services/lambda_/test_lambda_destinations.py::TestLambdaDestinationSqs::test_maxeventage HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_retries LocalStack Community: tests/aws/services/lambda_/test_lambda_destinations.py::TestLambdaDestinationSqs::test_retries HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_additional_docker_flags LocalStack Community: tests/aws/services/lambda_/test_lambda_developer_tools.py::TestDockerFlags::test_additional_docker_flags HTTP Status Code: 200
    • test_lambda_docker_networks LocalStack Community: tests/aws/services/lambda_/test_lambda_developer_tools.py::TestDockerFlags::test_lambda_docker_networks HTTP Status Code: 200
    • test_hot_reloading[nodejs20.x] LocalStack Community: tests/aws/services/lambda_/test_lambda_developer_tools.py::TestHotReloading::test_hot_reloading[nodejs20.x] HTTP Status Code: 200
    • test_hot_reloading[python3.12] LocalStack Community: tests/aws/services/lambda_/test_lambda_developer_tools.py::TestHotReloading::test_hot_reloading[python3.12] HTTP Status Code: 200
    • test_hot_reloading_environment_placeholder LocalStack Community: tests/aws/services/lambda_/test_lambda_developer_tools.py::TestHotReloading::test_hot_reloading_environment_placeholder HTTP Status Code: 200
    • test_lambda_localhost_localstack_cloud_connectivity LocalStack Community: tests/aws/services/lambda_/test_lambda_developer_tools.py::TestLambdaDNS::test_lambda_localhost_localstack_cloud_connectivity HTTP Status Code: 200
    • test_traceid_outside_handler[Active] LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_xray.py::test_traceid_outside_handler[Active] HTTP Status Code: 200 AWS validated
    • test_traceid_outside_handler[PassThrough] LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_xray.py::test_traceid_outside_handler[PassThrough] HTTP Status Code: 200 AWS validated
    • test_xray_trace_propagation LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_xray.py::test_xray_trace_propagation HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_manual_endpoint_injection[provided.al2023] LocalStack Community: tests/aws/services/lambda_/test_lambda_runtimes.py::TestGoProvidedRuntimes::test_manual_endpoint_injection[provided.al2023] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_manual_endpoint_injection[provided.al2] LocalStack Community: tests/aws/services/lambda_/test_lambda_runtimes.py::TestGoProvidedRuntimes::test_manual_endpoint_injection[provided.al2] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_uncaught_exception_invoke[provided.al2023] LocalStack Community: tests/aws/services/lambda_/test_lambda_runtimes.py::TestGoProvidedRuntimes::test_uncaught_exception_invoke[provided.al2023] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_uncaught_exception_invoke[provided.al2] LocalStack Community: tests/aws/services/lambda_/test_lambda_runtimes.py::TestGoProvidedRuntimes::test_uncaught_exception_invoke[provided.al2] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_java_custom_handler_method_specification[cloud.localstack.sample.LambdaHandlerWithInterfaceAndCustom-INTERFACE] LocalStack Community: tests/aws/services/lambda_/test_lambda_runtimes.py::TestJavaRuntimes::test_java_custom_handler_method_specification[cloud.localstack.sample.LambdaHandlerWithInterfaceAndCustom-INTERFACE] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_java_custom_handler_method_specification[cloud.localstack.sample.LambdaHandlerWithInterfaceAndCustom::handleRequest-INTERFACE] LocalStack Community: tests/aws/services/lambda_/test_lambda_runtimes.py::TestJavaRuntimes::test_java_custom_handler_method_specification[cloud.localstack.sample.LambdaHandlerWithInterfaceAndCustom::handleRequest-INTERFACE] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_java_custom_handler_method_specification[cloud.localstack.sample.LambdaHandlerWithInterfaceAndCustom::handleRequestCustom-CUSTOM] LocalStack Community: tests/aws/services/lambda_/test_lambda_runtimes.py::TestJavaRuntimes::test_java_custom_handler_method_specification[cloud.localstack.sample.LambdaHandlerWithInterfaceAndCustom::handleRequestCustom-CUSTOM] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_java_lambda_subscribe_sns_topic LocalStack Community: tests/aws/services/lambda_/test_lambda_runtimes.py::TestJavaRuntimes::test_java_lambda_subscribe_sns_topic HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_java_runtime_with_lib LocalStack Community: tests/aws/services/lambda_/test_lambda_runtimes.py::TestJavaRuntimes::test_java_runtime_with_lib HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_serializable_input_object[java11] LocalStack Community: tests/aws/services/lambda_/test_lambda_runtimes.py::TestJavaRuntimes::test_serializable_input_object[java11] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_serializable_input_object[java17] LocalStack Community: tests/aws/services/lambda_/test_lambda_runtimes.py::TestJavaRuntimes::test_serializable_input_object[java17] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_serializable_input_object[java21] LocalStack Community: tests/aws/services/lambda_/test_lambda_runtimes.py::TestJavaRuntimes::test_serializable_input_object[java21] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_serializable_input_object[java8.al2] LocalStack Community: tests/aws/services/lambda_/test_lambda_runtimes.py::TestJavaRuntimes::test_serializable_input_object[java8.al2] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_stream_handler[java11] LocalStack Community: tests/aws/services/lambda_/test_lambda_runtimes.py::TestJavaRuntimes::test_stream_handler[java11] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_stream_handler[java17] LocalStack Community: tests/aws/services/lambda_/test_lambda_runtimes.py::TestJavaRuntimes::test_stream_handler[java17] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_stream_handler[java21] LocalStack Community: tests/aws/services/lambda_/test_lambda_runtimes.py::TestJavaRuntimes::test_stream_handler[java21] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_stream_handler[java8.al2] LocalStack Community: tests/aws/services/lambda_/test_lambda_runtimes.py::TestJavaRuntimes::test_stream_handler[java8.al2] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_invoke_nodejs_es6_lambda[nodejs16.x] LocalStack Community: tests/aws/services/lambda_/test_lambda_runtimes.py::TestNodeJSRuntimes::test_invoke_nodejs_es6_lambda[nodejs16.x] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_invoke_nodejs_es6_lambda[nodejs18.x] LocalStack Community: tests/aws/services/lambda_/test_lambda_runtimes.py::TestNodeJSRuntimes::test_invoke_nodejs_es6_lambda[nodejs18.x] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_invoke_nodejs_es6_lambda[nodejs20.x] LocalStack Community: tests/aws/services/lambda_/test_lambda_runtimes.py::TestNodeJSRuntimes::test_invoke_nodejs_es6_lambda[nodejs20.x] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_handler_in_submodule[python3.10] LocalStack Community: tests/aws/services/lambda_/test_lambda_runtimes.py::TestPythonRuntimes::test_handler_in_submodule[python3.10] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_handler_in_submodule[python3.11] LocalStack Community: tests/aws/services/lambda_/test_lambda_runtimes.py::TestPythonRuntimes::test_handler_in_submodule[python3.11] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_handler_in_submodule[python3.12] LocalStack Community: tests/aws/services/lambda_/test_lambda_runtimes.py::TestPythonRuntimes::test_handler_in_submodule[python3.12] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_handler_in_submodule[python3.13] LocalStack Community: tests/aws/services/lambda_/test_lambda_runtimes.py::TestPythonRuntimes::test_handler_in_submodule[python3.13] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_handler_in_submodule[python3.8] LocalStack Community: tests/aws/services/lambda_/test_lambda_runtimes.py::TestPythonRuntimes::test_handler_in_submodule[python3.8] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_handler_in_submodule[python3.9] LocalStack Community: tests/aws/services/lambda_/test_lambda_runtimes.py::TestPythonRuntimes::test_handler_in_submodule[python3.9] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_python_runtime_correct_versions[python3.10] LocalStack Community: tests/aws/services/lambda_/test_lambda_runtimes.py::TestPythonRuntimes::test_python_runtime_correct_versions[python3.10] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_python_runtime_correct_versions[python3.11] LocalStack Community: tests/aws/services/lambda_/test_lambda_runtimes.py::TestPythonRuntimes::test_python_runtime_correct_versions[python3.11] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_python_runtime_correct_versions[python3.12] LocalStack Community: tests/aws/services/lambda_/test_lambda_runtimes.py::TestPythonRuntimes::test_python_runtime_correct_versions[python3.12] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_python_runtime_correct_versions[python3.13] LocalStack Community: tests/aws/services/lambda_/test_lambda_runtimes.py::TestPythonRuntimes::test_python_runtime_correct_versions[python3.13] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_python_runtime_correct_versions[python3.8] LocalStack Community: tests/aws/services/lambda_/test_lambda_runtimes.py::TestPythonRuntimes::test_python_runtime_correct_versions[python3.8] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_python_runtime_correct_versions[python3.9] LocalStack Community: tests/aws/services/lambda_/test_lambda_runtimes.py::TestPythonRuntimes::test_python_runtime_correct_versions[python3.9] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_and_delete_log_stream LocalStack Community: tests/aws/services/logs/test_logs.py::TestCloudWatchLogs::test_create_and_delete_log_stream HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_delivery_logs_for_sns LocalStack Community: tests/aws/services/logs/test_logs.py::TestCloudWatchLogs::test_delivery_logs_for_sns HTTP Status Code: 200
    • test_filter_log_events_response_header LocalStack Community: tests/aws/services/logs/test_logs.py::TestCloudWatchLogs::test_filter_log_events_response_header HTTP Status Code: 200 AWS validated
    • test_put_events_multi_bytes_msg LocalStack Community: tests/aws/services/logs/test_logs.py::TestCloudWatchLogs::test_put_events_multi_bytes_msg HTTP Status Code: 200 AWS validated
    • test_put_subscription_filter_firehose LocalStack Community: tests/aws/services/logs/test_logs.py::TestCloudWatchLogs::test_put_subscription_filter_firehose HTTP Status Code: 200 AWS validated
    • test_put_subscription_filter_kinesis LocalStack Community: tests/aws/services/logs/test_logs.py::TestCloudWatchLogs::test_put_subscription_filter_kinesis HTTP Status Code: 200 AWS validated
    • test_put_subscription_filter_lambda LocalStack Community: tests/aws/services/logs/test_logs.py::TestCloudWatchLogs::test_put_subscription_filter_lambda HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_put_subscription_filter_lambda LocalStack Community: tests/aws/services/logs/test_logs.py::TestCloudWatchLogs::test_put_subscription_filter_lambda HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_s3_download_object_with_lambda LocalStack Community: tests/aws/services/s3/test_s3.py::TestS3::test_s3_download_object_with_lambda HTTP Status Code: 200 AWS validated
    • test_s3_lambda_integration LocalStack Community: tests/aws/services/s3/test_s3.py::TestS3::test_s3_lambda_integration HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_presigned_url_v4_signed_headers_in_qs LocalStack Community: tests/aws/services/s3/test_s3.py::TestS3PresignedUrl::test_presigned_url_v4_signed_headers_in_qs HTTP Status Code: 200 AWS validated
    • test_presigned_url_v4_x_amz_in_qs LocalStack Community: tests/aws/services/s3/test_s3.py::TestS3PresignedUrl::test_presigned_url_v4_x_amz_in_qs HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_object_by_presigned_request_via_dynamodb LocalStack Community: tests/aws/services/s3/test_s3_notifications_lambda.py::TestS3NotificationsToLambda::test_create_object_by_presigned_request_via_dynamodb HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_object_put_via_dynamodb LocalStack Community: tests/aws/services/s3/test_s3_notifications_lambda.py::TestS3NotificationsToLambda::test_create_object_put_via_dynamodb HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_rotate_secret_with_lambda_success[None] LocalStack Community: tests/aws/services/secretsmanager/test_secretsmanager.py::TestSecretsManager::test_rotate_secret_with_lambda_success[None] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_rotate_secret_with_lambda_success[True] LocalStack Community: tests/aws/services/secretsmanager/test_secretsmanager.py::TestSecretsManager::test_rotate_secret_with_lambda_success[True] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_delivery_lambda LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSPublishDelivery::test_delivery_lambda HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_sms_can_retrospect LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSRetrospectionEndpoints::test_publish_sms_can_retrospect HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_sms_endpoint LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSMS::test_publish_sms_endpoint HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_lambda_verify_signature[1] LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionLambda::test_publish_lambda_verify_signature[1] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_lambda_verify_signature[2] LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionLambda::test_publish_lambda_verify_signature[2] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_python_lambda_subscribe_sns_topic LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionLambda::test_python_lambda_subscribe_sns_topic HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sns_topic_as_lambda_dead_letter_queue LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionLambda::test_sns_topic_as_lambda_dead_letter_queue HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_base_cases[BASE_LAMBDA_EMPTY] LocalStack Community: tests/aws/services/stepfunctions/v2/arguments/test_arguments.py::TestArgumentsBase::test_base_cases[BASE_LAMBDA_EMPTY] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_base_cases[BASE_LAMBDA_EMPTY_GLOBAL_QL_JSONATA] LocalStack Community: tests/aws/services/stepfunctions/v2/arguments/test_arguments.py::TestArgumentsBase::test_base_cases[BASE_LAMBDA_EMPTY_GLOBAL_QL_JSONATA] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_base_cases[BASE_LAMBDA_EXPRESSION] LocalStack Community: tests/aws/services/stepfunctions/v2/arguments/test_arguments.py::TestArgumentsBase::test_base_cases[BASE_LAMBDA_EXPRESSION] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_base_cases[BASE_LAMBDA_LITERALS] LocalStack Community: tests/aws/services/stepfunctions/v2/arguments/test_arguments.py::TestArgumentsBase::test_base_cases[BASE_LAMBDA_LITERALS] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_assign_in_catch_state LocalStack Community: tests/aws/services/stepfunctions/v2/assign/test_assign_reference_variables.py::TestAssignReferenceVariables::test_assign_in_catch_state HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_variables_in_lambda_task[BASE_ASSIGN_FROM_LAMBDA_TASK_RESULT] LocalStack Community: tests/aws/services/stepfunctions/v2/assign/test_assign_reference_variables.py::TestAssignReferenceVariables::test_variables_in_lambda_task[BASE_ASSIGN_FROM_LAMBDA_TASK_RESULT] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_comments_as_per_docs LocalStack Community: tests/aws/services/stepfunctions/v2/comments/test_comments.py::TestComments::test_comments_as_per_docs HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_result_selector LocalStack Community: tests/aws/services/stepfunctions/v2/context_object/test_context_object.py::TestSnfBase::test_result_selector HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_service_task_lambada_catch_state_all_data_limit_exceeded_on_large_utf8_response LocalStack Community: tests/aws/services/stepfunctions/v2/error_handling/test_states_errors.py::TestStatesErrors::test_service_task_lambada_catch_state_all_data_limit_exceeded_on_large_utf8_response HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_service_task_lambada_data_limit_exceeded_on_large_utf8_response LocalStack Community: tests/aws/services/stepfunctions/v2/error_handling/test_states_errors.py::TestStatesErrors::test_service_task_lambada_data_limit_exceeded_on_large_utf8_response HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_task_lambda_catch_state_all_data_limit_exceeded_on_large_utf8_response LocalStack Community: tests/aws/services/stepfunctions/v2/error_handling/test_states_errors.py::TestStatesErrors::test_task_lambda_catch_state_all_data_limit_exceeded_on_large_utf8_response HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_task_lambda_data_limit_exceeded_on_large_utf8_response LocalStack Community: tests/aws/services/stepfunctions/v2/error_handling/test_states_errors.py::TestStatesErrors::test_task_lambda_data_limit_exceeded_on_large_utf8_response HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_no_such_function LocalStack Community: tests/aws/services/stepfunctions/v2/error_handling/test_task_lambda.py::TestTaskLambda::test_no_such_function HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_no_such_function_catch LocalStack Community: tests/aws/services/stepfunctions/v2/error_handling/test_task_lambda.py::TestTaskLambda::test_no_such_function_catch HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_raise_exception LocalStack Community: tests/aws/services/stepfunctions/v2/error_handling/test_task_lambda.py::TestTaskLambda::test_raise_exception HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_raise_exception_catch LocalStack Community: tests/aws/services/stepfunctions/v2/error_handling/test_task_lambda.py::TestTaskLambda::test_raise_exception_catch HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_raise_exception LocalStack Community: tests/aws/services/stepfunctions/v2/error_handling/test_task_service_lambda.py::TestTaskServiceLambda::test_raise_exception HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_raise_exception_catch LocalStack Community: tests/aws/services/stepfunctions/v2/error_handling/test_task_service_lambda.py::TestTaskServiceLambda::test_raise_exception_catch HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_raise_exception_catch_output_path[$.Payload] LocalStack Community: tests/aws/services/stepfunctions/v2/error_handling/test_task_service_lambda.py::TestTaskServiceLambda::test_raise_exception_catch_output_path[$.Payload] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_raise_exception_catch_output_path[$.no.such.path] LocalStack Community: tests/aws/services/stepfunctions/v2/error_handling/test_task_service_lambda.py::TestTaskServiceLambda::test_raise_exception_catch_output_path[$.no.such.path] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_raise_exception_catch_output_path[None] LocalStack Community: tests/aws/services/stepfunctions/v2/error_handling/test_task_service_lambda.py::TestTaskServiceLambda::test_raise_exception_catch_output_path[None] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_base_task[HEARTBEAT_SECONDS] LocalStack Community: tests/aws/services/stepfunctions/v2/evaluate_jsonata/test_base_evaluate_expressions.py::TestBaseEvaluateJsonata::test_base_task[HEARTBEAT_SECONDS] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_base_task[TIMEOUT_SECONDS] LocalStack Community: tests/aws/services/stepfunctions/v2/evaluate_jsonata/test_base_evaluate_expressions.py::TestBaseEvaluateJsonata::test_base_task[TIMEOUT_SECONDS] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_base_task_from_input[HEARTBEAT_SECONDS] LocalStack Community: tests/aws/services/stepfunctions/v2/evaluate_jsonata/test_base_evaluate_expressions.py::TestBaseEvaluateJsonata::test_base_task_from_input[HEARTBEAT_SECONDS] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_base_task_from_input[TIMEOUT_SECONDS] LocalStack Community: tests/aws/services/stepfunctions/v2/evaluate_jsonata/test_base_evaluate_expressions.py::TestBaseEvaluateJsonata::test_base_task_from_input[TIMEOUT_SECONDS] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_base[BASE_PASS_RESULT] LocalStack Community: tests/aws/services/stepfunctions/v2/express/test_express_async.py::TestExpressAsync::test_base[BASE_PASS_RESULT] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_base[BASE_RAISE_FAILURE] LocalStack Community: tests/aws/services/stepfunctions/v2/express/test_express_async.py::TestExpressAsync::test_base[BASE_RAISE_FAILURE] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_catch LocalStack Community: tests/aws/services/stepfunctions/v2/express/test_express_async.py::TestExpressAsync::test_catch HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_query_runtime_memory LocalStack Community: tests/aws/services/stepfunctions/v2/express/test_express_async.py::TestExpressAsync::test_query_runtime_memory HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_retry LocalStack Community: tests/aws/services/stepfunctions/v2/express/test_express_async.py::TestExpressAsync::test_retry HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_catch LocalStack Community: tests/aws/services/stepfunctions/v2/express/test_express_sync.py::TestExpressSync::test_catch HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_retry LocalStack Community: tests/aws/services/stepfunctions/v2/express/test_express_sync.py::TestExpressSync::test_retry HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_base[pass_result.json5_ALL_False] LocalStack Community: tests/aws/services/stepfunctions/v2/logs/test_logs.py::TestLogs::test_base[pass_result.json5_ALL_False] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_base[pass_result.json5_ALL_True] LocalStack Community: tests/aws/services/stepfunctions/v2/logs/test_logs.py::TestLogs::test_base[pass_result.json5_ALL_True] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_base[raise_failure.json5_ALL_False] LocalStack Community: tests/aws/services/stepfunctions/v2/logs/test_logs.py::TestLogs::test_base[raise_failure.json5_ALL_False] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_base[raise_failure.json5_ALL_True] LocalStack Community: tests/aws/services/stepfunctions/v2/logs/test_logs.py::TestLogs::test_base[raise_failure.json5_ALL_True] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_base[wait_seconds_path.json5_ALL_False] LocalStack Community: tests/aws/services/stepfunctions/v2/logs/test_logs.py::TestLogs::test_base[wait_seconds_path.json5_ALL_False] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_base[wait_seconds_path.json5_ALL_True] LocalStack Community: tests/aws/services/stepfunctions/v2/logs/test_logs.py::TestLogs::test_base[wait_seconds_path.json5_ALL_True] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_deleted_log_group LocalStack Community: tests/aws/services/stepfunctions/v2/logs/test_logs.py::TestLogs::test_deleted_log_group HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_log_group_with_multiple_runs LocalStack Community: tests/aws/services/stepfunctions/v2/logs/test_logs.py::TestLogs::test_log_group_with_multiple_runs HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_partial_log_levels[pass_result.json5_ERROR_False] LocalStack Community: tests/aws/services/stepfunctions/v2/logs/test_logs.py::TestLogs::test_partial_log_levels[pass_result.json5_ERROR_False] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_partial_log_levels[pass_result.json5_ERROR_True] LocalStack Community: tests/aws/services/stepfunctions/v2/logs/test_logs.py::TestLogs::test_partial_log_levels[pass_result.json5_ERROR_True] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_partial_log_levels[pass_result.json5_FATAL_False] LocalStack Community: tests/aws/services/stepfunctions/v2/logs/test_logs.py::TestLogs::test_partial_log_levels[pass_result.json5_FATAL_False] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_partial_log_levels[pass_result.json5_FATAL_True] LocalStack Community: tests/aws/services/stepfunctions/v2/logs/test_logs.py::TestLogs::test_partial_log_levels[pass_result.json5_FATAL_True] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_partial_log_levels[raise_failure.json5_ERROR_False] LocalStack Community: tests/aws/services/stepfunctions/v2/logs/test_logs.py::TestLogs::test_partial_log_levels[raise_failure.json5_ERROR_False] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_partial_log_levels[raise_failure.json5_ERROR_True] LocalStack Community: tests/aws/services/stepfunctions/v2/logs/test_logs.py::TestLogs::test_partial_log_levels[raise_failure.json5_ERROR_True] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_partial_log_levels[raise_failure.json5_FATAL_False] LocalStack Community: tests/aws/services/stepfunctions/v2/logs/test_logs.py::TestLogs::test_partial_log_levels[raise_failure.json5_FATAL_False] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_partial_log_levels[raise_failure.json5_FATAL_True] LocalStack Community: tests/aws/services/stepfunctions/v2/logs/test_logs.py::TestLogs::test_partial_log_levels[raise_failure.json5_FATAL_True] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_partial_log_levels[wait_seconds_path.json5_ERROR_False] LocalStack Community: tests/aws/services/stepfunctions/v2/logs/test_logs.py::TestLogs::test_partial_log_levels[wait_seconds_path.json5_ERROR_False] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_partial_log_levels[wait_seconds_path.json5_ERROR_True] LocalStack Community: tests/aws/services/stepfunctions/v2/logs/test_logs.py::TestLogs::test_partial_log_levels[wait_seconds_path.json5_ERROR_True] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_partial_log_levels[wait_seconds_path.json5_FATAL_False] LocalStack Community: tests/aws/services/stepfunctions/v2/logs/test_logs.py::TestLogs::test_partial_log_levels[wait_seconds_path.json5_FATAL_False] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_partial_log_levels[wait_seconds_path.json5_FATAL_True] LocalStack Community: tests/aws/services/stepfunctions/v2/logs/test_logs.py::TestLogs::test_partial_log_levels[wait_seconds_path.json5_FATAL_True] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_base_lambda[BASE_LAMBDA] LocalStack Community: tests/aws/services/stepfunctions/v2/outputdecl/test_output.py::TestArgumentsBase::test_base_lambda[BASE_LAMBDA] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_base_task_lambda[BASE_TASK_LAMBDA] LocalStack Community: tests/aws/services/stepfunctions/v2/outputdecl/test_output.py::TestArgumentsBase::test_base_task_lambda[BASE_TASK_LAMBDA] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_task_resource_data_flow[TASK_LAMBDA_LEGACY_RESOURCE_JSONATA_TO_JSONPATH] LocalStack Community: tests/aws/services/stepfunctions/v2/query_language/test_mixed_query_language.py::TestMixedQueryLanguageFlow::test_lambda_task_resource_data_flow[TASK_LAMBDA_LEGACY_RESOURCE_JSONATA_TO_JSONPATH] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_task_resource_data_flow[TASK_LAMBDA_LEGACY_RESOURCE_JSONPATH_TO_JSONATA] LocalStack Community: tests/aws/services/stepfunctions/v2/query_language/test_mixed_query_language.py::TestMixedQueryLanguageFlow::test_lambda_task_resource_data_flow[TASK_LAMBDA_LEGACY_RESOURCE_JSONPATH_TO_JSONATA] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_task_resource_data_flow[TASK_LAMBDA_SDK_RESOURCE_JSONATA_TO_JSONPATH] LocalStack Community: tests/aws/services/stepfunctions/v2/query_language/test_mixed_query_language.py::TestMixedQueryLanguageFlow::test_lambda_task_resource_data_flow[TASK_LAMBDA_SDK_RESOURCE_JSONATA_TO_JSONPATH] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_task_resource_data_flow[TASK_LAMBDA_SDK_RESOURCE_JSONPATH_TO_JSONATA] LocalStack Community: tests/aws/services/stepfunctions/v2/query_language/test_mixed_query_language.py::TestMixedQueryLanguageFlow::test_lambda_task_resource_data_flow[TASK_LAMBDA_SDK_RESOURCE_JSONPATH_TO_JSONATA] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_task_dataflow_to_state LocalStack Community: tests/aws/services/stepfunctions/v2/query_language/test_mixed_query_language.py::TestMixedQueryLanguageFlow::test_task_dataflow_to_state HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_catch_empty LocalStack Community: tests/aws/services/stepfunctions/v2/scenarios/test_base_scenarios.py::TestBaseScenarios::test_catch_empty HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_catch_states_runtime LocalStack Community: tests/aws/services/stepfunctions/v2/scenarios/test_base_scenarios.py::TestBaseScenarios::test_catch_states_runtime HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_empty_retry LocalStack Community: tests/aws/services/stepfunctions/v2/scenarios/test_base_scenarios.py::TestBaseScenarios::test_lambda_empty_retry HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_invoke_with_retry_base LocalStack Community: tests/aws/services/stepfunctions/v2/scenarios/test_base_scenarios.py::TestBaseScenarios::test_lambda_invoke_with_retry_base HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_invoke_with_retry_extended_input LocalStack Community: tests/aws/services/stepfunctions/v2/scenarios/test_base_scenarios.py::TestBaseScenarios::test_lambda_invoke_with_retry_extended_input HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_service_invoke_with_retry_extended_input LocalStack Community: tests/aws/services/stepfunctions/v2/scenarios/test_base_scenarios.py::TestBaseScenarios::test_lambda_service_invoke_with_retry_extended_input HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_map_state_config_distributed_reentrant_lambda LocalStack Community: tests/aws/services/stepfunctions/v2/scenarios/test_base_scenarios.py::TestBaseScenarios::test_map_state_config_distributed_reentrant_lambda HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_retry_interval_features LocalStack Community: tests/aws/services/stepfunctions/v2/scenarios/test_base_scenarios.py::TestBaseScenarios::test_retry_interval_features HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_retry_interval_features_jitter_none LocalStack Community: tests/aws/services/stepfunctions/v2/scenarios/test_base_scenarios.py::TestBaseScenarios::test_retry_interval_features_jitter_none HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_retry_interval_features_max_attempts_zero LocalStack Community: tests/aws/services/stepfunctions/v2/scenarios/test_base_scenarios.py::TestBaseScenarios::test_retry_interval_features_max_attempts_zero HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_step_functions_calling_api_gateway LocalStack Community: tests/aws/services/stepfunctions/v2/scenarios/test_sfn_scenarios.py::TestFundamental::test_step_functions_calling_api_gateway HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_wait_for_callback LocalStack Community: tests/aws/services/stepfunctions/v2/scenarios/test_sfn_scenarios.py::TestFundamental::test_wait_for_callback HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_invoke_base LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_apigetway_task_service.py::TestTaskApiGateway::test_invoke_base HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_invoke_with_body_post[HelloWorld] LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_apigetway_task_service.py::TestTaskApiGateway::test_invoke_with_body_post[HelloWorld] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_invoke_with_body_post[None] LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_apigetway_task_service.py::TestTaskApiGateway::test_invoke_with_body_post[None] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_invoke_with_body_post[] LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_apigetway_task_service.py::TestTaskApiGateway::test_invoke_with_body_post[] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_invoke_with_body_post[request_body3] LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_apigetway_task_service.py::TestTaskApiGateway::test_invoke_with_body_post[request_body3] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_invoke_with_headers[custom_header1] LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_apigetway_task_service.py::TestTaskApiGateway::test_invoke_with_headers[custom_header1] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_invoke_with_headers[custom_header2] LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_apigetway_task_service.py::TestTaskApiGateway::test_invoke_with_headers[custom_header2] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_invoke_with_query_parameters LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_apigetway_task_service.py::TestTaskApiGateway::test_invoke_with_query_parameters HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_invoke_bytes_payload LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_lambda_task.py::TestTaskLambda::test_invoke_bytes_payload HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_invoke_json_values[0.0] LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_lambda_task.py::TestTaskLambda::test_invoke_json_values[0.0] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_invoke_json_values[0_0] LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_lambda_task.py::TestTaskLambda::test_invoke_json_values[0_0] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_invoke_json_values[0_1] LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_lambda_task.py::TestTaskLambda::test_invoke_json_values[0_1] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_invoke_json_values[HelloWorld] LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_lambda_task.py::TestTaskLambda::test_invoke_json_values[HelloWorld] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_invoke_json_values[True] LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_lambda_task.py::TestTaskLambda::test_invoke_json_values[True] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_invoke_json_values[json_value5] LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_lambda_task.py::TestTaskLambda::test_invoke_json_values[json_value5] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_invoke_json_values[json_value6] LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_lambda_task.py::TestTaskLambda::test_invoke_json_values[json_value6] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_invoke_pipe LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_lambda_task.py::TestTaskLambda::test_invoke_pipe HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_invoke_string_payload LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_lambda_task.py::TestTaskLambda::test_invoke_string_payload HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_task_filter_parameters_input LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_lambda_task.py::TestTaskLambda::test_lambda_task_filter_parameters_input HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_invoke LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_lambda_task_service.py::TestTaskServiceLambda::test_invoke HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_invoke_bytes_payload LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_lambda_task_service.py::TestTaskServiceLambda::test_invoke_bytes_payload HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_invoke_json_values[0.0] LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_lambda_task_service.py::TestTaskServiceLambda::test_invoke_json_values[0.0] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_invoke_json_values[0_0] LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_lambda_task_service.py::TestTaskServiceLambda::test_invoke_json_values[0_0] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_invoke_json_values[0_1] LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_lambda_task_service.py::TestTaskServiceLambda::test_invoke_json_values[0_1] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_invoke_json_values[HelloWorld] LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_lambda_task_service.py::TestTaskServiceLambda::test_invoke_json_values[HelloWorld] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_invoke_json_values[True] LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_lambda_task_service.py::TestTaskServiceLambda::test_invoke_json_values[True] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_invoke_json_values[json_value5] LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_lambda_task_service.py::TestTaskServiceLambda::test_invoke_json_values[json_value5] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_invoke_json_values[json_value6] LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_lambda_task_service.py::TestTaskServiceLambda::test_invoke_json_values[json_value6] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_invoke_unsupported_param LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_lambda_task_service.py::TestTaskServiceLambda::test_invoke_unsupported_param HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_catch_error_variable_sampling[TASK_CATCH_ERROR_VARIABLE_SAMPLING] LocalStack Community: tests/aws/services/stepfunctions/v2/states_variables/test_error_output.py::TestStateVariablesTemplate::test_catch_error_variable_sampling[TASK_CATCH_ERROR_VARIABLE_SAMPLING] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_catch_error_variable_sampling[TASK_CATCH_ERROR_VARIABLE_SAMPLING_TO_JSONPATH] LocalStack Community: tests/aws/services/stepfunctions/v2/states_variables/test_error_output.py::TestStateVariablesTemplate::test_catch_error_variable_sampling[TASK_CATCH_ERROR_VARIABLE_SAMPLING_TO_JSONPATH] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_task_catch_error_output[TASK_CATCH_ERROR_OUTPUT] LocalStack Community: tests/aws/services/stepfunctions/v2/states_variables/test_error_output.py::TestStateVariablesTemplate::test_task_catch_error_output[TASK_CATCH_ERROR_OUTPUT] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_task_catch_error_output[TASK_CATCH_ERROR_OUTPUT_TO_JSONPATH] LocalStack Community: tests/aws/services/stepfunctions/v2/states_variables/test_error_output.py::TestStateVariablesTemplate::test_task_catch_error_output[TASK_CATCH_ERROR_OUTPUT_TO_JSONPATH] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_task_catch_error_with_retry[TASK_CATCH_ERROR_OUTPUT_WITH_RETRY] LocalStack Community: tests/aws/services/stepfunctions/v2/states_variables/test_error_output.py::TestStateVariablesTemplate::test_task_catch_error_with_retry[TASK_CATCH_ERROR_OUTPUT_WITH_RETRY] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_task_catch_error_with_retry[TASK_CATCH_ERROR_OUTPUT_WITH_RETRY_TO_JSONPATH] LocalStack Community: tests/aws/services/stepfunctions/v2/states_variables/test_error_output.py::TestStateVariablesTemplate::test_task_catch_error_with_retry[TASK_CATCH_ERROR_OUTPUT_WITH_RETRY_TO_JSONPATH] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_start_async_describe_history_execution LocalStack Community: tests/aws/services/stepfunctions/v2/test_sfn_api_express.py::TestSfnApiExpress::test_start_async_describe_history_execution HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_logging_configuration[ALL-False] LocalStack Community: tests/aws/services/stepfunctions/v2/test_sfn_api_logs.py::TestSnfApiLogs::test_logging_configuration[ALL-False] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_logging_configuration[ALL-True] LocalStack Community: tests/aws/services/stepfunctions/v2/test_sfn_api_logs.py::TestSnfApiLogs::test_logging_configuration[ALL-True] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_logging_configuration[ERROR-False] LocalStack Community: tests/aws/services/stepfunctions/v2/test_sfn_api_logs.py::TestSnfApiLogs::test_logging_configuration[ERROR-False] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_logging_configuration[ERROR-True] LocalStack Community: tests/aws/services/stepfunctions/v2/test_sfn_api_logs.py::TestSnfApiLogs::test_logging_configuration[ERROR-True] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_logging_configuration[FATAL-False] LocalStack Community: tests/aws/services/stepfunctions/v2/test_sfn_api_logs.py::TestSnfApiLogs::test_logging_configuration[FATAL-False] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_logging_configuration[FATAL-True] LocalStack Community: tests/aws/services/stepfunctions/v2/test_sfn_api_logs.py::TestSnfApiLogs::test_logging_configuration[FATAL-True] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_update_logging_configuration LocalStack Community: tests/aws/services/stepfunctions/v2/test_sfn_api_logs.py::TestSnfApiLogs::test_update_logging_configuration HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_base_lambda_service_task_state[DEBUG] LocalStack Community: tests/aws/services/stepfunctions/v2/test_state/test_test_state_scenarios.py::TestStateCaseScenarios::test_base_lambda_service_task_state[DEBUG] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_base_lambda_service_task_state[INFO] LocalStack Community: tests/aws/services/stepfunctions/v2/test_state/test_test_state_scenarios.py::TestStateCaseScenarios::test_base_lambda_service_task_state[INFO] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_base_lambda_service_task_state[TRACE] LocalStack Community: tests/aws/services/stepfunctions/v2/test_state/test_test_state_scenarios.py::TestStateCaseScenarios::test_base_lambda_service_task_state[TRACE] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_base_lambda_task_state[DEBUG] LocalStack Community: tests/aws/services/stepfunctions/v2/test_state/test_test_state_scenarios.py::TestStateCaseScenarios::test_base_lambda_task_state[DEBUG] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_base_lambda_task_state[INFO] LocalStack Community: tests/aws/services/stepfunctions/v2/test_state/test_test_state_scenarios.py::TestStateCaseScenarios::test_base_lambda_task_state[INFO] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_base_lambda_task_state[TRACE] LocalStack Community: tests/aws/services/stepfunctions/v2/test_state/test_test_state_scenarios.py::TestStateCaseScenarios::test_base_lambda_task_state[TRACE] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_choice_state_machine LocalStack Community: tests/aws/services/stepfunctions/v2/test_stepfunctions_v2.py::TestStateMachine::test_create_choice_state_machine HTTP Status Code: 200
    • test_create_run_map_state_machine LocalStack Community: tests/aws/services/stepfunctions/v2/test_stepfunctions_v2.py::TestStateMachine::test_create_run_map_state_machine HTTP Status Code: 200
    • test_create_run_state_machine LocalStack Community: tests/aws/services/stepfunctions/v2/test_stepfunctions_v2.py::TestStateMachine::test_create_run_state_machine HTTP Status Code: 200
    • test_intrinsic_functions LocalStack Community: tests/aws/services/stepfunctions/v2/test_stepfunctions_v2.py::TestStateMachine::test_intrinsic_functions HTTP Status Code: 200
    • test_lambda_streams_batch_and_transactions LocalStack Community: tests/aws/test_integration.py::TestIntegration::test_lambda_streams_batch_and_transactions HTTP Status Code: 200
    • test_scheduled_lambda LocalStack Community: tests/aws/test_integration.py::TestIntegration::test_scheduled_lambda HTTP Status Code: 200
    • test_lambda_put_item_to_dynamodb[python3.10] LocalStack Community: tests/aws/test_integration.py::TestLambdaOutgoingSdkCalls::test_lambda_put_item_to_dynamodb[python3.10] HTTP Status Code: 200
    • test_lambda_put_item_to_dynamodb[python3.11] LocalStack Community: tests/aws/test_integration.py::TestLambdaOutgoingSdkCalls::test_lambda_put_item_to_dynamodb[python3.11] HTTP Status Code: 200
    • test_lambda_put_item_to_dynamodb[python3.12] LocalStack Community: tests/aws/test_integration.py::TestLambdaOutgoingSdkCalls::test_lambda_put_item_to_dynamodb[python3.12] HTTP Status Code: 200
    • test_lambda_put_item_to_dynamodb[python3.13] LocalStack Community: tests/aws/test_integration.py::TestLambdaOutgoingSdkCalls::test_lambda_put_item_to_dynamodb[python3.13] HTTP Status Code: 200
    • test_lambda_put_item_to_dynamodb[python3.8] LocalStack Community: tests/aws/test_integration.py::TestLambdaOutgoingSdkCalls::test_lambda_put_item_to_dynamodb[python3.8] HTTP Status Code: 200
    • test_lambda_put_item_to_dynamodb[python3.9] LocalStack Community: tests/aws/test_integration.py::TestLambdaOutgoingSdkCalls::test_lambda_put_item_to_dynamodb[python3.9] HTTP Status Code: 200
    • test_lambda_send_message_to_sqs[python3.10] LocalStack Community: tests/aws/test_integration.py::TestLambdaOutgoingSdkCalls::test_lambda_send_message_to_sqs[python3.10] HTTP Status Code: 200
    • test_lambda_send_message_to_sqs[python3.11] LocalStack Community: tests/aws/test_integration.py::TestLambdaOutgoingSdkCalls::test_lambda_send_message_to_sqs[python3.11] HTTP Status Code: 200
    • test_lambda_send_message_to_sqs[python3.12] LocalStack Community: tests/aws/test_integration.py::TestLambdaOutgoingSdkCalls::test_lambda_send_message_to_sqs[python3.12] HTTP Status Code: 200
    • test_lambda_send_message_to_sqs[python3.13] LocalStack Community: tests/aws/test_integration.py::TestLambdaOutgoingSdkCalls::test_lambda_send_message_to_sqs[python3.13] HTTP Status Code: 200
    • test_lambda_send_message_to_sqs[python3.8] LocalStack Community: tests/aws/test_integration.py::TestLambdaOutgoingSdkCalls::test_lambda_send_message_to_sqs[python3.8] HTTP Status Code: 200
    • test_lambda_send_message_to_sqs[python3.9] LocalStack Community: tests/aws/test_integration.py::TestLambdaOutgoingSdkCalls::test_lambda_send_message_to_sqs[python3.9] HTTP Status Code: 200
    • test_lambda_start_stepfunctions_execution[python3.10] LocalStack Community: tests/aws/test_integration.py::TestLambdaOutgoingSdkCalls::test_lambda_start_stepfunctions_execution[python3.10] HTTP Status Code: 200
    • test_lambda_start_stepfunctions_execution[python3.11] LocalStack Community: tests/aws/test_integration.py::TestLambdaOutgoingSdkCalls::test_lambda_start_stepfunctions_execution[python3.11] HTTP Status Code: 200
    • test_lambda_start_stepfunctions_execution[python3.12] LocalStack Community: tests/aws/test_integration.py::TestLambdaOutgoingSdkCalls::test_lambda_start_stepfunctions_execution[python3.12] HTTP Status Code: 200
    • test_lambda_start_stepfunctions_execution[python3.13] LocalStack Community: tests/aws/test_integration.py::TestLambdaOutgoingSdkCalls::test_lambda_start_stepfunctions_execution[python3.13] HTTP Status Code: 200
    • test_lambda_start_stepfunctions_execution[python3.8] LocalStack Community: tests/aws/test_integration.py::TestLambdaOutgoingSdkCalls::test_lambda_start_stepfunctions_execution[python3.8] HTTP Status Code: 200
    • test_lambda_start_stepfunctions_execution[python3.9] LocalStack Community: tests/aws/test_integration.py::TestLambdaOutgoingSdkCalls::test_lambda_start_stepfunctions_execution[python3.9] HTTP Status Code: 200
    • test_kinesis_lambda_forward_chain LocalStack Community: tests/aws/test_integration.py::test_kinesis_lambda_forward_chain HTTP Status Code: 200
    • test_lambda_dynamodb LocalStack Community: tests/aws/scenario/bookstore/test_bookstore.py::TestBookstoreApplication::test_lambda_dynamodb HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_opensearch_crud LocalStack Community: tests/aws/scenario/bookstore/test_bookstore.py::TestBookstoreApplication::test_opensearch_crud HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_search_books LocalStack Community: tests/aws/scenario/bookstore/test_bookstore.py::TestBookstoreApplication::test_search_books HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_stepfunctions_input_recipient_list[step_function_input1-SUCCEEDED] LocalStack Community: tests/aws/scenario/loan_broker/test_loan_broker.py::TestLoanBrokerScenario::test_stepfunctions_input_recipient_list[step_function_input1-SUCCEEDED] HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_stepfunctions_input_recipient_list[step_function_input2-FAILED] LocalStack Community: tests/aws/scenario/loan_broker/test_loan_broker.py::TestLoanBrokerScenario::test_stepfunctions_input_recipient_list[step_function_input2-FAILED] HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_notes_rest_api LocalStack Community: tests/aws/scenario/note_taking/test_note_taking.py::TestNoteTakingScenario::test_notes_rest_api HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated
    • test_apigw_test_invoke_method_api LocalStack Community: tests/aws/services/apigateway/test_apigateway_basic.py::TestAPIGateway::test_apigw_test_invoke_method_api HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_api_gateway_request_validator LocalStack Community: tests/aws/services/apigateway/test_apigateway_common.py::TestApiGatewayCommon::test_api_gateway_request_validator HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_invocation_trace_id LocalStack Community: tests/aws/services/apigateway/test_apigateway_common.py::TestApiGatewayCommon::test_invocation_trace_id HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_http_integration_invoke_status_code_passthrough[HTTP] LocalStack Community: tests/aws/services/apigateway/test_apigateway_http.py::test_http_integration_invoke_status_code_passthrough[HTTP] HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_http_integration_invoke_status_code_passthrough[HTTP_PROXY] LocalStack Community: tests/aws/services/apigateway/test_apigateway_http.py::test_http_integration_invoke_status_code_passthrough[HTTP_PROXY] HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_http_integration_method[HTTP] LocalStack Community: tests/aws/services/apigateway/test_apigateway_http.py::test_http_integration_method[HTTP] HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_http_integration_method[HTTP_PROXY] LocalStack Community: tests/aws/services/apigateway/test_apigateway_http.py::test_http_integration_method[HTTP_PROXY] HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_apigateway_header_remapping_aws[AWS] LocalStack Community: tests/aws/services/apigateway/test_apigateway_integrations.py::TestApiGatewayHeaderRemapping::test_apigateway_header_remapping_aws[AWS] HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_apigateway_header_remapping_aws[AWS_PROXY] LocalStack Community: tests/aws/services/apigateway/test_apigateway_integrations.py::TestApiGatewayHeaderRemapping::test_apigateway_header_remapping_aws[AWS_PROXY] HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_aws_proxy_response_payload_format_validation LocalStack Community: tests/aws/services/apigateway/test_apigateway_lambda.py::test_aws_proxy_response_payload_format_validation HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_lambda_aws_integration_response_with_mapping_templates LocalStack Community: tests/aws/services/apigateway/test_apigateway_lambda.py::test_lambda_aws_integration_response_with_mapping_templates HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_lambda_aws_integration_with_request_template LocalStack Community: tests/aws/services/apigateway/test_apigateway_lambda.py::test_lambda_aws_integration_with_request_template HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_lambda_aws_proxy_integration LocalStack Community: tests/aws/services/apigateway/test_apigateway_lambda.py::test_lambda_aws_proxy_integration HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_lambda_aws_proxy_response_format LocalStack Community: tests/aws/services/apigateway/test_apigateway_lambda.py::test_lambda_aws_proxy_response_format HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated
    • test_lambda_selection_patterns LocalStack Community: tests/aws/services/apigateway/test_apigateway_lambda.py::test_lambda_selection_patterns HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_dynamodb_event_filter[content_or_filter] LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_filter[content_or_filter] HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_dynamodb_event_filter[date_time_conversion] LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_filter[date_time_conversion] HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_dynamodb_event_source_mapping_with_on_failure_destination_config LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_source_mapping_with_on_failure_destination_config HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_dynamodb_event_source_mapping_with_sns_on_failure_destination_config LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_source_mapping_with_sns_on_failure_destination_config HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_dynamodb_report_batch_item_failure_scenarios[empty_string_item_identifier_failure] LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_report_batch_item_failure_scenarios[empty_string_item_identifier_failure] HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_dynamodb_report_batch_item_failure_scenarios[invalid_key_foo_failure] LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_report_batch_item_failure_scenarios[invalid_key_foo_failure] HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_dynamodb_report_batch_item_failure_scenarios[invalid_key_foo_null_value_failure] LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_report_batch_item_failure_scenarios[invalid_key_foo_null_value_failure] HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_dynamodb_report_batch_item_failure_scenarios[item_identifier_not_present_failure] LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_report_batch_item_failure_scenarios[item_identifier_not_present_failure] HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_dynamodb_report_batch_item_failure_scenarios[null_item_identifier_failure] LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_report_batch_item_failure_scenarios[null_item_identifier_failure] HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_dynamodb_report_batch_item_failure_scenarios[unhandled_exception_in_function] LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_report_batch_item_failure_scenarios[unhandled_exception_in_function] HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_dynamodb_report_batch_item_failures LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_report_batch_item_failures HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_kinesis_event_source_mapping_with_on_failure_destination_config LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_kinesis.py::TestKinesisSource::test_kinesis_event_source_mapping_with_on_failure_destination_config HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_kinesis_event_source_mapping_with_sns_on_failure_destination_config LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_kinesis.py::TestKinesisSource::test_kinesis_event_source_mapping_with_sns_on_failure_destination_config HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_kinesis_event_source_trim_horizon LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_kinesis.py::TestKinesisSource::test_kinesis_event_source_trim_horizon HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_kinesis_report_batch_item_failure_scenarios[empty_string_item_identifier_failure] LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_kinesis.py::TestKinesisSource::test_kinesis_report_batch_item_failure_scenarios[empty_string_item_identifier_failure] HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_kinesis_report_batch_item_failure_scenarios[invalid_key_foo_failure] LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_kinesis.py::TestKinesisSource::test_kinesis_report_batch_item_failure_scenarios[invalid_key_foo_failure] HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_kinesis_report_batch_item_failure_scenarios[invalid_key_foo_null_value_failure] LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_kinesis.py::TestKinesisSource::test_kinesis_report_batch_item_failure_scenarios[invalid_key_foo_null_value_failure] HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_kinesis_report_batch_item_failure_scenarios[item_identifier_not_present_failure] LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_kinesis.py::TestKinesisSource::test_kinesis_report_batch_item_failure_scenarios[item_identifier_not_present_failure] HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_kinesis_report_batch_item_failure_scenarios[null_item_identifier_failure] LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_kinesis.py::TestKinesisSource::test_kinesis_report_batch_item_failure_scenarios[null_item_identifier_failure] HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_kinesis_report_batch_item_failure_scenarios[unhandled_exception_in_function] LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_kinesis.py::TestKinesisSource::test_kinesis_report_batch_item_failure_scenarios[unhandled_exception_in_function] HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_kinesis_report_batch_item_failures LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_kinesis.py::TestKinesisSource::test_kinesis_report_batch_item_failures HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_failing_lambda_retries_after_visibility_timeout LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_sqs.py::test_failing_lambda_retries_after_visibility_timeout HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_fifo_message_group_parallelism LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_sqs.py::test_fifo_message_group_parallelism HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_redrive_policy_with_failing_lambda LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_sqs.py::test_redrive_policy_with_failing_lambda HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_report_batch_item_failures LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_sqs.py::test_report_batch_item_failures HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_report_batch_item_failures_invalid_result_json_batch_fails LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_sqs.py::test_report_batch_item_failures_invalid_result_json_batch_fails HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_report_batch_item_failures_on_lambda_error LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_sqs.py::test_report_batch_item_failures_on_lambda_error HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_lambda_alias_moving LocalStack Community: tests/aws/services/lambda_/test_lambda.py::TestLambdaAliases::test_lambda_alias_moving HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_lambda_too_large_response LocalStack Community: tests/aws/services/lambda_/test_lambda.py::TestLambdaBaseFeatures::test_lambda_too_large_response HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_lambda_cache_local[nodejs] LocalStack Community: tests/aws/services/lambda_/test_lambda.py::TestLambdaBehavior::test_lambda_cache_local[nodejs] HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_lambda_cache_local[python] LocalStack Community: tests/aws/services/lambda_/test_lambda.py::TestLambdaBehavior::test_lambda_cache_local[python] HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_lambda_provisioned_concurrency_scheduling LocalStack Community: tests/aws/services/lambda_/test_lambda.py::TestLambdaConcurrency::test_lambda_provisioned_concurrency_scheduling HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_lambda_url_echo_invoke[BUFFERED] LocalStack Community: tests/aws/services/lambda_/test_lambda.py::TestLambdaURL::test_lambda_url_echo_invoke[BUFFERED] HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_lambda_url_echo_invoke[None] LocalStack Community: tests/aws/services/lambda_/test_lambda.py::TestLambdaURL::test_lambda_url_echo_invoke[None] HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_lambda_url_headers_and_status LocalStack Community: tests/aws/services/lambda_/test_lambda.py::TestLambdaURL::test_lambda_url_headers_and_status HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_async_invoke_queue_upon_function_update LocalStack Community: tests/aws/services/lambda_/test_lambda.py::TestLambdaVersions::test_async_invoke_queue_upon_function_update HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_lambda_handler_update LocalStack Community: tests/aws/services/lambda_/test_lambda.py::TestLambdaVersions::test_lambda_handler_update HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_lambda_versions_with_code_changes LocalStack Community: tests/aws/services/lambda_/test_lambda.py::TestLambdaVersions::test_lambda_versions_with_code_changes HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_request_id_async_invoke_with_retry LocalStack Community: tests/aws/services/lambda_/test_lambda.py::TestRequestIdHandling::test_request_id_async_invoke_with_retry HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_echo_invoke[dotnet6] LocalStack Community: tests/aws/services/lambda_/test_lambda_common.py::TestLambdaRuntimesCommon::test_echo_invoke[dotnet6] HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_echo_invoke[dotnet8] LocalStack Community: tests/aws/services/lambda_/test_lambda_common.py::TestLambdaRuntimesCommon::test_echo_invoke[dotnet8] HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_echo_invoke[java11] LocalStack Community: tests/aws/services/lambda_/test_lambda_common.py::TestLambdaRuntimesCommon::test_echo_invoke[java11] HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_echo_invoke[java17] LocalStack Community: tests/aws/services/lambda_/test_lambda_common.py::TestLambdaRuntimesCommon::test_echo_invoke[java17] HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_echo_invoke[java21] LocalStack Community: tests/aws/services/lambda_/test_lambda_common.py::TestLambdaRuntimesCommon::test_echo_invoke[java21] HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_echo_invoke[java8.al2] LocalStack Community: tests/aws/services/lambda_/test_lambda_common.py::TestLambdaRuntimesCommon::test_echo_invoke[java8.al2] HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_echo_invoke[nodejs16.x] LocalStack Community: tests/aws/services/lambda_/test_lambda_common.py::TestLambdaRuntimesCommon::test_echo_invoke[nodejs16.x] HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_echo_invoke[nodejs18.x] LocalStack Community: tests/aws/services/lambda_/test_lambda_common.py::TestLambdaRuntimesCommon::test_echo_invoke[nodejs18.x] HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_echo_invoke[nodejs20.x] LocalStack Community: tests/aws/services/lambda_/test_lambda_common.py::TestLambdaRuntimesCommon::test_echo_invoke[nodejs20.x] HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_echo_invoke[provided.al2023] LocalStack Community: tests/aws/services/lambda_/test_lambda_common.py::TestLambdaRuntimesCommon::test_echo_invoke[provided.al2023] HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_echo_invoke[provided.al2] LocalStack Community: tests/aws/services/lambda_/test_lambda_common.py::TestLambdaRuntimesCommon::test_echo_invoke[provided.al2] HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_echo_invoke[python3.10] LocalStack Community: tests/aws/services/lambda_/test_lambda_common.py::TestLambdaRuntimesCommon::test_echo_invoke[python3.10] HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_echo_invoke[python3.11] LocalStack Community: tests/aws/services/lambda_/test_lambda_common.py::TestLambdaRuntimesCommon::test_echo_invoke[python3.11] HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_echo_invoke[python3.12] LocalStack Community: tests/aws/services/lambda_/test_lambda_common.py::TestLambdaRuntimesCommon::test_echo_invoke[python3.12] HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_echo_invoke[python3.13] LocalStack Community: tests/aws/services/lambda_/test_lambda_common.py::TestLambdaRuntimesCommon::test_echo_invoke[python3.13] HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_echo_invoke[python3.8] LocalStack Community: tests/aws/services/lambda_/test_lambda_common.py::TestLambdaRuntimesCommon::test_echo_invoke[python3.8] HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_echo_invoke[python3.9] LocalStack Community: tests/aws/services/lambda_/test_lambda_common.py::TestLambdaRuntimesCommon::test_echo_invoke[python3.9] HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_echo_invoke[ruby3.2] LocalStack Community: tests/aws/services/lambda_/test_lambda_common.py::TestLambdaRuntimesCommon::test_echo_invoke[ruby3.2] HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_echo_invoke[ruby3.3] LocalStack Community: tests/aws/services/lambda_/test_lambda_common.py::TestLambdaRuntimesCommon::test_echo_invoke[ruby3.3] HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_introspection_invoke[dotnet6] LocalStack Community: tests/aws/services/lambda_/test_lambda_common.py::TestLambdaRuntimesCommon::test_introspection_invoke[dotnet6] HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_introspection_invoke[dotnet8] LocalStack Community: tests/aws/services/lambda_/test_lambda_common.py::TestLambdaRuntimesCommon::test_introspection_invoke[dotnet8] HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_introspection_invoke[java11] LocalStack Community: tests/aws/services/lambda_/test_lambda_common.py::TestLambdaRuntimesCommon::test_introspection_invoke[java11] HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_introspection_invoke[java17] LocalStack Community: tests/aws/services/lambda_/test_lambda_common.py::TestLambdaRuntimesCommon::test_introspection_invoke[java17] HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_introspection_invoke[java21] LocalStack Community: tests/aws/services/lambda_/test_lambda_common.py::TestLambdaRuntimesCommon::test_introspection_invoke[java21] HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_introspection_invoke[java8.al2] LocalStack Community: tests/aws/services/lambda_/test_lambda_common.py::TestLambdaRuntimesCommon::test_introspection_invoke[java8.al2] HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_introspection_invoke[nodejs16.x] LocalStack Community: tests/aws/services/lambda_/test_lambda_common.py::TestLambdaRuntimesCommon::test_introspection_invoke[nodejs16.x] HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_introspection_invoke[nodejs18.x] LocalStack Community: tests/aws/services/lambda_/test_lambda_common.py::TestLambdaRuntimesCommon::test_introspection_invoke[nodejs18.x] HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_introspection_invoke[nodejs20.x] LocalStack Community: tests/aws/services/lambda_/test_lambda_common.py::TestLambdaRuntimesCommon::test_introspection_invoke[nodejs20.x] HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_introspection_invoke[provided.al2023] LocalStack Community: tests/aws/services/lambda_/test_lambda_common.py::TestLambdaRuntimesCommon::test_introspection_invoke[provided.al2023] HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_introspection_invoke[provided.al2] LocalStack Community: tests/aws/services/lambda_/test_lambda_common.py::TestLambdaRuntimesCommon::test_introspection_invoke[provided.al2] HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_introspection_invoke[python3.10] LocalStack Community: tests/aws/services/lambda_/test_lambda_common.py::TestLambdaRuntimesCommon::test_introspection_invoke[python3.10] HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_introspection_invoke[python3.11] LocalStack Community: tests/aws/services/lambda_/test_lambda_common.py::TestLambdaRuntimesCommon::test_introspection_invoke[python3.11] HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_introspection_invoke[python3.12] LocalStack Community: tests/aws/services/lambda_/test_lambda_common.py::TestLambdaRuntimesCommon::test_introspection_invoke[python3.12] HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_introspection_invoke[python3.13] LocalStack Community: tests/aws/services/lambda_/test_lambda_common.py::TestLambdaRuntimesCommon::test_introspection_invoke[python3.13] HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_introspection_invoke[python3.8] LocalStack Community: tests/aws/services/lambda_/test_lambda_common.py::TestLambdaRuntimesCommon::test_introspection_invoke[python3.8] HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_introspection_invoke[python3.9] LocalStack Community: tests/aws/services/lambda_/test_lambda_common.py::TestLambdaRuntimesCommon::test_introspection_invoke[python3.9] HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_introspection_invoke[ruby3.2] LocalStack Community: tests/aws/services/lambda_/test_lambda_common.py::TestLambdaRuntimesCommon::test_introspection_invoke[ruby3.2] HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_introspection_invoke[ruby3.3] LocalStack Community: tests/aws/services/lambda_/test_lambda_common.py::TestLambdaRuntimesCommon::test_introspection_invoke[ruby3.3] HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_dead_letter_queue LocalStack Community: tests/aws/services/lambda_/test_lambda_destinations.py::TestLambdaDLQ::test_dead_letter_queue HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_invoke_lambda_eventbridge LocalStack Community: tests/aws/services/lambda_/test_lambda_destinations.py::TestLambdaDestinationEventbridge::test_invoke_lambda_eventbridge HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_lambda_destination_default_retries LocalStack Community: tests/aws/services/lambda_/test_lambda_destinations.py::TestLambdaDestinationSqs::test_lambda_destination_default_retries HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_maxeventage LocalStack Community: tests/aws/services/lambda_/test_lambda_destinations.py::TestLambdaDestinationSqs::test_maxeventage HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_retries LocalStack Community: tests/aws/services/lambda_/test_lambda_destinations.py::TestLambdaDestinationSqs::test_retries HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_hot_reloading[nodejs20.x] LocalStack Community: tests/aws/services/lambda_/test_lambda_developer_tools.py::TestHotReloading::test_hot_reloading[nodejs20.x] HTTP Status Code: 400 (ResourceAlreadyExistsException)
    • test_hot_reloading[python3.12] LocalStack Community: tests/aws/services/lambda_/test_lambda_developer_tools.py::TestHotReloading::test_hot_reloading[python3.12] HTTP Status Code: 400 (ResourceAlreadyExistsException)
    • test_traceid_outside_handler[Active] LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_xray.py::test_traceid_outside_handler[Active] HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated
    • test_traceid_outside_handler[PassThrough] LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_xray.py::test_traceid_outside_handler[PassThrough] HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated
    • test_put_subscription_filter_lambda LocalStack Community: tests/aws/services/logs/test_logs.py::TestCloudWatchLogs::test_put_subscription_filter_lambda HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_rotate_secret_with_lambda_success[None] LocalStack Community: tests/aws/services/secretsmanager/test_secretsmanager.py::TestSecretsManager::test_rotate_secret_with_lambda_success[None] HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_rotate_secret_with_lambda_success[True] LocalStack Community: tests/aws/services/secretsmanager/test_secretsmanager.py::TestSecretsManager::test_rotate_secret_with_lambda_success[True] HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_comments_as_per_docs LocalStack Community: tests/aws/services/stepfunctions/v2/comments/test_comments.py::TestComments::test_comments_as_per_docs HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_retry LocalStack Community: tests/aws/services/stepfunctions/v2/express/test_express_async.py::TestExpressAsync::test_retry HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_retry LocalStack Community: tests/aws/services/stepfunctions/v2/express/test_express_sync.py::TestExpressSync::test_retry HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_deleted_log_group LocalStack Community: tests/aws/services/stepfunctions/v2/logs/test_logs.py::TestLogs::test_deleted_log_group HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
    • test_lambda_invoke_with_retry_base LocalStack Community: tests/aws/services/stepfunctions/v2/scenarios/test_base_scenarios.py::TestBaseScenarios::test_lambda_invoke_with_retry_base HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_lambda_invoke_with_retry_extended_input LocalStack Community: tests/aws/services/stepfunctions/v2/scenarios/test_base_scenarios.py::TestBaseScenarios::test_lambda_invoke_with_retry_extended_input HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_lambda_service_invoke_with_retry_extended_input LocalStack Community: tests/aws/services/stepfunctions/v2/scenarios/test_base_scenarios.py::TestBaseScenarios::test_lambda_service_invoke_with_retry_extended_input HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_map_state_config_distributed_reentrant_lambda LocalStack Community: tests/aws/services/stepfunctions/v2/scenarios/test_base_scenarios.py::TestBaseScenarios::test_map_state_config_distributed_reentrant_lambda HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_retry_interval_features LocalStack Community: tests/aws/services/stepfunctions/v2/scenarios/test_base_scenarios.py::TestBaseScenarios::test_retry_interval_features HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_retry_interval_features_jitter_none LocalStack Community: tests/aws/services/stepfunctions/v2/scenarios/test_base_scenarios.py::TestBaseScenarios::test_retry_interval_features_jitter_none HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_step_functions_calling_api_gateway LocalStack Community: tests/aws/services/stepfunctions/v2/scenarios/test_sfn_scenarios.py::TestFundamental::test_step_functions_calling_api_gateway HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_wait_for_callback LocalStack Community: tests/aws/services/stepfunctions/v2/scenarios/test_sfn_scenarios.py::TestFundamental::test_wait_for_callback HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_task_catch_error_with_retry[TASK_CATCH_ERROR_OUTPUT_WITH_RETRY] LocalStack Community: tests/aws/services/stepfunctions/v2/states_variables/test_error_output.py::TestStateVariablesTemplate::test_task_catch_error_with_retry[TASK_CATCH_ERROR_OUTPUT_WITH_RETRY] HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_task_catch_error_with_retry[TASK_CATCH_ERROR_OUTPUT_WITH_RETRY_TO_JSONPATH] LocalStack Community: tests/aws/services/stepfunctions/v2/states_variables/test_error_output.py::TestStateVariablesTemplate::test_task_catch_error_with_retry[TASK_CATCH_ERROR_OUTPUT_WITH_RETRY_TO_JSONPATH] HTTP Status Code: 400 (ResourceAlreadyExistsException) AWS validated Snapshot Tested
    • test_deleted_log_group LocalStack Community: tests/aws/services/stepfunctions/v2/test_sfn_api_logs.py::TestSnfApiLogs::test_deleted_log_group HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
    • test_intrinsic_functions LocalStack Community: tests/aws/services/stepfunctions/v2/test_stepfunctions_v2.py::TestStateMachine::test_intrinsic_functions HTTP Status Code: 400 (ResourceAlreadyExistsException)
    • test_try_catch_state_machine LocalStack Community: tests/aws/services/stepfunctions/v2/test_stepfunctions_v2.py::TestStateMachine::test_try_catch_state_machine HTTP Status Code: 400 (ResourceAlreadyExistsException)
  • LocalStack Pro
    • test_curl_from_client LocalStack Pro: tests/aws/scenario/ec2_acm_pca/test_ec2_acm_pca.py::TestEC2ACMPCA::test_curl_from_client HTTP Status Code: 200 AWS validated
    • test_infra LocalStack Pro: tests/aws/scenario/fargate_prometheus/test_fargate_prometheus.py::TestFargatePrometheus::test_infra HTTP Status Code: 200 AWS validated
    • test_kinesis_firehose_redshift LocalStack Pro: tests/aws/scenario/kinesis_firehose_redshift/test_kinesis_firehose_redshift.py::TestKinesisFirehoseScenario::test_kinesis_firehose_redshift HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_docdb_connection LocalStack Pro: tests/aws/scenario/rds_neptune_docdb/test_rds_neptune_docdb.py::TestRdsNeptuneDocDB::test_docdb_connection HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_rds_lambda LocalStack Pro: tests/aws/scenario/rds_neptune_docdb/test_rds_neptune_docdb.py::TestRdsNeptuneDocDB::test_rds_lambda HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_closed_store_aborts LocalStack Pro: tests/aws/scenario/serverlesspresso/test_serverlesspresso.py::TestServerlesspressoScenario::test_closed_store_aborts HTTP Status Code: 200 AWS validated
    • test_open_store LocalStack Pro: tests/aws/scenario/serverlesspresso/test_serverlesspresso.py::TestServerlesspressoScenario::test_open_store HTTP Status Code: 200 AWS validated
    • test_order_completion_workflow LocalStack Pro: tests/aws/scenario/serverlesspresso/test_serverlesspresso.py::TestServerlesspressoScenario::test_order_completion_workflow HTTP Status Code: 200 AWS validated
    • test_populate_data LocalStack Pro: tests/aws/scenario/serverlesspresso/test_serverlesspresso.py::TestServerlesspressoScenario::test_populate_data HTTP Status Code: 200 AWS validated
    • test_register_admin_user LocalStack Pro: tests/aws/scenario/serverlesspresso/test_serverlesspresso.py::TestServerlesspressoScenario::test_register_admin_user HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_get_wordpress LocalStack Pro: tests/aws/scenario/wordpress_blog/test_wordpress_blog.py::TestWordpressBlogScenario::test_get_wordpress HTTP Status Code: 200 AWS validated
    • test_invoke_custom_domain LocalStack Pro: tests/aws/services/apigateway/test_apigateway_custom_domain.py::TestApigatewayCustomDomain::test_invoke_custom_domain HTTP Status Code: 200
    • test_authorizer_cognito_scopes LocalStack Pro: tests/aws/services/apigateway/test_authorizers.py::TestRestApiAuthorizers::test_authorizer_cognito_scopes HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_authorizer_event_lambda_request LocalStack Pro: tests/aws/services/apigateway/test_authorizers.py::TestRestApiAuthorizers::test_authorizer_event_lambda_request HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_authorizer_event_lambda_request_from_context LocalStack Pro: tests/aws/services/apigateway/test_authorizers.py::TestRestApiAuthorizers::test_authorizer_event_lambda_request_from_context HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_authorizer_event_lambda_token_from_context LocalStack Pro: tests/aws/services/apigateway/test_authorizers.py::TestRestApiAuthorizers::test_authorizer_event_lambda_token_from_context HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_authorizer_lambda_request_identity_source LocalStack Pro: tests/aws/services/apigateway/test_authorizers.py::TestRestApiAuthorizers::test_authorizer_lambda_request_identity_source HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_authorizer_lambda_token_identity_source LocalStack Pro: tests/aws/services/apigateway/test_authorizers.py::TestRestApiAuthorizers::test_authorizer_lambda_token_identity_source HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_api_key_authorizer LocalStack Pro: tests/aws/services/apigateway/test_authorizers.py::test_api_key_authorizer HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cors_preflight_requests LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_cors_preflight_requests HTTP Status Code: 200 AWS validated
    • test_lambda_events_with_authorizer[1.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_lambda_events_with_authorizer[1.0] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_events_with_authorizer[2.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_lambda_events_with_authorizer[2.0] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_apigw_v1_lambda_request_authorizer LocalStack Pro: tests/aws/services/apigateway/test_rest_apis.py::TestRestAPIs::test_apigw_v1_lambda_request_authorizer HTTP Status Code: 200
    • test_cognito_authorizer LocalStack Pro: tests/aws/services/apigateway/test_rest_apis.py::TestRestAPIs::test_cognito_authorizer HTTP Status Code: 200
    • test_cognito_authorizer_token_types[client_credentials] LocalStack Pro: tests/aws/services/apigateway/test_rest_apis.py::TestRestAPIs::test_cognito_authorizer_token_types[client_credentials] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cognito_authorizer_token_types[username] LocalStack Pro: tests/aws/services/apigateway/test_rest_apis.py::TestRestAPIs::test_cognito_authorizer_token_types[username] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_iam_authorizer LocalStack Pro: tests/aws/services/apigateway/test_rest_apis.py::TestRestAPIs::test_iam_authorizer HTTP Status Code: 200
    • test_lambda_request_authorizer_different_paths[UrlType.HOST_BASED-False] LocalStack Pro: tests/aws/services/apigateway/test_rest_apis.py::TestRestAPIs::test_lambda_request_authorizer_different_paths[UrlType.HOST_BASED-False] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_request_authorizer_different_paths[UrlType.HOST_BASED-True] LocalStack Pro: tests/aws/services/apigateway/test_rest_apis.py::TestRestAPIs::test_lambda_request_authorizer_different_paths[UrlType.HOST_BASED-True] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_request_authorizer_different_paths[UrlType.PATH_BASED-True] LocalStack Pro: tests/aws/services/apigateway/test_rest_apis.py::TestRestAPIs::test_lambda_request_authorizer_different_paths[UrlType.PATH_BASED-True] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_token_authorizer LocalStack Pro: tests/aws/services/apigateway/test_rest_apis.py::TestRestAPIs::test_lambda_token_authorizer HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_token_authorizer_event_payload LocalStack Pro: tests/aws/services/apigateway/test_rest_apis.py::TestRestAPIs::test_lambda_token_authorizer_event_payload HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_token_authorizer_path_suffixes LocalStack Pro: tests/aws/services/apigateway/test_rest_apis.py::TestRestAPIs::test_lambda_token_authorizer_path_suffixes HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_rest_import_openapi_3_0 LocalStack Pro: tests/aws/services/apigateway/test_rest_apis.py::TestRestAPIs::test_rest_import_openapi_3_0 HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_connect_disconnect_always_called LocalStack Pro: tests/aws/services/apigateway/test_websocket_apis.py::TestWebSockets::test_connect_disconnect_always_called HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_websocket_api_reject_connect[True-False] LocalStack Pro: tests/aws/services/apigateway/test_websocket_apis.py::TestWebSockets::test_websocket_api_reject_connect[True-False] HTTP Status Code: 200
    • test_websocket_api_reject_connect[True-True] LocalStack Pro: tests/aws/services/apigateway/test_websocket_apis.py::TestWebSockets::test_websocket_api_reject_connect[True-True] HTTP Status Code: 200
    • test_websocket_matching_routes LocalStack Pro: tests/aws/services/apigateway/test_websocket_apis.py::TestWebSockets::test_websocket_matching_routes HTTP Status Code: 200 AWS validated
    • test_websocket_non_proxy_response_integration LocalStack Pro: tests/aws/services/apigateway/test_websocket_apis.py::TestWebSockets::test_websocket_non_proxy_response_integration HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_websocket_response_templates LocalStack Pro: tests/aws/services/apigateway/test_websocket_apis.py::TestWebSockets::test_websocket_response_templates HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_websocket_subprotocols LocalStack Pro: tests/aws/services/apigateway/test_websocket_apis.py::TestWebSockets::test_websocket_subprotocols HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_websocket_with_lambda_integration LocalStack Pro: tests/aws/services/apigateway/test_websocket_apis.py::TestWebSockets::test_websocket_with_lambda_integration HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_ws_connection_with_invalid_auth LocalStack Pro: tests/aws/services/apigateway/test_websocket_apis.py::TestWebSockets::test_ws_connection_with_invalid_auth HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_jwt_authorizer_lambda_target[1.0] LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_authorizers.py::TestHttpApiJwtAuthorizer::test_jwt_authorizer_lambda_target[1.0] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_jwt_authorizer_lambda_target[2.0] LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_authorizers.py::TestHttpApiJwtAuthorizer::test_jwt_authorizer_lambda_target[2.0] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_request_authorizer_http[payload_format_version0] LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_authorizers.py::TestHttpApiLambdaAuthorizer::test_request_authorizer_http[payload_format_version0] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_request_authorizer_http[payload_format_version1] LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_authorizers.py::TestHttpApiLambdaAuthorizer::test_request_authorizer_http[payload_format_version1] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_request_authorizer_http[payload_format_version2] LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_authorizers.py::TestHttpApiLambdaAuthorizer::test_request_authorizer_http[payload_format_version2] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_request_authorizer_lambda_context[payload_format_version0] LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_authorizers.py::TestHttpApiLambdaAuthorizer::test_request_authorizer_lambda_context[payload_format_version0] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_request_authorizer_lambda_context[payload_format_version1] LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_authorizers.py::TestHttpApiLambdaAuthorizer::test_request_authorizer_lambda_context[payload_format_version1] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_request_authorizer_lambda_context[payload_format_version2] LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_authorizers.py::TestHttpApiLambdaAuthorizer::test_request_authorizer_lambda_context[payload_format_version2] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_aws_proxy_response_payload_format_validation_v1 LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_aws_proxy.py::TestHttpApiAwsProxyIntegration::test_aws_proxy_response_payload_format_validation_v1 HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_aws_proxy_response_payload_format_validation_v2 LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_aws_proxy.py::TestHttpApiAwsProxyIntegration::test_aws_proxy_response_payload_format_validation_v2 HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_aws_proxy_return_gzip_response LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_aws_proxy.py::TestHttpApiAwsProxyIntegration::test_aws_proxy_return_gzip_response HTTP Status Code: 200 AWS validated
    • test_lambda_handling_binary_data LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_aws_proxy.py::TestHttpApiAwsProxyIntegration::test_lambda_handling_binary_data HTTP Status Code: 200 AWS validated
    • test_lambda_handling_form_urlencoded_data LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_aws_proxy.py::TestHttpApiAwsProxyIntegration::test_lambda_handling_form_urlencoded_data HTTP Status Code: 200 AWS validated
    • test_lambda_input_base_64_detection LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_aws_proxy.py::TestHttpApiAwsProxyIntegration::test_lambda_input_base_64_detection HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_payload_format[1.0] LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_aws_proxy.py::TestHttpApiAwsProxyIntegration::test_lambda_payload_format[1.0] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_payload_format[2.0] LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_aws_proxy.py::TestHttpApiAwsProxyIntegration::test_lambda_payload_format[2.0] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_custom_domains LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_custom_domain.py::TestApigatewayV2CustomDomain::test_custom_domains HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_custom_domains_outside_of_cert[<random>.example.com] LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_custom_domain.py::TestApigatewayV2CustomDomain::test_custom_domains_outside_of_cert[<random>.example.com] HTTP Status Code: 200
    • test_custom_domains_outside_of_cert[<random>.localhost] LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_custom_domain.py::TestApigatewayV2CustomDomain::test_custom_domains_outside_of_cert[<random>.localhost] HTTP Status Code: 200
    • test_http_integration_keeps_body_intact LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_proxy.py::TestHttpApiHttpProxyIntegration::test_http_integration_keeps_body_intact HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cognito_authorization_auth_context_propagated LocalStack Pro: tests/aws/services/appsync/test_appsync.py::TestAppSync::test_cognito_authorization_auth_context_propagated HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cognito_authorization_auth_context_propagated_without_groups LocalStack Pro: tests/aws/services/appsync/test_appsync.py::TestAppSync::test_cognito_authorization_auth_context_propagated_without_groups HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_iam_authorization LocalStack Pro: tests/aws/services/appsync/test_appsync.py::TestAppSync::test_iam_authorization HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_authorization LocalStack Pro: tests/aws/services/appsync/test_appsync.py::TestAppSync::test_lambda_authorization HTTP Status Code: 200 AWS validated
    • test_lambda_authorization_context LocalStack Pro: tests/aws/services/appsync/test_appsync.py::TestAppSync::test_lambda_authorization_context HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_authorization_cross_region LocalStack Pro: tests/aws/services/appsync/test_appsync.py::TestAppSync::test_lambda_authorization_cross_region HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_bool_types LocalStack Pro: tests/aws/services/appsync/test_appsync.py::TestAppSync::test_lambda_bool_types HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_data_source[JS] LocalStack Pro: tests/aws/services/appsync/test_appsync.py::TestAppSync::test_lambda_data_source[JS] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_data_source[VTL] LocalStack Pro: tests/aws/services/appsync/test_appsync.py::TestAppSync::test_lambda_data_source[VTL] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_payload LocalStack Pro: tests/aws/services/appsync/test_appsync.py::TestAppSync::test_lambda_payload HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_customresource_lambda_backed LocalStack Pro: tests/aws/services/cloudformation/resources/test_customresources.py::test_customresource_lambda_backed HTTP Status Code: 200 AWS validated
    • test_customresource_sns_backed LocalStack Pro: tests/aws/services/cloudformation/resources/test_customresources.py::test_customresource_sns_backed HTTP Status Code: 200 AWS validated
    • test_ecs_alb_apigateway_integration LocalStack Pro: tests/aws/services/cloudformation/resources/test_ecs.py::test_ecs_alb_apigateway_integration HTTP Status Code: 200 AWS validated
    • test_lambda_layer_python LocalStack Pro: tests/aws/services/cloudformation/resources/test_lambda.py::TestLambdaLayer::test_lambda_layer_python HTTP Status Code: 200
    • test_lambda_redirect LocalStack Pro: tests/aws/services/cloudfront/test_cloudfront.py::TestCloudFront::test_lambda_redirect HTTP Status Code: 200 AWS validated
    • test_auth_headers_and_non_title_case_of_headers LocalStack Pro: tests/aws/services/cloudfront/test_cloudfront.py::TestCloudFrontRestApiOrigin::test_auth_headers_and_non_title_case_of_headers HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cdk_trail_cw_logs LocalStack Pro: tests/aws/services/cloudtrail/test_cloudtrail.py::TestCloudTrail::test_cdk_trail_cw_logs HTTP Status Code: 200 AWS validated
    • test_srp_custom_auth_flow LocalStack Pro: tests/aws/services/cognito/test_cognito.py::TestAuthFlows::test_srp_custom_auth_flow HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_admin_create_user_should_trigger_custom_message_lambda LocalStack Pro: tests/aws/services/cognito/test_cognito.py::TestCognito::test_admin_create_user_should_trigger_custom_message_lambda HTTP Status Code: 200 AWS validated
    • test_api_gateway_cognito_pool_authorizer LocalStack Pro: tests/aws/services/cognito/test_cognito.py::TestCognito::test_api_gateway_cognito_pool_authorizer HTTP Status Code: 200 AWS validated
    • test_saml_auth_flow LocalStack Pro: tests/aws/services/cognito/test_cognito.py::TestCognito::test_saml_auth_flow HTTP Status Code: 200
    • test_auth_trigger_group_overrides LocalStack Pro: tests/aws/services/cognito/test_cognito.py::TestTriggers::test_auth_trigger_group_overrides HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cognito_admin_create_signup_triggers LocalStack Pro: tests/aws/services/cognito/test_cognito.py::TestTriggers::test_cognito_admin_create_signup_triggers HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cognito_custom_email_signup