CloudFormation

Implementation details for API cloudformation

Coverage Overview

CloudFormation is supported by LocalStack in the community image.

AvailabilityTesting*
OperationImplementedImageInternal Test SuiteExternal Test SuiteTerraform ValidatedAWS ValidatedSnapshot TestedDetails
ActivateOrganizationsAccess
ActivateType
BatchDescribeTypeConfigurations
CancelUpdateStack
ContinueUpdateRollback
CreateChangeSet✔️community✔️✔️✔️✔️Show Tests
CreateGeneratedTemplate
CreateStack✔️community✔️✔️✔️✔️✔️Show Tests
CreateStackInstances✔️community✔️✔️✔️Show Tests
CreateStackSet✔️community✔️✔️✔️✔️✔️Show Tests
DeactivateOrganizationsAccess
DeactivateType
DeleteChangeSet✔️community✔️✔️✔️✔️Show Tests
DeleteGeneratedTemplate
DeleteStack✔️community✔️✔️✔️✔️✔️Show Tests
DeleteStackInstances✔️community✔️✔️✔️Show Tests
DeleteStackSet✔️community✔️✔️✔️✔️✔️Show Tests
DeregisterType
DescribeAccountLimits
DescribeChangeSet✔️community✔️✔️✔️Show Tests
DescribeChangeSetHooks
DescribeGeneratedTemplate
DescribeOrganizationsAccess
DescribePublisher
DescribeResourceScan
DescribeStackDriftDetectionStatus
DescribeStackEvents✔️community✔️✔️✔️✔️✔️Show Tests
DescribeStackInstance
DescribeStackResource✔️community✔️✔️✔️Show Tests
DescribeStackResourceDrifts
DescribeStackResources✔️community✔️✔️✔️Show Tests
DescribeStackSet✔️community✔️✔️
DescribeStackSetOperation✔️community✔️✔️✔️✔️✔️Show Tests
DescribeStacks✔️community✔️✔️✔️✔️✔️Show Tests
DescribeType
DescribeTypeRegistration
DetectStackDrift
DetectStackResourceDrift
DetectStackSetDrift
EstimateTemplateCost
ExecuteChangeSet✔️community✔️✔️✔️✔️Show Tests
GetGeneratedTemplate
GetStackPolicy
GetTemplate✔️community✔️✔️✔️✔️✔️Show Tests
GetTemplateSummary✔️community✔️✔️✔️✔️Show Tests
ImportStacksToStackSet
ListChangeSets✔️community✔️
ListExports✔️community✔️✔️✔️Show Tests
ListGeneratedTemplates
ListImports✔️community
ListResourceScanRelatedResources
ListResourceScanResources
ListResourceScans
ListStackInstanceResourceDrifts
ListStackInstances✔️community
ListStackResources✔️community✔️✔️✔️✔️Show Tests
ListStackSetAutoDeploymentTargets
ListStackSetOperationResults
ListStackSetOperations
ListStackSets✔️community✔️✔️
ListStacks✔️community✔️Show Tests
ListTypeRegistrations
ListTypeVersions
ListTypes
PublishType
RecordHandlerProgress
RegisterPublisher
RegisterType✔️community
RollbackStack
SetStackPolicy
SetTypeConfiguration
SetTypeDefaultVersion
SignalResource
StartResourceScan
StopStackSetOperation
TestType
UpdateGeneratedTemplate
UpdateStack✔️community✔️✔️✔️✔️Show Tests
UpdateStackInstances
UpdateStackSet✔️community✔️✔️
UpdateTerminationProtection✔️community✔️✔️✔️Show Tests
ValidateTemplate✔️community✔️Show Tests

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 exeuction 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


CreateChangeSet

Parameters: Capabilities, ChangeSetName, ChangeSetType, Description, Parameters, StackName, TemplateBody
  • LocalStack Community
    • test_cdk_bootstrap_redeploy LocalStack Community: tests/aws/services/cloudformation/resources/test_cdk.py::TestCdkInit::test_cdk_bootstrap_redeploy HTTP Status Code: 200
Parameters: Capabilities, ChangeSetName, ChangeSetType, Parameters, StackName, TemplateBody
  • LocalStack Community
    • test_create_and_then_remove_non_supported_resource_change_set LocalStack Community: tests/aws/services/cloudformation/api/test_changesets.py::test_create_and_then_remove_non_supported_resource_change_set HTTP Status Code: 200 AWS validated
    • test_nested_output_in_params LocalStack Community: tests/aws/services/cloudformation/api/test_nested_stacks.py::test_nested_output_in_params HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_nested_stack LocalStack Community: tests/aws/services/cloudformation/api/test_nested_stacks.py::test_nested_stack HTTP Status Code: 200
    • test_nested_stacks_conditions LocalStack Community: tests/aws/services/cloudformation/api/test_nested_stacks.py::test_nested_stacks_conditions HTTP Status Code: 200 AWS validated
    • test_nested_getatt_ref[TopicArn] LocalStack Community: tests/aws/services/cloudformation/api/test_reference_resolving.py::test_nested_getatt_ref[TopicArn] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_nested_getatt_ref[TopicName] LocalStack Community: tests/aws/services/cloudformation/api/test_reference_resolving.py::test_nested_getatt_ref[TopicName] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sub_resolving LocalStack Community: tests/aws/services/cloudformation/api/test_reference_resolving.py::test_sub_resolving HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_list_stack_resources_for_removed_resource LocalStack Community: tests/aws/services/cloudformation/api/test_stacks.py::TestStacksApi::test_list_stack_resources_for_removed_resource HTTP Status Code: 200
    • test_stack_lifecycle LocalStack Community: tests/aws/services/cloudformation/api/test_stacks.py::TestStacksApi::test_stack_lifecycle HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_stack_update_resources LocalStack Community: tests/aws/services/cloudformation/api/test_stacks.py::TestStacksApi::test_stack_update_resources HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_update_stack_actual_update LocalStack Community: tests/aws/services/cloudformation/api/test_stacks.py::TestStacksApi::test_update_stack_actual_update HTTP Status Code: 200 AWS validated
    • test_list_parameter_type LocalStack Community: tests/aws/services/cloudformation/api/test_stacks.py::test_list_parameter_type HTTP Status Code: 200 AWS validated
    • test_update_termination_protection LocalStack Community: tests/aws/services/cloudformation/api/test_stacks.py::test_update_termination_protection HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_updating_an_updated_stack_sets_status LocalStack Community: tests/aws/services/cloudformation/api/test_stacks.py::test_updating_an_updated_stack_sets_status HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_duplicate_resources LocalStack Community: tests/aws/services/cloudformation/api/test_transformers.py::test_duplicate_resources HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_basic_update LocalStack Community: tests/aws/services/cloudformation/api/test_update_stack.py::test_basic_update HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_no_parameters_update LocalStack Community: tests/aws/services/cloudformation/api/test_update_stack.py::test_no_parameters_update HTTP Status Code: 200 AWS validated
    • test_update_using_template_url LocalStack Community: tests/aws/services/cloudformation/api/test_update_stack.py::test_update_using_template_url HTTP Status Code: 200 AWS validated
    • test_update_with_previous_parameter_value LocalStack Community: tests/aws/services/cloudformation/api/test_update_stack.py::test_update_with_previous_parameter_value HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_condition_on_outputs LocalStack Community: tests/aws/services/cloudformation/engine/test_conditions.py::TestCloudFormationConditions::test_condition_on_outputs HTTP Status Code: 200 AWS validated
    • test_conditional_att_to_conditional_resources[create] LocalStack Community: tests/aws/services/cloudformation/engine/test_conditions.py::TestCloudFormationConditions::test_conditional_att_to_conditional_resources[create] HTTP Status Code: 200 AWS validated
    • test_conditional_att_to_conditional_resources[no-create] LocalStack Community: tests/aws/services/cloudformation/engine/test_conditions.py::TestCloudFormationConditions::test_conditional_att_to_conditional_resources[no-create] HTTP Status Code: 200 AWS validated
    • test_conditional_in_conditional[dev-us-west-2] LocalStack Community: tests/aws/services/cloudformation/engine/test_conditions.py::TestCloudFormationConditions::test_conditional_in_conditional[dev-us-west-2] HTTP Status Code: 200 AWS validated
    • test_conditional_in_conditional[production-us-east-1] LocalStack Community: tests/aws/services/cloudformation/engine/test_conditions.py::TestCloudFormationConditions::test_conditional_in_conditional[production-us-east-1] HTTP Status Code: 200 AWS validated
    • test_dependency_in_non_evaluated_if_branch[false-DefaultParamValue] LocalStack Community: tests/aws/services/cloudformation/engine/test_conditions.py::TestCloudFormationConditions::test_dependency_in_non_evaluated_if_branch[false-DefaultParamValue] HTTP Status Code: 200 AWS validated
    • test_dependency_in_non_evaluated_if_branch[true-FallbackParamValue] LocalStack Community: tests/aws/services/cloudformation/engine/test_conditions.py::TestCloudFormationConditions::test_dependency_in_non_evaluated_if_branch[true-FallbackParamValue] HTTP Status Code: 200 AWS validated
    • test_simple_condition_evaluation_deploys_resource LocalStack Community: tests/aws/services/cloudformation/engine/test_conditions.py::TestCloudFormationConditions::test_simple_condition_evaluation_deploys_resource HTTP Status Code: 200 AWS validated
    • test_simple_condition_evaluation_doesnt_deploy_resource LocalStack Community: tests/aws/services/cloudformation/engine/test_conditions.py::TestCloudFormationConditions::test_simple_condition_evaluation_doesnt_deploy_resource HTTP Status Code: 200 AWS validated
    • test_simple_intrinsic_fn_condition_evaluation[nope] LocalStack Community: tests/aws/services/cloudformation/engine/test_conditions.py::TestCloudFormationConditions::test_simple_intrinsic_fn_condition_evaluation[nope] HTTP Status Code: 200 AWS validated
    • test_simple_intrinsic_fn_condition_evaluation[yep] LocalStack Community: tests/aws/services/cloudformation/engine/test_conditions.py::TestCloudFormationConditions::test_simple_intrinsic_fn_condition_evaluation[yep] HTTP Status Code: 200 AWS validated
    • test_sub_in_conditions LocalStack Community: tests/aws/services/cloudformation/engine/test_conditions.py::TestCloudFormationConditions::test_sub_in_conditions HTTP Status Code: 200 AWS validated
    • test_simple_mapping_working LocalStack Community: tests/aws/services/cloudformation/engine/test_mappings.py::TestCloudFormationMappings::test_simple_mapping_working HTTP Status Code: 200 AWS validated
    • test_fn_sub_cases LocalStack Community: tests/aws/services/cloudformation/engine/test_references.py::TestFnSub::test_fn_sub_cases HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_black_box LocalStack Community: tests/aws/services/cloudformation/resource_providers/iam/aws_iam_user/test_basic.py::TestBasicCRD::test_black_box HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_getatt LocalStack Community: tests/aws/services/cloudformation/resource_providers/iam/aws_iam_user/test_basic.py::TestBasicCRD::test_getatt HTTP Status Code: 200 AWS validated
    • test_create_with_full_properties LocalStack Community: tests/aws/services/cloudformation/resource_providers/iam/aws_iam_user/test_parity.py::TestParity::test_create_with_full_properties HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_delete_role_detaches_role_policy LocalStack Community: tests/aws/services/cloudformation/resource_providers/iam/test_iam.py::test_delete_role_detaches_role_policy HTTP Status Code: 200 AWS validated
    • test_iam_user_access_key LocalStack Community: tests/aws/services/cloudformation/resource_providers/iam/test_iam.py::test_iam_user_access_key HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_managed_policy_with_empty_resource LocalStack Community: tests/aws/services/cloudformation/resource_providers/iam/test_iam.py::test_managed_policy_with_empty_resource HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_server_certificate LocalStack Community: tests/aws/services/cloudformation/resource_providers/iam/test_iam.py::test_server_certificate HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_update_inline_policy LocalStack Community: tests/aws/services/cloudformation/resource_providers/iam/test_iam.py::test_update_inline_policy HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_api_gateway_with_policy_as_dict LocalStack Community: tests/aws/services/cloudformation/resources/test_apigateway.py::test_api_gateway_with_policy_as_dict HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cfn_apigateway_aws_integration LocalStack Community: tests/aws/services/cloudformation/resources/test_apigateway.py::test_cfn_apigateway_aws_integration HTTP Status Code: 200
    • test_cfn_apigateway_rest_api LocalStack Community: tests/aws/services/cloudformation/resources/test_apigateway.py::test_cfn_apigateway_rest_api HTTP Status Code: 200
    • test_cfn_apigateway_swagger_import LocalStack Community: tests/aws/services/cloudformation/resources/test_apigateway.py::test_cfn_apigateway_swagger_import HTTP Status Code: 200 AWS validated
    • test_cfn_deploy_apigateway_from_s3_swagger LocalStack Community: tests/aws/services/cloudformation/resources/test_apigateway.py::test_cfn_deploy_apigateway_from_s3_swagger HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_rest_api_serverless_ref_resolving LocalStack Community: tests/aws/services/cloudformation/resources/test_apigateway.py::test_rest_api_serverless_ref_resolving HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_update_usage_plan LocalStack Community: tests/aws/services/cloudformation/resources/test_apigateway.py::test_update_usage_plan HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cdk_template LocalStack Community: tests/aws/services/cloudformation/resources/test_cdk.py::TestCdkInit::test_cdk_template HTTP Status Code: 200
    • test_create_macro LocalStack Community: tests/aws/services/cloudformation/resources/test_cloudformation.py::test_create_macro HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_waitcondition LocalStack Community: tests/aws/services/cloudformation/resources/test_cloudformation.py::test_waitcondition HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_billing_mode_as_conditional[PAY_PER_REQUEST] LocalStack Community: tests/aws/services/cloudformation/resources/test_dynamodb.py::test_billing_mode_as_conditional[PAY_PER_REQUEST] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_billing_mode_as_conditional[PROVISIONED] LocalStack Community: tests/aws/services/cloudformation/resources/test_dynamodb.py::test_billing_mode_as_conditional[PROVISIONED] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_deploy_stack_with_dynamodb_table LocalStack Community: tests/aws/services/cloudformation/resources/test_dynamodb.py::test_deploy_stack_with_dynamodb_table HTTP Status Code: 200 AWS validated
    • test_globalindex_read_write_provisioned_throughput_dynamodb_table LocalStack Community: tests/aws/services/cloudformation/resources/test_dynamodb.py::test_globalindex_read_write_provisioned_throughput_dynamodb_table HTTP Status Code: 200 AWS validated
    • test_simple_route_table_creation_without_vpc LocalStack Community: tests/aws/services/cloudformation/resources/test_ec2.py::test_simple_route_table_creation_without_vpc HTTP Status Code: 200
    • test_cfn_handle_elasticsearch_domain LocalStack Community: tests/aws/services/cloudformation/resources/test_elasticsearch.py::test_cfn_handle_elasticsearch_domain HTTP Status Code: 200
    • test_event_rule_creation_without_target LocalStack Community: tests/aws/services/cloudformation/resources/test_events.py::test_event_rule_creation_without_target HTTP Status Code: 200
    • 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_eventbus_policies LocalStack Community: tests/aws/services/cloudformation/resources/test_events.py::test_eventbus_policies HTTP Status Code: 200 AWS validated
    • test_eventbus_policy_statement LocalStack Community: tests/aws/services/cloudformation/resources/test_events.py::test_eventbus_policy_statement HTTP Status Code: 200 AWS validated
    • test_rule_properties LocalStack Community: tests/aws/services/cloudformation/resources/test_events.py::test_rule_properties HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_firehose_stack_with_kinesis_as_source LocalStack Community: tests/aws/services/cloudformation/resources/test_firehose.py::test_firehose_stack_with_kinesis_as_source HTTP Status Code: 200 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: 200
    • test_cfn_handle_kinesis_firehose_resources LocalStack Community: tests/aws/services/cloudformation/resources/test_kinesis.py::test_cfn_handle_kinesis_firehose_resources HTTP Status Code: 200
    • test_kinesis_stream_consumer_creations LocalStack Community: tests/aws/services/cloudformation/resources/test_kinesis.py::test_kinesis_stream_consumer_creations HTTP Status Code: 200 AWS validated
    • test_cfn_with_kms_resources LocalStack Community: tests/aws/services/cloudformation/resources/test_kms.py::test_cfn_with_kms_resources HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_deploy_stack_with_kms LocalStack Community: tests/aws/services/cloudformation/resources/test_kms.py::test_deploy_stack_with_kms HTTP Status Code: 200
    • test_lambda_dynamodb_event_filter LocalStack Community: tests/aws/services/cloudformation/resources/test_lambda.py::TestCfnLambdaIntegrations::test_lambda_dynamodb_event_filter HTTP Status Code: 200 AWS validated
    • test_lambda_alias LocalStack Community: tests/aws/services/cloudformation/resources/test_lambda.py::test_lambda_alias 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_code_signing_config LocalStack Community: tests/aws/services/cloudformation/resources/test_lambda.py::test_lambda_code_signing_config HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_w_dynamodb_event_filter_update LocalStack Community: tests/aws/services/cloudformation/resources/test_lambda.py::test_lambda_w_dynamodb_event_filter_update HTTP Status Code: 200 AWS validated
    • 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_template_with_short_form_fn_sub LocalStack Community: tests/aws/services/cloudformation/resources/test_legacy.py::TestCloudFormation::test_cfn_template_with_short_form_fn_sub HTTP Status Code: 200
    • test_functions_in_output_export_name LocalStack Community: tests/aws/services/cloudformation/resources/test_legacy.py::TestCloudFormation::test_functions_in_output_export_name HTTP Status Code: 200
    • test_resolve_transitive_placeholders_in_strings LocalStack Community: tests/aws/services/cloudformation/resources/test_legacy.py::TestCloudFormation::test_resolve_transitive_placeholders_in_strings HTTP Status Code: 200 AWS validated
    • test_sub_in_lambda_function_name LocalStack Community: tests/aws/services/cloudformation/resources/test_legacy.py::TestCloudFormation::test_sub_in_lambda_function_name HTTP Status Code: 200
    • test_updating_stack_with_iam_role LocalStack Community: tests/aws/services/cloudformation/resources/test_legacy.py::TestCloudFormation::test_updating_stack_with_iam_role HTTP Status Code: 200 AWS validated
    • test_create_record_set_via_id LocalStack Community: tests/aws/services/cloudformation/resources/test_route53.py::test_create_record_set_via_id HTTP Status Code: 200 AWS validated
    • test_create_record_set_via_name LocalStack Community: tests/aws/services/cloudformation/resources/test_route53.py::test_create_record_set_via_name HTTP Status Code: 200 AWS validated
    • test_create_record_set_without_resource_record LocalStack Community: tests/aws/services/cloudformation/resources/test_route53.py::test_create_record_set_without_resource_record HTTP Status Code: 200 AWS validated
    • test_bucketpolicy LocalStack Community: tests/aws/services/cloudformation/resources/test_s3.py::test_bucketpolicy HTTP Status Code: 200
    • test_website_configuration LocalStack Community: tests/aws/services/cloudformation/resources/test_s3.py::test_website_configuration HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sam_template LocalStack Community: tests/aws/services/cloudformation/resources/test_sam.py::test_sam_template HTTP Status Code: 200
    • test_cfn_handle_secretsmanager_secret LocalStack Community: tests/aws/services/cloudformation/resources/test_secretsmanager.py::test_cfn_handle_secretsmanager_secret HTTP Status Code: 200
    • test_deploy_stack_with_sns_topic LocalStack Community: tests/aws/services/cloudformation/resources/test_sns.py::test_deploy_stack_with_sns_topic HTTP Status Code: 200 AWS validated
    • test_sns_subscription LocalStack Community: tests/aws/services/cloudformation/resources/test_sns.py::test_sns_subscription HTTP Status Code: 200 AWS validated
    • test_sns_topic_fifo_with_deduplication LocalStack Community: tests/aws/services/cloudformation/resources/test_sns.py::test_sns_topic_fifo_with_deduplication HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sns_topic_fifo_without_suffix_fails LocalStack Community: tests/aws/services/cloudformation/resources/test_sns.py::test_sns_topic_fifo_without_suffix_fails HTTP Status Code: 200
    • test_update_subscription LocalStack Community: tests/aws/services/cloudformation/resources/test_sns.py::test_update_subscription HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_update_queue_no_change LocalStack Community: tests/aws/services/cloudformation/resources/test_sqs.py::test_update_queue_no_change HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_parameter_defaults LocalStack Community: tests/aws/services/cloudformation/resources/test_ssm.py::test_parameter_defaults HTTP Status Code: 200
    • test_update_ssm_parameter_tag LocalStack Community: tests/aws/services/cloudformation/resources/test_ssm.py::test_update_ssm_parameter_tag HTTP Status Code: 200 AWS validated
    • test_update_ssm_parameters LocalStack Community: tests/aws/services/cloudformation/resources/test_ssm.py::test_update_ssm_parameters HTTP Status Code: 200 AWS validated
    • test_import_values_across_stacks LocalStack Community: tests/aws/services/cloudformation/test_template_engine.py::TestImportValues::test_import_values_across_stacks HTTP Status Code: 200 AWS validated
    • test_and_or_functions[Fn::And-0-0-False] LocalStack Community: tests/aws/services/cloudformation/test_template_engine.py::TestIntrinsicFunctions::test_and_or_functions[Fn::And-0-0-False] HTTP Status Code: 200 AWS validated
    • test_and_or_functions[Fn::And-0-1-False] LocalStack Community: tests/aws/services/cloudformation/test_template_engine.py::TestIntrinsicFunctions::test_and_or_functions[Fn::And-0-1-False] HTTP Status Code: 200 AWS validated
    • test_and_or_functions[Fn::And-1-0-False] LocalStack Community: tests/aws/services/cloudformation/test_template_engine.py::TestIntrinsicFunctions::test_and_or_functions[Fn::And-1-0-False] HTTP Status Code: 200 AWS validated
    • test_and_or_functions[Fn::And-1-1-True] LocalStack Community: tests/aws/services/cloudformation/test_template_engine.py::TestIntrinsicFunctions::test_and_or_functions[Fn::And-1-1-True] HTTP Status Code: 200 AWS validated
    • test_and_or_functions[Fn::Or-0-0-False] LocalStack Community: tests/aws/services/cloudformation/test_template_engine.py::TestIntrinsicFunctions::test_and_or_functions[Fn::Or-0-0-False] HTTP Status Code: 200 AWS validated
    • test_and_or_functions[Fn::Or-0-1-True] LocalStack Community: tests/aws/services/cloudformation/test_template_engine.py::TestIntrinsicFunctions::test_and_or_functions[Fn::Or-0-1-True] HTTP Status Code: 200 AWS validated
    • test_and_or_functions[Fn::Or-1-0-True] LocalStack Community: tests/aws/services/cloudformation/test_template_engine.py::TestIntrinsicFunctions::test_and_or_functions[Fn::Or-1-0-True] HTTP Status Code: 200 AWS validated
    • test_and_or_functions[Fn::Or-1-1-True] LocalStack Community: tests/aws/services/cloudformation/test_template_engine.py::TestIntrinsicFunctions::test_and_or_functions[Fn::Or-1-1-True] HTTP Status Code: 200 AWS validated
    • test_base64_sub_and_getatt_functions LocalStack Community: tests/aws/services/cloudformation/test_template_engine.py::TestIntrinsicFunctions::test_base64_sub_and_getatt_functions HTTP Status Code: 200 AWS validated
    • test_split_length_and_join_functions LocalStack Community: tests/aws/services/cloudformation/test_template_engine.py::TestIntrinsicFunctions::test_split_length_and_join_functions 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_macro_deployment LocalStack Community: tests/aws/services/cloudformation/test_template_engine.py::TestMacros::test_macro_deployment 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_to_validate_template_limit_for_macro LocalStack Community: tests/aws/services/cloudformation/test_template_engine.py::TestMacros::test_to_validate_template_limit_for_macro 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_resolve_secretsmanager[resolve_secretsmanager.yaml] LocalStack Community: tests/aws/services/cloudformation/test_template_engine.py::TestSecretsManagerParameters::test_resolve_secretsmanager[resolve_secretsmanager.yaml] HTTP Status Code: 200 AWS validated
    • test_resolve_secretsmanager[resolve_secretsmanager_full.yaml] LocalStack Community: tests/aws/services/cloudformation/test_template_engine.py::TestSecretsManagerParameters::test_resolve_secretsmanager[resolve_secretsmanager_full.yaml] HTTP Status Code: 200 AWS validated
    • test_resolve_secretsmanager[resolve_secretsmanager_partial.yaml] LocalStack Community: tests/aws/services/cloudformation/test_template_engine.py::TestSecretsManagerParameters::test_resolve_secretsmanager[resolve_secretsmanager_partial.yaml] HTTP Status Code: 200 AWS validated
    • test_resolve_ssm LocalStack Community: tests/aws/services/cloudformation/test_template_engine.py::TestSsmParameters::test_resolve_ssm HTTP Status Code: 200 AWS validated
    • test_resolve_ssm_secure LocalStack Community: tests/aws/services/cloudformation/test_template_engine.py::TestSsmParameters::test_resolve_ssm_secure HTTP Status Code: 200
    • test_resolve_ssm_with_version LocalStack Community: tests/aws/services/cloudformation/test_template_engine.py::TestSsmParameters::test_resolve_ssm_with_version HTTP Status Code: 200 AWS validated
    • test_cloudformation_deployment LocalStack Community: tests/aws/services/opensearch/test_opensearch.py::TestOpensearchProvider::test_cloudformation_deployment HTTP Status Code: 200
  • LocalStack Pro
    • test_black_box LocalStack Pro: tests/aws/services/cloudformation/resource_providers/qldb/aws_qldb_ledger/test_basic.py::TestBasicCRD::test_black_box HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_vpc_link LocalStack Pro: tests/aws/services/cloudformation/resources/test_apigateway.py::test_vpc_link HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_api_mapping_deployment LocalStack Pro: tests/aws/services/cloudformation/resources/test_apigatewayv2.py::TestApiGwV2Apis::test_api_mapping_deployment HTTP Status Code: 200
    • test_domain_name_attributes LocalStack Pro: tests/aws/services/cloudformation/resources/test_apigatewayv2.py::TestApiGwV2Apis::test_domain_name_attributes HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sam_api_tagging LocalStack Pro: tests/aws/services/cloudformation/resources/test_apigatewayv2.py::TestApiGwV2Apis::test_sam_api_tagging HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_application_deployment LocalStack Pro: tests/aws/services/cloudformation/resources/test_appconfig.py::test_application_deployment HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_graphql_schema LocalStack Pro: tests/aws/services/cloudformation/resources/test_appsync.py::test_graphql_schema HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_graphqlapi LocalStack Pro: tests/aws/services/cloudformation/resources/test_appsync.py::test_graphqlapi HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_s3_code_locations LocalStack Pro: tests/aws/services/cloudformation/resources/test_appsync.py::test_s3_code_locations HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_autoscaling_group LocalStack Pro: tests/aws/services/cloudformation/resources/test_autoscaling.py::test_autoscaling_group HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cache_policies LocalStack Pro: tests/aws/services/cloudformation/resources/test_cloudfront.py::test_cache_policies HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cloudfront_distribution_with_logging LocalStack Pro: tests/aws/services/cloudformation/resources/test_cloudfront.py::test_cloudfront_distribution_with_logging HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_stack_cloudfront LocalStack Pro: tests/aws/services/cloudformation/resources/test_cloudfront.py::test_create_stack_cloudfront HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_origin_access_control LocalStack Pro: tests/aws/services/cloudformation/resources/test_cloudfront.py::test_origin_access_control HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_origin_request_policies LocalStack Pro: tests/aws/services/cloudformation/resources/test_cloudfront.py::test_origin_request_policies HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cloud_trail_deploy LocalStack Pro: tests/aws/services/cloudformation/resources/test_cloudtrail.py::test_cloud_trail_deploy HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cognito_custom_ids LocalStack Pro: tests/aws/services/cloudformation/resources/test_cognito.py::test_cognito_custom_ids HTTP Status Code: 200
    • test_user_pool_client_output LocalStack Pro: tests/aws/services/cloudformation/resources/test_cognito.py::test_user_pool_client_output 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_security_group_ingress_creation LocalStack Pro: tests/aws/services/cloudformation/resources/test_ec2.py::test_security_group_ingress_creation HTTP Status Code: 200 AWS validated
    • test_security_group_ingress_creation_isolation LocalStack Pro: tests/aws/services/cloudformation/resources/test_ec2.py::test_security_group_ingress_creation_isolation HTTP Status Code: 200 AWS validated
    • test_untransformed_url_when_no_repository_created LocalStack Pro: tests/aws/services/cloudformation/resources/test_ecr.py::test_untransformed_url_when_no_repository_created HTTP Status Code: 200
    • test_url_output_different_account_or_region[000000000000-eu-central-2] LocalStack Pro: tests/aws/services/cloudformation/resources/test_ecr.py::test_url_output_different_account_or_region[000000000000-eu-central-2] HTTP Status Code: 200
    • test_url_output_different_account_or_region[000000000000-us-east-1] LocalStack Pro: tests/aws/services/cloudformation/resources/test_ecr.py::test_url_output_different_account_or_region[000000000000-us-east-1] HTTP Status Code: 200
    • test_url_output_different_account_or_region[111111111111-eu-central-2] LocalStack Pro: tests/aws/services/cloudformation/resources/test_ecr.py::test_url_output_different_account_or_region[111111111111-eu-central-2] HTTP Status Code: 200
    • test_url_output_different_account_or_region[111111111111-us-east-1] LocalStack Pro: tests/aws/services/cloudformation/resources/test_ecr.py::test_url_output_different_account_or_region[111111111111-us-east-1] HTTP Status Code: 200
    • 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_eksctl_stack LocalStack Pro: tests/aws/services/cloudformation/resources/test_eks.py::test_eksctl_stack HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cache_cluster[redis] LocalStack Pro: tests/aws/services/cloudformation/resources/test_elasticache.py::test_cache_cluster[redis] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cluster_with_replication LocalStack Pro: tests/aws/services/cloudformation/resources/test_elasticache.py::test_cluster_with_replication HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_classifier LocalStack Pro: tests/aws/services/cloudformation/resources/test_glue.py::test_classifier HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_database LocalStack Pro: tests/aws/services/cloudformation/resources/test_glue.py::test_database HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_job LocalStack Pro: tests/aws/services/cloudformation/resources/test_glue.py::test_job HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_table LocalStack Pro: tests/aws/services/cloudformation/resources/test_glue.py::test_table HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_trigger LocalStack Pro: tests/aws/services/cloudformation/resources/test_glue.py::test_trigger HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_workflow LocalStack Pro: tests/aws/services/cloudformation/resources/test_glue.py::test_workflow HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_role_alias LocalStack Pro: tests/aws/services/cloudformation/resources/test_iot.py::test_role_alias HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_application_with_output_and_reference LocalStack Pro: tests/aws/services/cloudformation/resources/test_kinesisanalytics.py::test_application_with_output_and_reference HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_layer_python LocalStack Pro: tests/aws/services/cloudformation/resources/test_lambda.py::TestLambdaLayer::test_lambda_layer_python HTTP Status Code: 200
    • test_db_cluster_deployment LocalStack Pro: tests/aws/services/cloudformation/resources/test_rds.py::test_db_cluster_deployment HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_db_proxy LocalStack Pro: tests/aws/services/cloudformation/resources/test_rds.py::test_db_proxy HTTP Status Code: 200
    • test_private_hostedzone LocalStack Pro: tests/aws/services/cloudformation/resources/test_route53.py::test_private_hostedzone HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_secretsmanager_target_attachment_maridab LocalStack Pro: tests/aws/services/cloudformation/resources/test_secretsmanager.py::test_secretsmanager_target_attachment_maridab HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_receiptrules LocalStack Pro: tests/aws/services/cloudformation/resources/test_ses.py::test_create_receiptrules HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_template LocalStack Pro: tests/aws/services/cloudformation/resources/test_ses.py::test_create_template HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_db_tables LocalStack Pro: tests/aws/services/cloudformation/resources/test_timestream.py::test_create_db_tables HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_misc_resources LocalStack Pro: tests/aws/services/cloudformation/test_api.py::TestAPI::test_create_misc_resources 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_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_create_service_run_task LocalStack Pro: tests/aws/services/ecs/test_ecs.py::TestTaskExecution::test_create_service_run_task HTTP Status Code: 200
    • test_create_iot_resources LocalStack Pro: tests/aws/services/iot/test_iot.py::TestIoTCrud::test_create_iot_resources HTTP Status Code: 200 AWS validated
    • test_create_cloud_formation_change_set LocalStack Pro: tests/aws/services/serverlessrepo/test_serverlessrepo.py::TestServerlessRepo::test_create_cloud_formation_change_set HTTP Status Code: 200
Parameters: Capabilities, ChangeSetName, ChangeSetType, StackName, TemplateBody
  • LocalStack Community
    • test_setup LocalStack Community: tests/aws/scenario/bookstore/test_bookstore.py::TestBookstoreApplication::test_setup HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_kinesis_firehose_s3 LocalStack Community: tests/aws/scenario/kinesis_firehose/test_kinesis_firehose.py::TestKinesisFirehoseScenario::test_kinesis_firehose_s3 HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_infra LocalStack Community: tests/aws/scenario/lambda_destination/test_lambda_destination_scenario.py::TestLambdaDestinationScenario::test_infra 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_validate_infra_setup LocalStack Community: tests/aws/scenario/note_taking/test_note_taking.py::TestNoteTakingScenario::test_validate_infra_setup HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_scenario_validate_infra LocalStack Community: tests/aws/services/apigateway/test_apigateway_lambda_cfn.py::TestApigatewayLambdaIntegration::test_scenario_validate_infra HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_and_then_remove_non_supported_resource_change_set LocalStack Community: tests/aws/services/cloudformation/api/test_changesets.py::test_create_and_then_remove_non_supported_resource_change_set HTTP Status Code: 200 AWS validated
    • test_create_and_then_remove_supported_resource_change_set LocalStack Community: tests/aws/services/cloudformation/api/test_changesets.py::test_create_and_then_remove_supported_resource_change_set HTTP Status Code: 200 AWS validated
    • test_deleted_changeset LocalStack Community: tests/aws/services/cloudformation/api/test_changesets.py::test_deleted_changeset HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_empty_changeset LocalStack Community: tests/aws/services/cloudformation/api/test_changesets.py::test_empty_changeset HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_nested_stack_output_refs LocalStack Community: tests/aws/services/cloudformation/api/test_nested_stacks.py::test_nested_stack_output_refs HTTP Status Code: 200 AWS validated
    • test_unexisting_resource_dependency LocalStack Community: tests/aws/services/cloudformation/api/test_reference_resolving.py::test_unexisting_resource_dependency HTTP Status Code: 200
    • test_get_template[json] LocalStack Community: tests/aws/services/cloudformation/api/test_stacks.py::TestStacksApi::test_get_template[json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_get_template[yaml] LocalStack Community: tests/aws/services/cloudformation/api/test_stacks.py::TestStacksApi::test_get_template[yaml] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_list_events_after_deployment LocalStack Community: tests/aws/services/cloudformation/api/test_stacks.py::TestStacksApi::test_list_events_after_deployment HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_stack_description_special_chars LocalStack Community: tests/aws/services/cloudformation/api/test_stacks.py::TestStacksApi::test_stack_description_special_chars HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_stack_name_creation LocalStack Community: tests/aws/services/cloudformation/api/test_stacks.py::TestStacksApi::test_stack_name_creation HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_update_stack_with_same_template_withoutchange LocalStack Community: tests/aws/services/cloudformation/api/test_stacks.py::TestStacksApi::test_update_stack_with_same_template_withoutchange HTTP Status Code: 200
    • test_events_resource_types LocalStack Community: tests/aws/services/cloudformation/api/test_stacks.py::test_events_resource_types HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_get_template_summary LocalStack Community: tests/aws/services/cloudformation/api/test_templates.py::test_get_template_summary HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_diff_after_update LocalStack Community: tests/aws/services/cloudformation/api/test_update_stack.py::test_diff_after_update HTTP Status Code: 200 AWS validated
    • test_dependency_on_attribute_with_dot_notation LocalStack Community: tests/aws/services/cloudformation/engine/test_attributes.py::TestResourceAttributes::test_dependency_on_attribute_with_dot_notation HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_conditional_with_select LocalStack Community: tests/aws/services/cloudformation/engine/test_conditions.py::TestCloudFormationConditions::test_conditional_with_select HTTP Status Code: 200 AWS validated
    • test_dependency_in_non_evaluated_if_branch[None-FallbackParamValue] LocalStack Community: tests/aws/services/cloudformation/engine/test_conditions.py::TestCloudFormationConditions::test_dependency_in_non_evaluated_if_branch[None-FallbackParamValue] HTTP Status Code: 200 AWS validated
    • test_useful_error_when_invalid_ref LocalStack Community: tests/aws/services/cloudformation/engine/test_references.py::test_useful_error_when_invalid_ref HTTP Status Code: 200
    • test_black_box LocalStack Community: tests/aws/services/cloudformation/resource_providers/ec2/aws_ec2_networkacl/test_basic.py::TestBasicCRD::test_black_box HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_deploy_instance_with_key_pair LocalStack Community: tests/aws/services/cloudformation/resource_providers/ec2/test_ec2.py::test_deploy_instance_with_key_pair HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_autogenerated_values LocalStack Community: tests/aws/services/cloudformation/resource_providers/iam/aws_iam_user/test_basic.py::TestBasicCRD::test_autogenerated_values HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_iam_username_defaultname LocalStack Community: tests/aws/services/cloudformation/resource_providers/iam/test_iam.py::test_iam_username_defaultname HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_policy_attachments LocalStack Community: tests/aws/services/cloudformation/resource_providers/iam/test_iam.py::test_policy_attachments HTTP Status Code: 200 AWS validated
    • test_schedule_and_group LocalStack Community: tests/aws/services/cloudformation/resource_providers/scheduler/test_scheduler.py::test_schedule_and_group HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cfn_acm_certificate LocalStack Community: tests/aws/services/cloudformation/resources/test_acm.py::test_cfn_acm_certificate HTTP Status Code: 200
    • test_account LocalStack Community: tests/aws/services/cloudformation/resources/test_apigateway.py::test_account HTTP Status Code: 200 AWS validated
    • test_cfn_apigateway_rest_api LocalStack Community: tests/aws/services/cloudformation/resources/test_apigateway.py::test_cfn_apigateway_rest_api HTTP Status Code: 200
    • test_cfn_deploy_apigateway_integration LocalStack Community: tests/aws/services/cloudformation/resources/test_apigateway.py::test_cfn_deploy_apigateway_integration HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cfn_deploy_apigateway_models LocalStack Community: tests/aws/services/cloudformation/resources/test_apigateway.py::test_cfn_deploy_apigateway_models HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cfn_with_apigateway_resources LocalStack Community: tests/aws/services/cloudformation/resources/test_apigateway.py::test_cfn_with_apigateway_resources HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_url_output LocalStack Community: tests/aws/services/cloudformation/resources/test_apigateway.py::test_url_output HTTP Status Code: 200
    • test_cdk_bootstrap[10] LocalStack Community: tests/aws/services/cloudformation/resources/test_cdk.py::TestCdkInit::test_cdk_bootstrap[10] HTTP Status Code: 200
    • test_cdk_bootstrap[11] LocalStack Community: tests/aws/services/cloudformation/resources/test_cdk.py::TestCdkInit::test_cdk_bootstrap[11] HTTP Status Code: 200
    • test_cdk_bootstrap[12] LocalStack Community: tests/aws/services/cloudformation/resources/test_cdk.py::TestCdkInit::test_cdk_bootstrap[12] HTTP Status Code: 200
    • test_cdk_sample LocalStack Community: tests/aws/services/cloudformation/resources/test_cdk.py::TestCdkSampleApp::test_cdk_sample HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_alarm_creation LocalStack Community: tests/aws/services/cloudformation/resources/test_cloudwatch.py::test_alarm_creation HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_alarm_ext_statistic LocalStack Community: tests/aws/services/cloudformation/resources/test_cloudwatch.py::test_alarm_ext_statistic HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_composite_alarm_creation LocalStack Community: tests/aws/services/cloudformation/resources/test_cloudwatch.py::test_composite_alarm_creation HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_default_name_for_table LocalStack Community: tests/aws/services/cloudformation/resources/test_dynamodb.py::test_default_name_for_table HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_global_table LocalStack Community: tests/aws/services/cloudformation/resources/test_dynamodb.py::test_global_table HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_global_table_with_ttl_and_sse LocalStack Community: tests/aws/services/cloudformation/resources/test_dynamodb.py::test_global_table_with_ttl_and_sse HTTP Status Code: 200 AWS validated
    • test_table_with_ttl_and_sse LocalStack Community: tests/aws/services/cloudformation/resources/test_dynamodb.py::test_table_with_ttl_and_sse HTTP Status Code: 200 AWS validated
    • test_ttl_cdk LocalStack Community: tests/aws/services/cloudformation/resources/test_dynamodb.py::test_ttl_cdk HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cfn_with_multiple_route_table_associations LocalStack Community: tests/aws/services/cloudformation/resources/test_ec2.py::test_cfn_with_multiple_route_table_associations HTTP Status Code: 200
    • test_cfn_with_multiple_route_tables LocalStack Community: tests/aws/services/cloudformation/resources/test_ec2.py::test_cfn_with_multiple_route_tables HTTP Status Code: 200 AWS validated
    • test_dhcp_options LocalStack Community: tests/aws/services/cloudformation/resources/test_ec2.py::test_dhcp_options HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_internet_gateway_ref_and_attr LocalStack Community: tests/aws/services/cloudformation/resources/test_ec2.py::test_internet_gateway_ref_and_attr HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_simple_route_table_creation LocalStack Community: tests/aws/services/cloudformation/resources/test_ec2.py::test_simple_route_table_creation HTTP Status Code: 200
    • test_transit_gateway_attachment LocalStack Community: tests/aws/services/cloudformation/resources/test_ec2.py::test_transit_gateway_attachment HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_vpc_creates_default_sg LocalStack Community: tests/aws/services/cloudformation/resources/test_ec2.py::test_vpc_creates_default_sg HTTP Status Code: 200 AWS validated
    • test_cfn_event_bus_resource LocalStack Community: tests/aws/services/cloudformation/resources/test_events.py::test_cfn_event_bus_resource HTTP Status Code: 200 AWS validated
    • test_cfn_handle_events_rule LocalStack Community: tests/aws/services/cloudformation/resources/test_events.py::test_cfn_handle_events_rule HTTP Status Code: 200
    • test_cfn_handle_events_rule_without_name LocalStack Community: tests/aws/services/cloudformation/resources/test_events.py::test_cfn_handle_events_rule_without_name HTTP Status Code: 200
    • test_default_parameters_kinesis LocalStack Community: tests/aws/services/cloudformation/resources/test_kinesis.py::test_default_parameters_kinesis HTTP Status Code: 200
    • test_dynamodb_stream_response_with_cf LocalStack Community: tests/aws/services/cloudformation/resources/test_kinesis.py::test_dynamodb_stream_response_with_cf HTTP Status Code: 200
    • test_stream_creation LocalStack Community: tests/aws/services/cloudformation/resources/test_kinesis.py::test_stream_creation HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_kms_key_disabled LocalStack Community: tests/aws/services/cloudformation/resources/test_kms.py::test_kms_key_disabled HTTP Status Code: 200
    • 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_event_invoke_config LocalStack Community: tests/aws/services/cloudformation/resources/test_lambda.py::test_event_invoke_config 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_multiple_lambda_permissions_for_singlefn LocalStack Community: tests/aws/services/cloudformation/resources/test_lambda.py::test_multiple_lambda_permissions_for_singlefn HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cfn_conditional_deployment LocalStack Community: tests/aws/services/cloudformation/resources/test_legacy.py::TestCloudFormation::test_cfn_conditional_deployment HTTP Status Code: 200
    • test_cfn_handle_iam_role_resource_no_role_name LocalStack Community: tests/aws/services/cloudformation/resources/test_legacy.py::TestCloudFormation::test_cfn_handle_iam_role_resource_no_role_name HTTP Status Code: 200
    • test_cfn_handle_log_group_resource LocalStack Community: tests/aws/services/cloudformation/resources/test_legacy.py::TestCloudFormation::test_cfn_handle_log_group_resource HTTP Status Code: 200
    • test_cfn_handle_s3_notification_configuration[False-us-east-1] LocalStack Community: tests/aws/services/cloudformation/resources/test_legacy.py::TestCloudFormation::test_cfn_handle_s3_notification_configuration[False-us-east-1] HTTP Status Code: 200
    • test_cfn_handle_s3_notification_configuration[True-eu-west-1] LocalStack Community: tests/aws/services/cloudformation/resources/test_legacy.py::TestCloudFormation::test_cfn_handle_s3_notification_configuration[True-eu-west-1] HTTP Status Code: 200
    • test_cfn_handle_serverless_api_resource LocalStack Community: tests/aws/services/cloudformation/resources/test_legacy.py::TestCloudFormation::test_cfn_handle_serverless_api_resource HTTP Status Code: 200
    • test_cfn_with_exports LocalStack Community: tests/aws/services/cloudformation/resources/test_legacy.py::TestCloudFormation::test_cfn_with_exports HTTP Status Code: 200
    • test_cfn_with_route_table LocalStack Community: tests/aws/services/cloudformation/resources/test_legacy.py::TestCloudFormation::test_cfn_with_route_table HTTP Status Code: 200
    • test_update_conditions LocalStack Community: tests/aws/services/cloudformation/resources/test_legacy.py::TestCloudFormation::test_update_conditions HTTP Status Code: 200
    • test_logstream LocalStack Community: tests/aws/services/cloudformation/resources/test_logs.py::test_logstream HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_domain LocalStack Community: tests/aws/services/cloudformation/resources/test_opensearch.py::test_domain HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_domain_with_alternative_types LocalStack Community: tests/aws/services/cloudformation/resources/test_opensearch.py::test_domain_with_alternative_types HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_redshift_cluster LocalStack Community: tests/aws/services/cloudformation/resources/test_redshift.py::test_redshift_cluster HTTP Status Code: 200 AWS validated
    • test_create_health_check LocalStack Community: tests/aws/services/cloudformation/resources/test_route53.py::test_create_health_check HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_bucket_autoname LocalStack Community: tests/aws/services/cloudformation/resources/test_s3.py::test_bucket_autoname HTTP Status Code: 200 AWS validated
    • test_bucket_versioning LocalStack Community: tests/aws/services/cloudformation/resources/test_s3.py::test_bucket_versioning HTTP Status Code: 200
    • test_cors_configuration LocalStack Community: tests/aws/services/cloudformation/resources/test_s3.py::test_cors_configuration HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_object_lock_configuration LocalStack Community: tests/aws/services/cloudformation/resources/test_s3.py::test_object_lock_configuration HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sam_policies LocalStack Community: tests/aws/services/cloudformation/resources/test_sam.py::test_sam_policies HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cfn_secret_policy LocalStack Community: tests/aws/services/cloudformation/resources/test_secretsmanager.py::test_cfn_secret_policy HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cfn_secretsmanager_gen_secret LocalStack Community: tests/aws/services/cloudformation/resources/test_secretsmanager.py::test_cfn_secretsmanager_gen_secret HTTP Status Code: 200
    • test_cfn_handle_sqs_resource LocalStack Community: tests/aws/services/cloudformation/resources/test_sqs.py::test_cfn_handle_sqs_resource HTTP Status Code: 200
    • test_sqs_fifo_queue_generates_valid_name LocalStack Community: tests/aws/services/cloudformation/resources/test_sqs.py::test_sqs_fifo_queue_generates_valid_name HTTP Status Code: 200 AWS validated
    • test_sqs_non_fifo_queue_generates_valid_name LocalStack Community: tests/aws/services/cloudformation/resources/test_sqs.py::test_sqs_non_fifo_queue_generates_valid_name HTTP Status Code: 200
    • test_sqs_queue_policy LocalStack Community: tests/aws/services/cloudformation/resources/test_sqs.py::test_sqs_queue_policy HTTP Status Code: 200
    • test_update_sqs_queuepolicy LocalStack Community: tests/aws/services/cloudformation/resources/test_sqs.py::test_update_sqs_queuepolicy HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_deploy_patch_baseline LocalStack Community: tests/aws/services/cloudformation/resources/test_ssm.py::test_deploy_patch_baseline HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_maintenance_window LocalStack Community: tests/aws/services/cloudformation/resources/test_ssm.py::test_maintenance_window HTTP Status Code: 200 AWS validated Snapshot Tested
    • 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_find_map_function LocalStack Community: tests/aws/services/cloudformation/test_template_engine.py::TestIntrinsicFunctions::test_find_map_function HTTP Status Code: 200 AWS validated
    • test_get_azs_function LocalStack Community: tests/aws/services/cloudformation/test_template_engine.py::TestIntrinsicFunctions::test_get_azs_function HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sub_not_ready LocalStack Community: tests/aws/services/cloudformation/test_template_engine.py::TestIntrinsicFunctions::test_sub_not_ready HTTP Status Code: 200 AWS validated
    • test_create_stack_with_ssm_parameters LocalStack Community: tests/aws/services/cloudformation/test_template_engine.py::TestSsmParameters::test_create_stack_with_ssm_parameters HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_invalid_stack_deploy LocalStack Community: tests/aws/services/cloudformation/test_template_engine.py::TestStackEvents::test_invalid_stack_deploy HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_implicit_type_conversion LocalStack Community: tests/aws/services/cloudformation/test_template_engine.py::TestTypes::test_implicit_type_conversion HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_unsupported LocalStack Community: tests/aws/services/cloudformation/test_unsupported.py::test_unsupported HTTP Status Code: 200
    • 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_path_based_on_data LocalStack Community: tests/aws/services/stepfunctions/v2/scenarios/test_sfn_scenarios.py::TestFundamental::test_path_based_on_data 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
  • LocalStack Pro
    • test_describe_endpoints LocalStack Pro: tests/aws/scenario/dms_mariadb_kinesis/test_dms.py::TestDmsScenario::test_describe_endpoints HTTP Status Code: 200 AWS validated Snapshot Tested
    • 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_servicediscovery_ecs_integration LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_servicediscovery_ecs_integration HTTP Status Code: 200
    • test_websocket_subscriptions_relay_sample LocalStack Pro: tests/aws/services/appsync/test_appsync.py::TestAppSync::test_websocket_subscriptions_relay_sample HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_black_box LocalStack Pro: tests/aws/services/cloudformation/resource_providers/pipes/aws_pipes_pipe/test_basic.py::TestBasicCRD::test_black_box HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_amplify_resources LocalStack Pro: tests/aws/services/cloudformation/resources/test_amplify.py::TestCfnAmplifyResources::test_amplify_resources HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_amplify_env_variables LocalStack Pro: tests/aws/services/cloudformation/resources/test_amplify.py::test_amplify_env_variables HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_apigatewayv2_resources LocalStack Pro: tests/aws/services/cloudformation/resources/test_apigatewayv2.py::TestApiGwV2Apis::test_create_apigatewayv2_resources HTTP Status Code: 200
    • test_apigwv2_api LocalStack Pro: tests/aws/services/cloudformation/resources/test_apigatewayv2.py::TestApiGwV2Authorizers::test_apigwv2_api HTTP Status Code: 200 AWS validated
    • test_create_apigateway_authorizer LocalStack Pro: tests/aws/services/cloudformation/resources/test_apigatewayv2.py::TestApiGwV2Authorizers::test_create_apigateway_authorizer HTTP Status Code: 200
    • test_create_apigateway_authorizer_client_credentials LocalStack Pro: tests/aws/services/cloudformation/resources/test_apigatewayv2.py::TestApiGwV2Authorizers::test_create_apigateway_authorizer_client_credentials HTTP Status Code: 200
    • test_deploy_scenario[\n query VTLDynamoResolver {\n vtl {\n dynamoResult\n }\n }\n ] LocalStack Pro: tests/aws/services/cloudformation/resources/test_appsync.py::TestExpandedScenario::test_deploy_scenario[\n query VTLDynamoResolver {\n vtl {\n dynamoResult\n }\n }\n ] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_athena LocalStack Pro: tests/aws/services/cloudformation/resources/test_athena.py::test_athena HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cognito_role_attachment LocalStack Pro: tests/aws/services/cloudformation/resources/test_cognito.py::test_cognito_role_attachment HTTP Status Code: 200
    • test_docdb_resources LocalStack Pro: tests/aws/services/cloudformation/resources/test_docdb.py::TestCfnDocDbResources::test_docdb_resources HTTP Status Code: 200 AWS validated
    • test_deploy_duplicate_security_group LocalStack Pro: tests/aws/services/cloudformation/resources/test_ec2.py::test_deploy_duplicate_security_group HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_ec2_launch_template LocalStack Pro: tests/aws/services/cloudformation/resources/test_ec2.py::test_ec2_launch_template HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_vpc_cidr_block_configurations LocalStack Pro: tests/aws/services/cloudformation/resources/test_ec2.py::test_vpc_cidr_block_configurations HTTP Status Code: 200 AWS validated
    • test_vpc_endpoint_service_configurations LocalStack Pro: tests/aws/services/cloudformation/resources/test_ec2.py::test_vpc_endpoint_service_configurations HTTP Status Code: 200 AWS validated
    • test_url_output LocalStack Pro: tests/aws/services/cloudformation/resources/test_ecr.py::test_url_output HTTP Status Code: 200
    • test_capacity_providers LocalStack Pro: tests/aws/services/cloudformation/resources/test_ecs.py::test_capacity_providers HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_url_output LocalStack Pro: tests/aws/services/cloudformation/resources/test_efs.py::test_url_output HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_eks_fargate_cluster LocalStack Pro: tests/aws/services/cloudformation/resources/test_eks.py::test_eks_fargate_cluster HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_resource_deployment LocalStack Pro: tests/aws/services/cloudformation/resources/test_elasticache.py::TestElasticacheResources::test_resource_deployment HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_application_with_version_and_environment LocalStack Pro: tests/aws/services/cloudformation/resources/test_elasticbeanstalk.py::test_application_with_version_and_environment HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_elbv2_loadbalancer_resource LocalStack Pro: tests/aws/services/cloudformation/resources/test_elasticloadbalancingv2.py::test_elbv2_loadbalancer_resource HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_db_instance_deployment LocalStack Pro: tests/aws/services/cloudformation/resources/test_rds.py::test_db_instance_deployment HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_parameter_group_creation LocalStack Pro: tests/aws/services/cloudformation/resources/test_rds.py::test_parameter_group_creation HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_rds_cluster_with_kms LocalStack Pro: tests/aws/services/cloudformation/resources/test_rds.py::test_rds_cluster_with_kms HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_docdb_resources LocalStack Pro: tests/aws/services/cloudformation/resources/test_redshift.py::TestCfnRedshiftSubnet::test_docdb_resources HTTP Status Code: 200 AWS validated
    • test_hostedzone_with_comment LocalStack Pro: tests/aws/services/cloudformation/resources/test_route53.py::test_hostedzone_with_comment HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_hostedzone_without_comment LocalStack Pro: tests/aws/services/cloudformation/resources/test_route53.py::test_hostedzone_without_comment HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_record_set_with_alias_record LocalStack Pro: tests/aws/services/cloudformation/resources/test_route53.py::test_record_set_with_alias_record HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_from_cloudformation LocalStack Pro: tests/aws/services/cloudfront/test_cloudfront.py::TestCloudFront::test_create_from_cloudformation HTTP Status Code: 200
    • test_auth_headers_and_non_title_case_of_headers LocalStack Pro: tests/aws/services/cloudfront/test_cloudfront.py::test_auth_headers_and_non_title_case_of_headers HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cognito_authorizer_scopes LocalStack Pro: tests/aws/services/cognito/test_cognito.py::TestCognito::test_cognito_authorizer_scopes HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_iotanalytics_resources LocalStack Pro: tests/aws/services/iotanalytics/test_iotanalytics.py::TestIotAnalytics::test_create_iotanalytics_resources HTTP Status Code: 200
    • test_describe LocalStack Pro: tests/aws/services/neptune/test_neptune_cfn.py::TestNeptuneCfn::test_describe 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_batch_execute_statement_setup[postgres-v1] LocalStack Pro: tests/aws/services/rds/test_rds_data.py::TestAuroraMultiEngine::test_batch_execute_statement_setup[postgres-v1] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_select_char LocalStack Pro: tests/aws/services/rds/test_rds_data.py::TestAuroraPostgresCfn::test_select_char HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_validate_initial_setup LocalStack Pro: tests/aws/services/rds/test_rds_global.py::TestGlobalClusterCDK::test_validate_initial_setup HTTP Status Code: 200 AWS validated Snapshot Tested
Parameters: Capabilities, ChangeSetName, ChangeSetType, StackName, TemplateURL
  • LocalStack Pro
    • test_postgres_s3_extension_helpers[11] LocalStack Pro: tests/aws/services/rds/test_rds_postgres_extensions.py::TestRdsPostgresExtensions::test_postgres_s3_extension_helpers[11] HTTP Status Code: 200 AWS validated
Parameters: ChangeSetName, ChangeSetType, Parameters, StackName, TemplateBody
  • LocalStack Community
    • test_autoexpand_capability_requirement LocalStack Community: tests/aws/services/cloudformation/api/test_changesets.py::test_autoexpand_capability_requirement HTTP Status Code: 200 AWS validated
Parameters: ChangeSetName, ChangeSetType, StackName, TemplateBody
  • LocalStack Community
    • test_create_and_then_update_refreshes_template_metadata LocalStack Community: tests/aws/services/cloudformation/api/test_changesets.py::test_create_and_then_update_refreshes_template_metadata HTTP Status Code: 200 AWS validated
    • test_create_change_set_with_ssm_parameter LocalStack Community: tests/aws/services/cloudformation/api/test_changesets.py::test_create_change_set_with_ssm_parameter HTTP Status Code: 200 AWS validated
    • test_create_change_set_without_parameters LocalStack Community: tests/aws/services/cloudformation/api/test_changesets.py::test_create_change_set_without_parameters HTTP Status Code: 200 AWS validated
    • test_create_changeset_with_stack_id LocalStack Community: tests/aws/services/cloudformation/api/test_changesets.py::test_create_changeset_with_stack_id HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_describe_change_set_with_similarly_named_stacks LocalStack Community: tests/aws/services/cloudformation/api/test_changesets.py::test_describe_change_set_with_similarly_named_stacks HTTP Status Code: 200 AWS validated
    • test_multiple_create_changeset LocalStack Community: tests/aws/services/cloudformation/api/test_changesets.py::test_multiple_create_changeset HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_name_conflicts LocalStack Community: tests/aws/services/cloudformation/api/test_changesets.py::test_name_conflicts HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_change_set_invalid_params LocalStack Community: tests/aws/services/cloudformation/api/test_changesets.py::test_create_change_set_invalid_params HTTP Status Code: 400 (ValidationError) AWS validated
    • test_create_change_set_update_nonexisting LocalStack Community: tests/aws/services/cloudformation/api/test_changesets.py::test_create_change_set_update_nonexisting HTTP Status Code: 400 (ValidationError) AWS validated
    • test_create_changeset_with_stack_id LocalStack Community: tests/aws/services/cloudformation/api/test_changesets.py::test_create_changeset_with_stack_id HTTP Status Code: 400 (ValidationError) AWS validated Snapshot Tested
    • test_name_conflicts LocalStack Community: tests/aws/services/cloudformation/api/test_changesets.py::test_name_conflicts HTTP Status Code: 400 (ValidationError) AWS validated Snapshot Tested
  • LocalStack Pro
    • test_hostedzone_optionaltrailingdot[with_trailing_dot] LocalStack Pro: tests/aws/services/cloudformation/resources/test_route53.py::test_hostedzone_optionaltrailingdot[with_trailing_dot] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_hostedzone_optionaltrailingdot[without_trailing_dot] LocalStack Pro: tests/aws/services/cloudformation/resources/test_route53.py::test_hostedzone_optionaltrailingdot[without_trailing_dot] HTTP Status Code: 200 AWS validated Snapshot Tested

CreateStack

Parameters: Capabilities, OnFailure, StackName, Tags, TemplateBody
  • LocalStack Community
    • test_event_rules_deployed LocalStack Community: tests/aws/test_serverless.py::TestServerless::test_event_rules_deployed HTTP Status Code: 200
Parameters: Capabilities, Parameters, StackName, TemplateBody
  • LocalStack Community
    • 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_error_pass_macro_as_reference LocalStack Community: tests/aws/services/cloudformation/test_template_engine.py::TestMacros::test_error_pass_macro_as_reference HTTP Status Code: 400 (CommonServiceException) AWS validated Snapshot Tested
Parameters: Capabilities, Parameters, StackName, TemplateURL
  • LocalStack Community
    • test_nested_output_in_params LocalStack Community: tests/aws/services/cloudformation/api/test_nested_stacks.py::test_nested_output_in_params HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_nested_stack LocalStack Community: tests/aws/services/cloudformation/api/test_nested_stacks.py::test_nested_stack HTTP Status Code: 200
    • test_nested_stack_output_refs LocalStack Community: tests/aws/services/cloudformation/api/test_nested_stacks.py::test_nested_stack_output_refs HTTP Status Code: 200 AWS validated
    • test_nested_stacks_conditions LocalStack Community: tests/aws/services/cloudformation/api/test_nested_stacks.py::test_nested_stacks_conditions HTTP Status Code: 200 AWS validated
Parameters: Capabilities, StackName, TemplateBody
  • LocalStack Community
    • 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_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_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
Parameters: Parameters, StackName, TemplateBody
  • LocalStack Community
    • test_autoexpand_capability_requirement LocalStack Community: tests/aws/services/cloudformation/api/test_changesets.py::test_autoexpand_capability_requirement HTTP Status Code: 400 (InsufficientCapabilitiesException) AWS validated
Parameters: Parameters, StackName, TemplateURL
  • LocalStack Community
    • test_create_stack_from_s3_template_url[http_host] LocalStack Community: tests/aws/services/cloudformation/api/test_templates.py::test_create_stack_from_s3_template_url[http_host] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_stack_from_s3_template_url[http_path] LocalStack Community: tests/aws/services/cloudformation/api/test_templates.py::test_create_stack_from_s3_template_url[http_path] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_stack_from_s3_template_url[http_invalid] LocalStack Community: tests/aws/services/cloudformation/api/test_templates.py::test_create_stack_from_s3_template_url[http_invalid] HTTP Status Code: 400 (ValidationError) AWS validated Snapshot Tested
    • test_create_stack_from_s3_template_url[s3_url] LocalStack Community: tests/aws/services/cloudformation/api/test_templates.py::test_create_stack_from_s3_template_url[s3_url] HTTP Status Code: 400 (ValidationError) AWS validated Snapshot Tested
Parameters: StackName, TemplateBody
  • LocalStack Community
    • test_name_conflicts LocalStack Community: tests/aws/services/cloudformation/api/test_stacks.py::test_name_conflicts HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_stack_set_with_stack_instances LocalStack Community: tests/aws/services/cloudformation/resources/test_stack_sets.py::test_create_stack_set_with_stack_instances HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cloudformation_definition_create_describe[dump] LocalStack Community: tests/aws/services/stepfunctions/v2/test_sfn_api.py::TestSnfApi::test_cloudformation_definition_create_describe[dump] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cloudformation_definition_create_describe[dumps] LocalStack Community: tests/aws/services/stepfunctions/v2/test_sfn_api.py::TestSnfApi::test_cloudformation_definition_create_describe[dumps] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cloudformation_definition_string_create_describe[dump] LocalStack Community: tests/aws/services/stepfunctions/v2/test_sfn_api.py::TestSnfApi::test_cloudformation_definition_string_create_describe[dump] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cloudformation_definition_string_create_describe[dumps] LocalStack Community: tests/aws/services/stepfunctions/v2/test_sfn_api.py::TestSnfApi::test_cloudformation_definition_string_create_describe[dumps] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_name_conflicts LocalStack Community: tests/aws/services/cloudformation/api/test_stacks.py::test_name_conflicts HTTP Status Code: 400 (AlreadyExistsException) AWS validated Snapshot Tested
    • test_capabilities_requirements LocalStack Community: tests/aws/services/cloudformation/test_template_engine.py::TestMacros::test_capabilities_requirements HTTP Status Code: 400 (InsufficientCapabilitiesException) AWS validated Snapshot Tested
    • test_to_validate_template_limit_for_macro LocalStack Community: tests/aws/services/cloudformation/test_template_engine.py::TestMacros::test_to_validate_template_limit_for_macro HTTP Status Code: 400 (ValidationError) AWS validated Snapshot Tested
  • LocalStack Pro
    • test_create_cluster LocalStack Pro: tests/aws/services/cloudformation/resources/test_msk.py::test_create_cluster HTTP Status Code: 200
    • test_create_job_with_cloudformation LocalStack Pro: tests/aws/services/glue/test_basic.py::TestGlueCrud::test_create_job_with_cloudformation HTTP Status Code: 200
    • test_cloudformation_stack_operations LocalStack Pro: tests/aws/services/iam/test_iam_enforcement.py::TestIAMEnforcementIdentityBasedPolicies::test_cloudformation_stack_operations HTTP Status Code: 200 AWS validated Snapshot Tested

CreateStackInstances

Parameters: Accounts, OperationId, Regions, StackSetName
  • LocalStack Community
    • test_create_stack_set_with_stack_instances LocalStack Community: tests/aws/services/cloudformation/resources/test_stack_sets.py::test_create_stack_set_with_stack_instances HTTP Status Code: 200 AWS validated Snapshot Tested

CreateStackSet

Parameters: ClientRequestToken, StackSetName, TemplateBody
  • LocalStack Community
    • test_create_stack_set_with_stack_instances LocalStack Community: tests/aws/services/cloudformation/resources/test_stack_sets.py::test_create_stack_set_with_stack_instances HTTP Status Code: 200 AWS validated Snapshot Tested

DeleteChangeSet

Parameters: ChangeSetName
  • LocalStack Community
    • test_create_and_then_update_refreshes_template_metadata LocalStack Community: tests/aws/services/cloudformation/api/test_changesets.py::test_create_and_then_update_refreshes_template_metadata HTTP Status Code: 200 AWS validated
    • test_create_change_set_with_ssm_parameter LocalStack Community: tests/aws/services/cloudformation/api/test_changesets.py::test_create_change_set_with_ssm_parameter HTTP Status Code: 200 AWS validated
    • test_create_change_set_without_parameters LocalStack Community: tests/aws/services/cloudformation/api/test_changesets.py::test_create_change_set_without_parameters HTTP Status Code: 200 AWS validated
    • test_delete_change_set_exception LocalStack Community: tests/aws/services/cloudformation/api/test_changesets.py::test_delete_change_set_exception HTTP Status Code: 400 (ValidationError) AWS validated Snapshot Tested
    • test_cdk_bootstrap_redeploy LocalStack Community: tests/aws/services/cloudformation/resources/test_cdk.py::TestCdkInit::test_cdk_bootstrap_redeploy HTTP Status Code: 400 (ValidationError)
  • LocalStack Pro
    • test_hostedzone_optionaltrailingdot[with_trailing_dot] LocalStack Pro: tests/aws/services/cloudformation/resources/test_route53.py::test_hostedzone_optionaltrailingdot[with_trailing_dot] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_hostedzone_optionaltrailingdot[without_trailing_dot] LocalStack Pro: tests/aws/services/cloudformation/resources/test_route53.py::test_hostedzone_optionaltrailingdot[without_trailing_dot] HTTP Status Code: 200 AWS validated Snapshot Tested
Parameters: ChangeSetName, StackName
  • LocalStack Community
    • test_deleted_changeset LocalStack Community: tests/aws/services/cloudformation/api/test_changesets.py::test_deleted_changeset HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cdk_bootstrap_redeploy LocalStack Community: tests/aws/services/cloudformation/resources/test_cdk.py::TestCdkInit::test_cdk_bootstrap_redeploy HTTP Status Code: 200
    • test_delete_change_set_exception LocalStack Community: tests/aws/services/cloudformation/api/test_changesets.py::test_delete_change_set_exception HTTP Status Code: 400 (ValidationError) AWS validated Snapshot Tested

DeleteStack

Parameters: StackName
  • LocalStack Community
    • test_opensearch_crud LocalStack Community: tests/aws/scenario/bookstore/test_bookstore.py::TestBookstoreApplication::test_opensearch_crud HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_kinesis_firehose_s3 LocalStack Community: tests/aws/scenario/kinesis_firehose/test_kinesis_firehose.py::TestKinesisFirehoseScenario::test_kinesis_firehose_s3 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_input4-FAILED] LocalStack Community: tests/aws/scenario/loan_broker/test_loan_broker.py::TestLoanBrokerScenario::test_stepfunctions_input_recipient_list[step_function_input4-FAILED] 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_scenario_validate_infra LocalStack Community: tests/aws/services/apigateway/test_apigateway_lambda_cfn.py::TestApigatewayLambdaIntegration::test_scenario_validate_infra HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_autoexpand_capability_requirement LocalStack Community: tests/aws/services/cloudformation/api/test_changesets.py::test_autoexpand_capability_requirement HTTP Status Code: 200 AWS validated
    • test_create_and_then_remove_non_supported_resource_change_set LocalStack Community: tests/aws/services/cloudformation/api/test_changesets.py::test_create_and_then_remove_non_supported_resource_change_set HTTP Status Code: 200 AWS validated
    • test_create_and_then_remove_supported_resource_change_set LocalStack Community: tests/aws/services/cloudformation/api/test_changesets.py::test_create_and_then_remove_supported_resource_change_set HTTP Status Code: 200 AWS validated
    • test_create_and_then_update_refreshes_template_metadata LocalStack Community: tests/aws/services/cloudformation/api/test_changesets.py::test_create_and_then_update_refreshes_template_metadata HTTP Status Code: 200 AWS validated
    • test_create_change_set_with_ssm_parameter LocalStack Community: tests/aws/services/cloudformation/api/test_changesets.py::test_create_change_set_with_ssm_parameter HTTP Status Code: 200 AWS validated
    • test_create_change_set_without_parameters LocalStack Community: tests/aws/services/cloudformation/api/test_changesets.py::test_create_change_set_without_parameters HTTP Status Code: 200 AWS validated
    • test_create_changeset_with_stack_id LocalStack Community: tests/aws/services/cloudformation/api/test_changesets.py::test_create_changeset_with_stack_id HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_deleted_changeset LocalStack Community: tests/aws/services/cloudformation/api/test_changesets.py::test_deleted_changeset HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_describe_change_set_with_similarly_named_stacks LocalStack Community: tests/aws/services/cloudformation/api/test_changesets.py::test_describe_change_set_with_similarly_named_stacks HTTP Status Code: 200 AWS validated
    • test_empty_changeset LocalStack Community: tests/aws/services/cloudformation/api/test_changesets.py::test_empty_changeset HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_multiple_create_changeset LocalStack Community: tests/aws/services/cloudformation/api/test_changesets.py::test_multiple_create_changeset HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_name_conflicts LocalStack Community: tests/aws/services/cloudformation/api/test_changesets.py::test_name_conflicts HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_nested_output_in_params LocalStack Community: tests/aws/services/cloudformation/api/test_nested_stacks.py::test_nested_output_in_params HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_nested_output_in_params LocalStack Community: tests/aws/services/cloudformation/api/test_nested_stacks.py::test_nested_output_in_params HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_nested_stack LocalStack Community: tests/aws/services/cloudformation/api/test_nested_stacks.py::test_nested_stack HTTP Status Code: 200
    • test_nested_stack LocalStack Community: tests/aws/services/cloudformation/api/test_nested_stacks.py::test_nested_stack HTTP Status Code: 200
    • test_nested_stack_output_refs LocalStack Community: tests/aws/services/cloudformation/api/test_nested_stacks.py::test_nested_stack_output_refs HTTP Status Code: 200 AWS validated
    • test_nested_stack_output_refs LocalStack Community: tests/aws/services/cloudformation/api/test_nested_stacks.py::test_nested_stack_output_refs HTTP Status Code: 200 AWS validated
    • test_nested_stacks_conditions LocalStack Community: tests/aws/services/cloudformation/api/test_nested_stacks.py::test_nested_stacks_conditions HTTP Status Code: 200 AWS validated
    • test_nested_stacks_conditions LocalStack Community: tests/aws/services/cloudformation/api/test_nested_stacks.py::test_nested_stacks_conditions HTTP Status Code: 200 AWS validated
    • test_nested_getatt_ref[TopicArn] LocalStack Community: tests/aws/services/cloudformation/api/test_reference_resolving.py::test_nested_getatt_ref[TopicArn] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_nested_getatt_ref[TopicName] LocalStack Community: tests/aws/services/cloudformation/api/test_reference_resolving.py::test_nested_getatt_ref[TopicName] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sub_resolving LocalStack Community: tests/aws/services/cloudformation/api/test_reference_resolving.py::test_sub_resolving HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_unexisting_resource_dependency LocalStack Community: tests/aws/services/cloudformation/api/test_reference_resolving.py::test_unexisting_resource_dependency HTTP Status Code: 200
    • test_get_template[json] LocalStack Community: tests/aws/services/cloudformation/api/test_stacks.py::TestStacksApi::test_get_template[json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_get_template[yaml] LocalStack Community: tests/aws/services/cloudformation/api/test_stacks.py::TestStacksApi::test_get_template[yaml] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_list_events_after_deployment LocalStack Community: tests/aws/services/cloudformation/api/test_stacks.py::TestStacksApi::test_list_events_after_deployment HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_list_stack_resources_for_removed_resource LocalStack Community: tests/aws/services/cloudformation/api/test_stacks.py::TestStacksApi::test_list_stack_resources_for_removed_resource HTTP Status Code: 200
    • test_stack_description_special_chars LocalStack Community: tests/aws/services/cloudformation/api/test_stacks.py::TestStacksApi::test_stack_description_special_chars HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_stack_lifecycle LocalStack Community: tests/aws/services/cloudformation/api/test_stacks.py::TestStacksApi::test_stack_lifecycle HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_stack_name_creation LocalStack Community: tests/aws/services/cloudformation/api/test_stacks.py::TestStacksApi::test_stack_name_creation HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_stack_update_resources LocalStack Community: tests/aws/services/cloudformation/api/test_stacks.py::TestStacksApi::test_stack_update_resources HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_update_stack_actual_update LocalStack Community: tests/aws/services/cloudformation/api/test_stacks.py::TestStacksApi::test_update_stack_actual_update HTTP Status Code: 200 AWS validated
    • test_update_stack_with_same_template_withoutchange LocalStack Community: tests/aws/services/cloudformation/api/test_stacks.py::TestStacksApi::test_update_stack_with_same_template_withoutchange HTTP Status Code: 200
    • test_events_resource_types LocalStack Community: tests/aws/services/cloudformation/api/test_stacks.py::test_events_resource_types HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_list_parameter_type LocalStack Community: tests/aws/services/cloudformation/api/test_stacks.py::test_list_parameter_type HTTP Status Code: 200 AWS validated
    • test_name_conflicts LocalStack Community: tests/aws/services/cloudformation/api/test_stacks.py::test_name_conflicts HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_update_termination_protection LocalStack Community: tests/aws/services/cloudformation/api/test_stacks.py::test_update_termination_protection HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_updating_an_updated_stack_sets_status LocalStack Community: tests/aws/services/cloudformation/api/test_stacks.py::test_updating_an_updated_stack_sets_status HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_stack_from_s3_template_url[http_host] LocalStack Community: tests/aws/services/cloudformation/api/test_templates.py::test_create_stack_from_s3_template_url[http_host] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_stack_from_s3_template_url[http_invalid] LocalStack Community: tests/aws/services/cloudformation/api/test_templates.py::test_create_stack_from_s3_template_url[http_invalid] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_stack_from_s3_template_url[http_path] LocalStack Community: tests/aws/services/cloudformation/api/test_templates.py::test_create_stack_from_s3_template_url[http_path] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_stack_from_s3_template_url[s3_url] LocalStack Community: tests/aws/services/cloudformation/api/test_templates.py::test_create_stack_from_s3_template_url[s3_url] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_get_template_summary LocalStack Community: tests/aws/services/cloudformation/api/test_templates.py::test_get_template_summary HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_duplicate_resources LocalStack Community: tests/aws/services/cloudformation/api/test_transformers.py::test_duplicate_resources HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_basic_update LocalStack Community: tests/aws/services/cloudformation/api/test_update_stack.py::test_basic_update HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_diff_after_update LocalStack Community: tests/aws/services/cloudformation/api/test_update_stack.py::test_diff_after_update HTTP Status Code: 200 AWS validated
    • test_no_parameters_update LocalStack Community: tests/aws/services/cloudformation/api/test_update_stack.py::test_no_parameters_update HTTP Status Code: 200 AWS validated
    • test_update_using_template_url LocalStack Community: tests/aws/services/cloudformation/api/test_update_stack.py::test_update_using_template_url HTTP Status Code: 200 AWS validated
    • test_update_with_previous_parameter_value LocalStack Community: tests/aws/services/cloudformation/api/test_update_stack.py::test_update_with_previous_parameter_value HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_dependency_on_attribute_with_dot_notation LocalStack Community: tests/aws/services/cloudformation/engine/test_attributes.py::TestResourceAttributes::test_dependency_on_attribute_with_dot_notation HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_condition_on_outputs LocalStack Community: tests/aws/services/cloudformation/engine/test_conditions.py::TestCloudFormationConditions::test_condition_on_outputs HTTP Status Code: 200 AWS validated
    • test_conditional_att_to_conditional_resources[create] LocalStack Community: tests/aws/services/cloudformation/engine/test_conditions.py::TestCloudFormationConditions::test_conditional_att_to_conditional_resources[create] HTTP Status Code: 200 AWS validated
    • test_conditional_att_to_conditional_resources[no-create] LocalStack Community: tests/aws/services/cloudformation/engine/test_conditions.py::TestCloudFormationConditions::test_conditional_att_to_conditional_resources[no-create] HTTP Status Code: 200 AWS validated
    • test_conditional_in_conditional[dev-us-west-2] LocalStack Community: tests/aws/services/cloudformation/engine/test_conditions.py::TestCloudFormationConditions::test_conditional_in_conditional[dev-us-west-2] HTTP Status Code: 200 AWS validated
    • test_conditional_in_conditional[production-us-east-1] LocalStack Community: tests/aws/services/cloudformation/engine/test_conditions.py::TestCloudFormationConditions::test_conditional_in_conditional[production-us-east-1] HTTP Status Code: 200 AWS validated
    • test_conditional_with_select LocalStack Community: tests/aws/services/cloudformation/engine/test_conditions.py::TestCloudFormationConditions::test_conditional_with_select HTTP Status Code: 200 AWS validated
    • test_dependency_in_non_evaluated_if_branch[None-FallbackParamValue] LocalStack Community: tests/aws/services/cloudformation/engine/test_conditions.py::TestCloudFormationConditions::test_dependency_in_non_evaluated_if_branch[None-FallbackParamValue] HTTP Status Code: 200 AWS validated
    • test_dependency_in_non_evaluated_if_branch[false-DefaultParamValue] LocalStack Community: tests/aws/services/cloudformation/engine/test_conditions.py::TestCloudFormationConditions::test_dependency_in_non_evaluated_if_branch[false-DefaultParamValue] HTTP Status Code: 200 AWS validated
    • test_dependency_in_non_evaluated_if_branch[true-FallbackParamValue] LocalStack Community: tests/aws/services/cloudformation/engine/test_conditions.py::TestCloudFormationConditions::test_dependency_in_non_evaluated_if_branch[true-FallbackParamValue] HTTP Status Code: 200 AWS validated
    • test_simple_condition_evaluation_deploys_resource LocalStack Community: tests/aws/services/cloudformation/engine/test_conditions.py::TestCloudFormationConditions::test_simple_condition_evaluation_deploys_resource HTTP Status Code: 200 AWS validated
    • test_simple_condition_evaluation_doesnt_deploy_resource LocalStack Community: tests/aws/services/cloudformation/engine/test_conditions.py::TestCloudFormationConditions::test_simple_condition_evaluation_doesnt_deploy_resource HTTP Status Code: 200 AWS validated
    • test_simple_intrinsic_fn_condition_evaluation[nope] LocalStack Community: tests/aws/services/cloudformation/engine/test_conditions.py::TestCloudFormationConditions::test_simple_intrinsic_fn_condition_evaluation[nope] HTTP Status Code: 200 AWS validated
    • test_simple_intrinsic_fn_condition_evaluation[yep] LocalStack Community: tests/aws/services/cloudformation/engine/test_conditions.py::TestCloudFormationConditions::test_simple_intrinsic_fn_condition_evaluation[yep] HTTP Status Code: 200 AWS validated
    • test_sub_in_conditions LocalStack Community: tests/aws/services/cloudformation/engine/test_conditions.py::TestCloudFormationConditions::test_sub_in_conditions HTTP Status Code: 200 AWS validated
    • test_simple_mapping_working LocalStack Community: tests/aws/services/cloudformation/engine/test_mappings.py::TestCloudFormationMappings::test_simple_mapping_working HTTP Status Code: 200 AWS validated
    • test_fn_sub_cases LocalStack Community: tests/aws/services/cloudformation/engine/test_references.py::TestFnSub::test_fn_sub_cases HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_useful_error_when_invalid_ref LocalStack Community: tests/aws/services/cloudformation/engine/test_references.py::test_useful_error_when_invalid_ref HTTP Status Code: 200
    • test_black_box LocalStack Community: tests/aws/services/cloudformation/resource_providers/ec2/aws_ec2_networkacl/test_basic.py::TestBasicCRD::test_black_box HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_deploy_instance_with_key_pair LocalStack Community: tests/aws/services/cloudformation/resource_providers/ec2/test_ec2.py::test_deploy_instance_with_key_pair HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_autogenerated_values LocalStack Community: tests/aws/services/cloudformation/resource_providers/iam/aws_iam_user/test_basic.py::TestBasicCRD::test_autogenerated_values HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_black_box LocalStack Community: tests/aws/services/cloudformation/resource_providers/iam/aws_iam_user/test_basic.py::TestBasicCRD::test_black_box HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_getatt LocalStack Community: tests/aws/services/cloudformation/resource_providers/iam/aws_iam_user/test_basic.py::TestBasicCRD::test_getatt HTTP Status Code: 200 AWS validated
    • test_create_with_full_properties LocalStack Community: tests/aws/services/cloudformation/resource_providers/iam/aws_iam_user/test_parity.py::TestParity::test_create_with_full_properties HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_delete_role_detaches_role_policy LocalStack Community: tests/aws/services/cloudformation/resource_providers/iam/test_iam.py::test_delete_role_detaches_role_policy HTTP Status Code: 200 AWS validated
    • test_iam_user_access_key LocalStack Community: tests/aws/services/cloudformation/resource_providers/iam/test_iam.py::test_iam_user_access_key HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_iam_username_defaultname LocalStack Community: tests/aws/services/cloudformation/resource_providers/iam/test_iam.py::test_iam_username_defaultname HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_managed_policy_with_empty_resource LocalStack Community: tests/aws/services/cloudformation/resource_providers/iam/test_iam.py::test_managed_policy_with_empty_resource HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_policy_attachments LocalStack Community: tests/aws/services/cloudformation/resource_providers/iam/test_iam.py::test_policy_attachments HTTP Status Code: 200 AWS validated
    • test_server_certificate LocalStack Community: tests/aws/services/cloudformation/resource_providers/iam/test_iam.py::test_server_certificate HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_update_inline_policy LocalStack Community: tests/aws/services/cloudformation/resource_providers/iam/test_iam.py::test_update_inline_policy HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_schedule_and_group LocalStack Community: tests/aws/services/cloudformation/resource_providers/scheduler/test_scheduler.py::test_schedule_and_group HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cfn_acm_certificate LocalStack Community: tests/aws/services/cloudformation/resources/test_acm.py::test_cfn_acm_certificate HTTP Status Code: 200
    • 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_account LocalStack Community: tests/aws/services/cloudformation/resources/test_apigateway.py::test_account HTTP Status Code: 200 AWS validated
    • test_api_gateway_with_policy_as_dict LocalStack Community: tests/aws/services/cloudformation/resources/test_apigateway.py::test_api_gateway_with_policy_as_dict HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cfn_apigateway_aws_integration LocalStack Community: tests/aws/services/cloudformation/resources/test_apigateway.py::test_cfn_apigateway_aws_integration HTTP Status Code: 200
    • test_cfn_apigateway_rest_api LocalStack Community: tests/aws/services/cloudformation/resources/test_apigateway.py::test_cfn_apigateway_rest_api HTTP Status Code: 200
    • test_cfn_apigateway_swagger_import LocalStack Community: tests/aws/services/cloudformation/resources/test_apigateway.py::test_cfn_apigateway_swagger_import HTTP Status Code: 200 AWS validated
    • test_cfn_deploy_apigateway_from_s3_swagger LocalStack Community: tests/aws/services/cloudformation/resources/test_apigateway.py::test_cfn_deploy_apigateway_from_s3_swagger HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cfn_deploy_apigateway_integration LocalStack Community: tests/aws/services/cloudformation/resources/test_apigateway.py::test_cfn_deploy_apigateway_integration HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cfn_deploy_apigateway_models LocalStack Community: tests/aws/services/cloudformation/resources/test_apigateway.py::test_cfn_deploy_apigateway_models HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cfn_with_apigateway_resources LocalStack Community: tests/aws/services/cloudformation/resources/test_apigateway.py::test_cfn_with_apigateway_resources HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_rest_api_serverless_ref_resolving LocalStack Community: tests/aws/services/cloudformation/resources/test_apigateway.py::test_rest_api_serverless_ref_resolving HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_update_usage_plan LocalStack Community: tests/aws/services/cloudformation/resources/test_apigateway.py::test_update_usage_plan HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_url_output LocalStack Community: tests/aws/services/cloudformation/resources/test_apigateway.py::test_url_output HTTP Status Code: 200
    • test_cdk_bootstrap[10] LocalStack Community: tests/aws/services/cloudformation/resources/test_cdk.py::TestCdkInit::test_cdk_bootstrap[10] HTTP Status Code: 200
    • test_cdk_bootstrap[11] LocalStack Community: tests/aws/services/cloudformation/resources/test_cdk.py::TestCdkInit::test_cdk_bootstrap[11] HTTP Status Code: 200
    • test_cdk_bootstrap[12] LocalStack Community: tests/aws/services/cloudformation/resources/test_cdk.py::TestCdkInit::test_cdk_bootstrap[12] HTTP Status Code: 200
    • test_cdk_bootstrap_redeploy LocalStack Community: tests/aws/services/cloudformation/resources/test_cdk.py::TestCdkInit::test_cdk_bootstrap_redeploy HTTP Status Code: 200
    • test_cdk_template LocalStack Community: tests/aws/services/cloudformation/resources/test_cdk.py::TestCdkInit::test_cdk_template HTTP Status Code: 200
    • test_cdk_sample LocalStack Community: tests/aws/services/cloudformation/resources/test_cdk.py::TestCdkSampleApp::test_cdk_sample HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_macro LocalStack Community: tests/aws/services/cloudformation/resources/test_cloudformation.py::test_create_macro HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_waitcondition LocalStack Community: tests/aws/services/cloudformation/resources/test_cloudformation.py::test_waitcondition HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_alarm_creation LocalStack Community: tests/aws/services/cloudformation/resources/test_cloudwatch.py::test_alarm_creation HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_alarm_ext_statistic LocalStack Community: tests/aws/services/cloudformation/resources/test_cloudwatch.py::test_alarm_ext_statistic HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_composite_alarm_creation LocalStack Community: tests/aws/services/cloudformation/resources/test_cloudwatch.py::test_composite_alarm_creation HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_billing_mode_as_conditional[PAY_PER_REQUEST] LocalStack Community: tests/aws/services/cloudformation/resources/test_dynamodb.py::test_billing_mode_as_conditional[PAY_PER_REQUEST] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_billing_mode_as_conditional[PROVISIONED] LocalStack Community: tests/aws/services/cloudformation/resources/test_dynamodb.py::test_billing_mode_as_conditional[PROVISIONED] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_default_name_for_table LocalStack Community: tests/aws/services/cloudformation/resources/test_dynamodb.py::test_default_name_for_table HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_deploy_stack_with_dynamodb_table LocalStack Community: tests/aws/services/cloudformation/resources/test_dynamodb.py::test_deploy_stack_with_dynamodb_table HTTP Status Code: 200 AWS validated
    • test_global_table LocalStack Community: tests/aws/services/cloudformation/resources/test_dynamodb.py::test_global_table HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_global_table_with_ttl_and_sse LocalStack Community: tests/aws/services/cloudformation/resources/test_dynamodb.py::test_global_table_with_ttl_and_sse HTTP Status Code: 200 AWS validated
    • test_globalindex_read_write_provisioned_throughput_dynamodb_table LocalStack Community: tests/aws/services/cloudformation/resources/test_dynamodb.py::test_globalindex_read_write_provisioned_throughput_dynamodb_table HTTP Status Code: 200 AWS validated
    • test_table_with_ttl_and_sse LocalStack Community: tests/aws/services/cloudformation/resources/test_dynamodb.py::test_table_with_ttl_and_sse HTTP Status Code: 200 AWS validated
    • test_ttl_cdk LocalStack Community: tests/aws/services/cloudformation/resources/test_dynamodb.py::test_ttl_cdk HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cfn_with_multiple_route_table_associations LocalStack Community: tests/aws/services/cloudformation/resources/test_ec2.py::test_cfn_with_multiple_route_table_associations HTTP Status Code: 200
    • test_cfn_with_multiple_route_tables LocalStack Community: tests/aws/services/cloudformation/resources/test_ec2.py::test_cfn_with_multiple_route_tables HTTP Status Code: 200 AWS validated
    • test_dhcp_options LocalStack Community: tests/aws/services/cloudformation/resources/test_ec2.py::test_dhcp_options HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_internet_gateway_ref_and_attr LocalStack Community: tests/aws/services/cloudformation/resources/test_ec2.py::test_internet_gateway_ref_and_attr HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_simple_route_table_creation LocalStack Community: tests/aws/services/cloudformation/resources/test_ec2.py::test_simple_route_table_creation HTTP Status Code: 200
    • test_simple_route_table_creation_without_vpc LocalStack Community: tests/aws/services/cloudformation/resources/test_ec2.py::test_simple_route_table_creation_without_vpc HTTP Status Code: 200
    • test_transit_gateway_attachment LocalStack Community: tests/aws/services/cloudformation/resources/test_ec2.py::test_transit_gateway_attachment HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_vpc_creates_default_sg LocalStack Community: tests/aws/services/cloudformation/resources/test_ec2.py::test_vpc_creates_default_sg HTTP Status Code: 200 AWS validated
    • test_cfn_handle_elasticsearch_domain LocalStack Community: tests/aws/services/cloudformation/resources/test_elasticsearch.py::test_cfn_handle_elasticsearch_domain HTTP Status Code: 200
    • test_cfn_event_bus_resource LocalStack Community: tests/aws/services/cloudformation/resources/test_events.py::test_cfn_event_bus_resource HTTP Status Code: 200 AWS validated
    • test_cfn_handle_events_rule LocalStack Community: tests/aws/services/cloudformation/resources/test_events.py::test_cfn_handle_events_rule HTTP Status Code: 200
    • test_cfn_handle_events_rule_without_name LocalStack Community: tests/aws/services/cloudformation/resources/test_events.py::test_cfn_handle_events_rule_without_name HTTP Status Code: 200
    • test_event_rule_creation_without_target LocalStack Community: tests/aws/services/cloudformation/resources/test_events.py::test_event_rule_creation_without_target HTTP Status Code: 200
    • 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_eventbus_policies LocalStack Community: tests/aws/services/cloudformation/resources/test_events.py::test_eventbus_policies HTTP Status Code: 200 AWS validated
    • test_eventbus_policy_statement LocalStack Community: tests/aws/services/cloudformation/resources/test_events.py::test_eventbus_policy_statement HTTP Status Code: 200 AWS validated
    • test_rule_properties LocalStack Community: tests/aws/services/cloudformation/resources/test_events.py::test_rule_properties HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_firehose_stack_with_kinesis_as_source LocalStack Community: tests/aws/services/cloudformation/resources/test_firehose.py::test_firehose_stack_with_kinesis_as_source HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cfn_handle_kinesis_firehose_resources LocalStack Community: tests/aws/services/cloudformation/resources/test_kinesis.py::test_cfn_handle_kinesis_firehose_resources HTTP Status Code: 200
    • test_default_parameters_kinesis LocalStack Community: tests/aws/services/cloudformation/resources/test_kinesis.py::test_default_parameters_kinesis HTTP Status Code: 200
    • test_dynamodb_stream_response_with_cf LocalStack Community: tests/aws/services/cloudformation/resources/test_kinesis.py::test_dynamodb_stream_response_with_cf HTTP Status Code: 200
    • test_kinesis_stream_consumer_creations LocalStack Community: tests/aws/services/cloudformation/resources/test_kinesis.py::test_kinesis_stream_consumer_creations HTTP Status Code: 200 AWS validated
    • test_stream_creation LocalStack Community: tests/aws/services/cloudformation/resources/test_kinesis.py::test_stream_creation HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cfn_with_kms_resources LocalStack Community: tests/aws/services/cloudformation/resources/test_kms.py::test_cfn_with_kms_resources HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_deploy_stack_with_kms LocalStack Community: tests/aws/services/cloudformation/resources/test_kms.py::test_deploy_stack_with_kms HTTP Status Code: 200
    • test_kms_key_disabled LocalStack Community: tests/aws/services/cloudformation/resources/test_kms.py::test_kms_key_disabled HTTP Status Code: 200
    • 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_lambda_dynamodb_event_filter LocalStack Community: tests/aws/services/cloudformation/resources/test_lambda.py::TestCfnLambdaIntegrations::test_lambda_dynamodb_event_filter HTTP Status Code: 200 AWS validated
    • 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_event_invoke_config LocalStack Community: tests/aws/services/cloudformation/resources/test_lambda.py::test_event_invoke_config HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_alias LocalStack Community: tests/aws/services/cloudformation/resources/test_lambda.py::test_lambda_alias 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_code_signing_config LocalStack Community: tests/aws/services/cloudformation/resources/test_lambda.py::test_lambda_code_signing_config HTTP Status Code: 200 AWS validated Snapshot Tested
    • 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_lambda_w_dynamodb_event_filter_update LocalStack Community: tests/aws/services/cloudformation/resources/test_lambda.py::test_lambda_w_dynamodb_event_filter_update HTTP Status Code: 200 AWS validated
    • test_multiple_lambda_permissions_for_singlefn LocalStack Community: tests/aws/services/cloudformation/resources/test_lambda.py::test_multiple_lambda_permissions_for_singlefn 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_conditional_deployment LocalStack Community: tests/aws/services/cloudformation/resources/test_legacy.py::TestCloudFormation::test_cfn_conditional_deployment HTTP Status Code: 200
    • test_cfn_handle_iam_role_resource_no_role_name LocalStack Community: tests/aws/services/cloudformation/resources/test_legacy.py::TestCloudFormation::test_cfn_handle_iam_role_resource_no_role_name HTTP Status Code: 200
    • test_cfn_handle_log_group_resource LocalStack Community: tests/aws/services/cloudformation/resources/test_legacy.py::TestCloudFormation::test_cfn_handle_log_group_resource HTTP Status Code: 200
    • test_cfn_handle_s3_notification_configuration[False-us-east-1] LocalStack Community: tests/aws/services/cloudformation/resources/test_legacy.py::TestCloudFormation::test_cfn_handle_s3_notification_configuration[False-us-east-1] HTTP Status Code: 200
    • test_cfn_handle_s3_notification_configuration[True-eu-west-1] LocalStack Community: tests/aws/services/cloudformation/resources/test_legacy.py::TestCloudFormation::test_cfn_handle_s3_notification_configuration[True-eu-west-1] HTTP Status Code: 200
    • test_cfn_handle_serverless_api_resource LocalStack Community: tests/aws/services/cloudformation/resources/test_legacy.py::TestCloudFormation::test_cfn_handle_serverless_api_resource HTTP Status Code: 200
    • test_cfn_template_with_short_form_fn_sub LocalStack Community: tests/aws/services/cloudformation/resources/test_legacy.py::TestCloudFormation::test_cfn_template_with_short_form_fn_sub HTTP Status Code: 200
    • test_cfn_with_exports LocalStack Community: tests/aws/services/cloudformation/resources/test_legacy.py::TestCloudFormation::test_cfn_with_exports HTTP Status Code: 200
    • test_cfn_with_route_table LocalStack Community: tests/aws/services/cloudformation/resources/test_legacy.py::TestCloudFormation::test_cfn_with_route_table HTTP Status Code: 200
    • test_functions_in_output_export_name LocalStack Community: tests/aws/services/cloudformation/resources/test_legacy.py::TestCloudFormation::test_functions_in_output_export_name HTTP Status Code: 200
    • test_resolve_transitive_placeholders_in_strings LocalStack Community: tests/aws/services/cloudformation/resources/test_legacy.py::TestCloudFormation::test_resolve_transitive_placeholders_in_strings HTTP Status Code: 200 AWS validated
    • test_sub_in_lambda_function_name LocalStack Community: tests/aws/services/cloudformation/resources/test_legacy.py::TestCloudFormation::test_sub_in_lambda_function_name HTTP Status Code: 200
    • test_update_conditions LocalStack Community: tests/aws/services/cloudformation/resources/test_legacy.py::TestCloudFormation::test_update_conditions HTTP Status Code: 200
    • test_updating_stack_with_iam_role LocalStack Community: tests/aws/services/cloudformation/resources/test_legacy.py::TestCloudFormation::test_updating_stack_with_iam_role 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_domain LocalStack Community: tests/aws/services/cloudformation/resources/test_opensearch.py::test_domain HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_domain_with_alternative_types LocalStack Community: tests/aws/services/cloudformation/resources/test_opensearch.py::test_domain_with_alternative_types HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_redshift_cluster LocalStack Community: tests/aws/services/cloudformation/resources/test_redshift.py::test_redshift_cluster HTTP Status Code: 200 AWS validated
    • test_create_health_check LocalStack Community: tests/aws/services/cloudformation/resources/test_route53.py::test_create_health_check HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_record_set_via_id LocalStack Community: tests/aws/services/cloudformation/resources/test_route53.py::test_create_record_set_via_id HTTP Status Code: 200 AWS validated
    • test_create_record_set_via_name LocalStack Community: tests/aws/services/cloudformation/resources/test_route53.py::test_create_record_set_via_name HTTP Status Code: 200 AWS validated
    • test_create_record_set_without_resource_record LocalStack Community: tests/aws/services/cloudformation/resources/test_route53.py::test_create_record_set_without_resource_record HTTP Status Code: 200 AWS validated
    • test_bucket_autoname LocalStack Community: tests/aws/services/cloudformation/resources/test_s3.py::test_bucket_autoname HTTP Status Code: 200 AWS validated
    • test_bucket_versioning LocalStack Community: tests/aws/services/cloudformation/resources/test_s3.py::test_bucket_versioning HTTP Status Code: 200
    • test_bucketpolicy LocalStack Community: tests/aws/services/cloudformation/resources/test_s3.py::test_bucketpolicy HTTP Status Code: 200
    • test_cors_configuration LocalStack Community: tests/aws/services/cloudformation/resources/test_s3.py::test_cors_configuration HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_object_lock_configuration LocalStack Community: tests/aws/services/cloudformation/resources/test_s3.py::test_object_lock_configuration HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_website_configuration LocalStack Community: tests/aws/services/cloudformation/resources/test_s3.py::test_website_configuration HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sam_policies LocalStack Community: tests/aws/services/cloudformation/resources/test_sam.py::test_sam_policies HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sam_template LocalStack Community: tests/aws/services/cloudformation/resources/test_sam.py::test_sam_template HTTP Status Code: 200
    • test_cfn_handle_secretsmanager_secret LocalStack Community: tests/aws/services/cloudformation/resources/test_secretsmanager.py::test_cfn_handle_secretsmanager_secret HTTP Status Code: 200
    • test_cfn_secret_policy LocalStack Community: tests/aws/services/cloudformation/resources/test_secretsmanager.py::test_cfn_secret_policy HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cfn_secretsmanager_gen_secret LocalStack Community: tests/aws/services/cloudformation/resources/test_secretsmanager.py::test_cfn_secretsmanager_gen_secret HTTP Status Code: 200
    • test_deploy_stack_with_sns_topic LocalStack Community: tests/aws/services/cloudformation/resources/test_sns.py::test_deploy_stack_with_sns_topic HTTP Status Code: 200 AWS validated
    • test_sns_subscription LocalStack Community: tests/aws/services/cloudformation/resources/test_sns.py::test_sns_subscription HTTP Status Code: 200 AWS validated
    • test_sns_topic_fifo_with_deduplication LocalStack Community: tests/aws/services/cloudformation/resources/test_sns.py::test_sns_topic_fifo_with_deduplication HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sns_topic_fifo_without_suffix_fails LocalStack Community: tests/aws/services/cloudformation/resources/test_sns.py::test_sns_topic_fifo_without_suffix_fails HTTP Status Code: 200
    • test_update_subscription LocalStack Community: tests/aws/services/cloudformation/resources/test_sns.py::test_update_subscription HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cfn_handle_sqs_resource LocalStack Community: tests/aws/services/cloudformation/resources/test_sqs.py::test_cfn_handle_sqs_resource HTTP Status Code: 200
    • test_sqs_fifo_queue_generates_valid_name LocalStack Community: tests/aws/services/cloudformation/resources/test_sqs.py::test_sqs_fifo_queue_generates_valid_name HTTP Status Code: 200 AWS validated
    • test_sqs_non_fifo_queue_generates_valid_name LocalStack Community: tests/aws/services/cloudformation/resources/test_sqs.py::test_sqs_non_fifo_queue_generates_valid_name HTTP Status Code: 200
    • test_sqs_queue_policy LocalStack Community: tests/aws/services/cloudformation/resources/test_sqs.py::test_sqs_queue_policy HTTP Status Code: 200
    • test_update_queue_no_change LocalStack Community: tests/aws/services/cloudformation/resources/test_sqs.py::test_update_queue_no_change HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_update_sqs_queuepolicy LocalStack Community: tests/aws/services/cloudformation/resources/test_sqs.py::test_update_sqs_queuepolicy HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_deploy_patch_baseline LocalStack Community: tests/aws/services/cloudformation/resources/test_ssm.py::test_deploy_patch_baseline HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_maintenance_window LocalStack Community: tests/aws/services/cloudformation/resources/test_ssm.py::test_maintenance_window HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_parameter_defaults LocalStack Community: tests/aws/services/cloudformation/resources/test_ssm.py::test_parameter_defaults HTTP Status Code: 200
    • test_update_ssm_parameter_tag LocalStack Community: tests/aws/services/cloudformation/resources/test_ssm.py::test_update_ssm_parameter_tag HTTP Status Code: 200 AWS validated
    • test_update_ssm_parameters LocalStack Community: tests/aws/services/cloudformation/resources/test_ssm.py::test_update_ssm_parameters 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_import_values_across_stacks LocalStack Community: tests/aws/services/cloudformation/test_template_engine.py::TestImportValues::test_import_values_across_stacks HTTP Status Code: 200 AWS validated
    • test_and_or_functions[Fn::And-0-0-False] LocalStack Community: tests/aws/services/cloudformation/test_template_engine.py::TestIntrinsicFunctions::test_and_or_functions[Fn::And-0-0-False] HTTP Status Code: 200 AWS validated
    • test_and_or_functions[Fn::And-0-1-False] LocalStack Community: tests/aws/services/cloudformation/test_template_engine.py::TestIntrinsicFunctions::test_and_or_functions[Fn::And-0-1-False] HTTP Status Code: 200 AWS validated
    • test_and_or_functions[Fn::And-1-0-False] LocalStack Community: tests/aws/services/cloudformation/test_template_engine.py::TestIntrinsicFunctions::test_and_or_functions[Fn::And-1-0-False] HTTP Status Code: 200 AWS validated
    • test_and_or_functions[Fn::And-1-1-True] LocalStack Community: tests/aws/services/cloudformation/test_template_engine.py::TestIntrinsicFunctions::test_and_or_functions[Fn::And-1-1-True] HTTP Status Code: 200 AWS validated
    • test_and_or_functions[Fn::Or-0-0-False] LocalStack Community: tests/aws/services/cloudformation/test_template_engine.py::TestIntrinsicFunctions::test_and_or_functions[Fn::Or-0-0-False] HTTP Status Code: 200 AWS validated
    • test_and_or_functions[Fn::Or-0-1-True] LocalStack Community: tests/aws/services/cloudformation/test_template_engine.py::TestIntrinsicFunctions::test_and_or_functions[Fn::Or-0-1-True] HTTP Status Code: 200 AWS validated
    • test_and_or_functions[Fn::Or-1-0-True] LocalStack Community: tests/aws/services/cloudformation/test_template_engine.py::TestIntrinsicFunctions::test_and_or_functions[Fn::Or-1-0-True] HTTP Status Code: 200 AWS validated
    • test_and_or_functions[Fn::Or-1-1-True] LocalStack Community: tests/aws/services/cloudformation/test_template_engine.py::TestIntrinsicFunctions::test_and_or_functions[Fn::Or-1-1-True] HTTP Status Code: 200 AWS validated
    • test_base64_sub_and_getatt_functions LocalStack Community: tests/aws/services/cloudformation/test_template_engine.py::TestIntrinsicFunctions::test_base64_sub_and_getatt_functions HTTP Status Code: 200 AWS validated
    • test_find_map_function LocalStack Community: tests/aws/services/cloudformation/test_template_engine.py::TestIntrinsicFunctions::test_find_map_function HTTP Status Code: 200 AWS validated
    • test_get_azs_function LocalStack Community: tests/aws/services/cloudformation/test_template_engine.py::TestIntrinsicFunctions::test_get_azs_function HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_split_length_and_join_functions LocalStack Community: tests/aws/services/cloudformation/test_template_engine.py::TestIntrinsicFunctions::test_split_length_and_join_functions HTTP Status Code: 200 AWS validated
    • test_sub_not_ready LocalStack Community: tests/aws/services/cloudformation/test_template_engine.py::TestIntrinsicFunctions::test_sub_not_ready 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_macro_deployment LocalStack Community: tests/aws/services/cloudformation/test_template_engine.py::TestMacros::test_macro_deployment 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_to_validate_template_limit_for_macro LocalStack Community: tests/aws/services/cloudformation/test_template_engine.py::TestMacros::test_to_validate_template_limit_for_macro 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_resolve_secretsmanager[resolve_secretsmanager.yaml] LocalStack Community: tests/aws/services/cloudformation/test_template_engine.py::TestSecretsManagerParameters::test_resolve_secretsmanager[resolve_secretsmanager.yaml] HTTP Status Code: 200 AWS validated
    • test_resolve_secretsmanager[resolve_secretsmanager_full.yaml] LocalStack Community: tests/aws/services/cloudformation/test_template_engine.py::TestSecretsManagerParameters::test_resolve_secretsmanager[resolve_secretsmanager_full.yaml] HTTP Status Code: 200 AWS validated
    • test_resolve_secretsmanager[resolve_secretsmanager_partial.yaml] LocalStack Community: tests/aws/services/cloudformation/test_template_engine.py::TestSecretsManagerParameters::test_resolve_secretsmanager[resolve_secretsmanager_partial.yaml] HTTP Status Code: 200 AWS validated
    • test_create_stack_with_ssm_parameters LocalStack Community: tests/aws/services/cloudformation/test_template_engine.py::TestSsmParameters::test_create_stack_with_ssm_parameters HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_resolve_ssm LocalStack Community: tests/aws/services/cloudformation/test_template_engine.py::TestSsmParameters::test_resolve_ssm HTTP Status Code: 200 AWS validated
    • test_resolve_ssm_secure LocalStack Community: tests/aws/services/cloudformation/test_template_engine.py::TestSsmParameters::test_resolve_ssm_secure HTTP Status Code: 200
    • test_resolve_ssm_with_version LocalStack Community: tests/aws/services/cloudformation/test_template_engine.py::TestSsmParameters::test_resolve_ssm_with_version HTTP Status Code: 200 AWS validated
    • test_invalid_stack_deploy LocalStack Community: tests/aws/services/cloudformation/test_template_engine.py::TestStackEvents::test_invalid_stack_deploy HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_implicit_type_conversion LocalStack Community: tests/aws/services/cloudformation/test_template_engine.py::TestTypes::test_implicit_type_conversion HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_unsupported LocalStack Community: tests/aws/services/cloudformation/test_unsupported.py::test_unsupported HTTP Status Code: 200
    • 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_cloudformation_deployment LocalStack Community: tests/aws/services/opensearch/test_opensearch.py::TestOpensearchProvider::test_cloudformation_deployment HTTP Status Code: 200
    • test_path_based_on_data LocalStack Community: tests/aws/services/stepfunctions/v2/scenarios/test_sfn_scenarios.py::TestFundamental::test_path_based_on_data 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_cloudformation_definition_create_describe[dump] LocalStack Community: tests/aws/services/stepfunctions/v2/test_sfn_api.py::TestSnfApi::test_cloudformation_definition_create_describe[dump] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cloudformation_definition_create_describe[dumps] LocalStack Community: tests/aws/services/stepfunctions/v2/test_sfn_api.py::TestSnfApi::test_cloudformation_definition_create_describe[dumps] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cloudformation_definition_string_create_describe[dump] LocalStack Community: tests/aws/services/stepfunctions/v2/test_sfn_api.py::TestSnfApi::test_cloudformation_definition_string_create_describe[dump] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cloudformation_definition_string_create_describe[dumps] LocalStack Community: tests/aws/services/stepfunctions/v2/test_sfn_api.py::TestSnfApi::test_cloudformation_definition_string_create_describe[dumps] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_s3_bucket_deployed LocalStack Community: tests/aws/test_serverless.py::TestServerless::test_s3_bucket_deployed HTTP Status Code: 200
  • LocalStack Pro
    • test_cdc_rename_change_column[mariadb] LocalStack Pro: tests/aws/scenario/dms_mariadb_kinesis/test_dms.py::TestDmsScenario::test_cdc_rename_change_column[mariadb] HTTP Status Code: 200 AWS validated Snapshot Tested
    • 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_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_servicediscovery_ecs_integration LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_servicediscovery_ecs_integration HTTP Status Code: 200
    • test_websocket_subscriptions_relay_sample LocalStack Pro: tests/aws/services/appsync/test_appsync.py::TestAppSync::test_websocket_subscriptions_relay_sample HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_black_box LocalStack Pro: tests/aws/services/cloudformation/resource_providers/pipes/aws_pipes_pipe/test_basic.py::TestBasicCRD::test_black_box HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_black_box LocalStack Pro: tests/aws/services/cloudformation/resource_providers/qldb/aws_qldb_ledger/test_basic.py::TestBasicCRD::test_black_box HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_amplify_resources LocalStack Pro: tests/aws/services/cloudformation/resources/test_amplify.py::TestCfnAmplifyResources::test_amplify_resources HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_amplify_env_variables LocalStack Pro: tests/aws/services/cloudformation/resources/test_amplify.py::test_amplify_env_variables HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_vpc_link LocalStack Pro: tests/aws/services/cloudformation/resources/test_apigateway.py::test_vpc_link HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_api_mapping_deployment LocalStack Pro: tests/aws/services/cloudformation/resources/test_apigatewayv2.py::TestApiGwV2Apis::test_api_mapping_deployment HTTP Status Code: 200
    • test_create_apigatewayv2_resources LocalStack Pro: tests/aws/services/cloudformation/resources/test_apigatewayv2.py::TestApiGwV2Apis::test_create_apigatewayv2_resources HTTP Status Code: 200
    • test_domain_name_attributes LocalStack Pro: tests/aws/services/cloudformation/resources/test_apigatewayv2.py::TestApiGwV2Apis::test_domain_name_attributes HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sam_api_tagging LocalStack Pro: tests/aws/services/cloudformation/resources/test_apigatewayv2.py::TestApiGwV2Apis::test_sam_api_tagging HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_apigwv2_api LocalStack Pro: tests/aws/services/cloudformation/resources/test_apigatewayv2.py::TestApiGwV2Authorizers::test_apigwv2_api HTTP Status Code: 200 AWS validated
    • test_create_apigateway_authorizer LocalStack Pro: tests/aws/services/cloudformation/resources/test_apigatewayv2.py::TestApiGwV2Authorizers::test_create_apigateway_authorizer HTTP Status Code: 200
    • test_create_apigateway_authorizer_client_credentials LocalStack Pro: tests/aws/services/cloudformation/resources/test_apigatewayv2.py::TestApiGwV2Authorizers::test_create_apigateway_authorizer_client_credentials HTTP Status Code: 200
    • test_application_deployment LocalStack Pro: tests/aws/services/cloudformation/resources/test_appconfig.py::test_application_deployment HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_deploy_scenario[\n query Full {\n vtl {\n dynamoResult\n }\n js {\n result\n }\n }\n ] LocalStack Pro: tests/aws/services/cloudformation/resources/test_appsync.py::TestExpandedScenario::test_deploy_scenario[\n query Full {\n vtl {\n dynamoResult\n }\n js {\n result\n }\n }\n ] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_graphql_schema LocalStack Pro: tests/aws/services/cloudformation/resources/test_appsync.py::test_graphql_schema HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_graphqlapi LocalStack Pro: tests/aws/services/cloudformation/resources/test_appsync.py::test_graphqlapi HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_s3_code_locations LocalStack Pro: tests/aws/services/cloudformation/resources/test_appsync.py::test_s3_code_locations HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_athena LocalStack Pro: tests/aws/services/cloudformation/resources/test_athena.py::test_athena HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_autoscaling_group LocalStack Pro: tests/aws/services/cloudformation/resources/test_autoscaling.py::test_autoscaling_group HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cache_policies LocalStack Pro: tests/aws/services/cloudformation/resources/test_cloudfront.py::test_cache_policies HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cloudfront_distribution_with_logging LocalStack Pro: tests/aws/services/cloudformation/resources/test_cloudfront.py::test_cloudfront_distribution_with_logging HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_stack_cloudfront LocalStack Pro: tests/aws/services/cloudformation/resources/test_cloudfront.py::test_create_stack_cloudfront HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_origin_access_control LocalStack Pro: tests/aws/services/cloudformation/resources/test_cloudfront.py::test_origin_access_control HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_origin_request_policies LocalStack Pro: tests/aws/services/cloudformation/resources/test_cloudfront.py::test_origin_request_policies HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cloud_trail_deploy LocalStack Pro: tests/aws/services/cloudformation/resources/test_cloudtrail.py::test_cloud_trail_deploy HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cognito_custom_ids LocalStack Pro: tests/aws/services/cloudformation/resources/test_cognito.py::test_cognito_custom_ids HTTP Status Code: 200
    • test_cognito_role_attachment LocalStack Pro: tests/aws/services/cloudformation/resources/test_cognito.py::test_cognito_role_attachment HTTP Status Code: 200
    • test_user_pool_client_output LocalStack Pro: tests/aws/services/cloudformation/resources/test_cognito.py::test_user_pool_client_output 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_docdb_resources LocalStack Pro: tests/aws/services/cloudformation/resources/test_docdb.py::TestCfnDocDbResources::test_docdb_resources HTTP Status Code: 200 AWS validated
    • test_deploy_duplicate_security_group LocalStack Pro: tests/aws/services/cloudformation/resources/test_ec2.py::test_deploy_duplicate_security_group HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_ec2_launch_template LocalStack Pro: tests/aws/services/cloudformation/resources/test_ec2.py::test_ec2_launch_template HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_security_group_ingress_creation LocalStack Pro: tests/aws/services/cloudformation/resources/test_ec2.py::test_security_group_ingress_creation HTTP Status Code: 200 AWS validated
    • test_security_group_ingress_creation_isolation LocalStack Pro: tests/aws/services/cloudformation/resources/test_ec2.py::test_security_group_ingress_creation_isolation HTTP Status Code: 200 AWS validated
    • test_vpc_cidr_block_configurations LocalStack Pro: tests/aws/services/cloudformation/resources/test_ec2.py::test_vpc_cidr_block_configurations HTTP Status Code: 200 AWS validated
    • test_vpc_endpoint_service_configurations LocalStack Pro: tests/aws/services/cloudformation/resources/test_ec2.py::test_vpc_endpoint_service_configurations HTTP Status Code: 200 AWS validated
    • test_untransformed_url_when_no_repository_created LocalStack Pro: tests/aws/services/cloudformation/resources/test_ecr.py::test_untransformed_url_when_no_repository_created HTTP Status Code: 200
    • test_url_output LocalStack Pro: tests/aws/services/cloudformation/resources/test_ecr.py::test_url_output HTTP Status Code: 200
    • test_url_output_different_account_or_region[000000000000-eu-central-2] LocalStack Pro: tests/aws/services/cloudformation/resources/test_ecr.py::test_url_output_different_account_or_region[000000000000-eu-central-2] HTTP Status Code: 200
    • test_url_output_different_account_or_region[000000000000-us-east-1] LocalStack Pro: tests/aws/services/cloudformation/resources/test_ecr.py::test_url_output_different_account_or_region[000000000000-us-east-1] HTTP Status Code: 200
    • test_url_output_different_account_or_region[111111111111-eu-central-2] LocalStack Pro: tests/aws/services/cloudformation/resources/test_ecr.py::test_url_output_different_account_or_region[111111111111-eu-central-2] HTTP Status Code: 200
    • test_url_output_different_account_or_region[111111111111-us-east-1] LocalStack Pro: tests/aws/services/cloudformation/resources/test_ecr.py::test_url_output_different_account_or_region[111111111111-us-east-1] HTTP Status Code: 200
    • test_capacity_providers LocalStack Pro: tests/aws/services/cloudformation/resources/test_ecs.py::test_capacity_providers HTTP Status Code: 200 AWS validated Snapshot Tested
    • 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_url_output LocalStack Pro: tests/aws/services/cloudformation/resources/test_efs.py::test_url_output HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_eks_fargate_cluster LocalStack Pro: tests/aws/services/cloudformation/resources/test_eks.py::test_eks_fargate_cluster HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_eksctl_stack LocalStack Pro: tests/aws/services/cloudformation/resources/test_eks.py::test_eksctl_stack HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_resource_deployment LocalStack Pro: tests/aws/services/cloudformation/resources/test_elasticache.py::TestElasticacheResources::test_resource_deployment HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cache_cluster[redis] LocalStack Pro: tests/aws/services/cloudformation/resources/test_elasticache.py::test_cache_cluster[redis] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cluster_with_replication LocalStack Pro: tests/aws/services/cloudformation/resources/test_elasticache.py::test_cluster_with_replication HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_application_with_version_and_environment LocalStack Pro: tests/aws/services/cloudformation/resources/test_elasticbeanstalk.py::test_application_with_version_and_environment HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_elbv2_loadbalancer_resource LocalStack Pro: tests/aws/services/cloudformation/resources/test_elasticloadbalancingv2.py::test_elbv2_loadbalancer_resource HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_classifier LocalStack Pro: tests/aws/services/cloudformation/resources/test_glue.py::test_classifier HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_database LocalStack Pro: tests/aws/services/cloudformation/resources/test_glue.py::test_database HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_job LocalStack Pro: tests/aws/services/cloudformation/resources/test_glue.py::test_job HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_table LocalStack Pro: tests/aws/services/cloudformation/resources/test_glue.py::test_table HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_trigger LocalStack Pro: tests/aws/services/cloudformation/resources/test_glue.py::test_trigger HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_workflow LocalStack Pro: tests/aws/services/cloudformation/resources/test_glue.py::test_workflow HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_role_alias LocalStack Pro: tests/aws/services/cloudformation/resources/test_iot.py::test_role_alias HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_application_with_output_and_reference LocalStack Pro: tests/aws/services/cloudformation/resources/test_kinesisanalytics.py::test_application_with_output_and_reference HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_layer_python LocalStack Pro: tests/aws/services/cloudformation/resources/test_lambda.py::TestLambdaLayer::test_lambda_layer_python HTTP Status Code: 200
    • test_create_cluster LocalStack Pro: tests/aws/services/cloudformation/resources/test_msk.py::test_create_cluster HTTP Status Code: 200
    • test_db_cluster_deployment LocalStack Pro: tests/aws/services/cloudformation/resources/test_rds.py::test_db_cluster_deployment HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_db_instance_deployment LocalStack Pro: tests/aws/services/cloudformation/resources/test_rds.py::test_db_instance_deployment HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_db_proxy LocalStack Pro: tests/aws/services/cloudformation/resources/test_rds.py::test_db_proxy HTTP Status Code: 200
    • test_parameter_group_creation LocalStack Pro: tests/aws/services/cloudformation/resources/test_rds.py::test_parameter_group_creation HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_rds_cluster_with_kms LocalStack Pro: tests/aws/services/cloudformation/resources/test_rds.py::test_rds_cluster_with_kms HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_docdb_resources LocalStack Pro: tests/aws/services/cloudformation/resources/test_redshift.py::TestCfnRedshiftSubnet::test_docdb_resources HTTP Status Code: 200 AWS validated
    • test_hostedzone_optionaltrailingdot[with_trailing_dot] LocalStack Pro: tests/aws/services/cloudformation/resources/test_route53.py::test_hostedzone_optionaltrailingdot[with_trailing_dot] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_hostedzone_optionaltrailingdot[without_trailing_dot] LocalStack Pro: tests/aws/services/cloudformation/resources/test_route53.py::test_hostedzone_optionaltrailingdot[without_trailing_dot] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_hostedzone_with_comment LocalStack Pro: tests/aws/services/cloudformation/resources/test_route53.py::test_hostedzone_with_comment HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_hostedzone_without_comment LocalStack Pro: tests/aws/services/cloudformation/resources/test_route53.py::test_hostedzone_without_comment HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_private_hostedzone LocalStack Pro: tests/aws/services/cloudformation/resources/test_route53.py::test_private_hostedzone HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_record_set_with_alias_record LocalStack Pro: tests/aws/services/cloudformation/resources/test_route53.py::test_record_set_with_alias_record HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_secretsmanager_target_attachment_maridab LocalStack Pro: tests/aws/services/cloudformation/resources/test_secretsmanager.py::test_secretsmanager_target_attachment_maridab HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_receiptrules LocalStack Pro: tests/aws/services/cloudformation/resources/test_ses.py::test_create_receiptrules HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_template LocalStack Pro: tests/aws/services/cloudformation/resources/test_ses.py::test_create_template HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_db_tables LocalStack Pro: tests/aws/services/cloudformation/resources/test_timestream.py::test_create_db_tables HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_misc_resources LocalStack Pro: tests/aws/services/cloudformation/test_api.py::TestAPI::test_create_misc_resources HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_from_cloudformation LocalStack Pro: tests/aws/services/cloudfront/test_cloudfront.py::TestCloudFront::test_create_from_cloudformation 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::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_cognito_authorizer_scopes LocalStack Pro: tests/aws/services/cognito/test_cognito.py::TestCognito::test_cognito_authorizer_scopes HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_service_run_task LocalStack Pro: tests/aws/services/ecs/test_ecs.py::TestTaskExecution::test_create_service_run_task HTTP Status Code: 200
    • test_redis_connection LocalStack Pro: tests/aws/services/elasticache/test_elasticache_redis.py::TestCacheCluster::test_redis_connection HTTP Status Code: 200
    • test_cloudformation_stack_operations LocalStack Pro: tests/aws/services/iam/test_iam_enforcement.py::TestIAMEnforcementIdentityBasedPolicies::test_cloudformation_stack_operations HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_iot_resources LocalStack Pro: tests/aws/services/iot/test_iot.py::TestIoTCrud::test_create_iot_resources HTTP Status Code: 200 AWS validated
    • test_create_iotanalytics_resources LocalStack Pro: tests/aws/services/iotanalytics/test_iotanalytics.py::TestIotAnalytics::test_create_iotanalytics_resources HTTP Status Code: 200
    • test_multi_label LocalStack Pro: tests/aws/services/neptune/test_neptune_cfn.py::TestNeptuneCfn::test_multi_label 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_column_metadata_for_mysql[mysql-v1] LocalStack Pro: tests/aws/services/rds/test_rds_data.py::TestAuroraMultiEngine::test_column_metadata_for_mysql[mysql-v1] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_select_char LocalStack Pro: tests/aws/services/rds/test_rds_data.py::TestAuroraPostgresCfn::test_select_char HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_failover LocalStack Pro: tests/aws/services/rds/test_rds_global.py::TestGlobalClusterCDK::test_failover HTTP Status Code: 200 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: 200 AWS validated Snapshot Tested

DeleteStackInstances

Parameters: Accounts, OperationId, Regions, RetainStacks, StackSetName
  • LocalStack Community
    • test_create_stack_set_with_stack_instances LocalStack Community: tests/aws/services/cloudformation/resources/test_stack_sets.py::test_create_stack_set_with_stack_instances HTTP Status Code: 200 AWS validated Snapshot Tested

DeleteStackSet

Parameters: StackSetName
  • LocalStack Community
    • test_create_stack_set_with_stack_instances LocalStack Community: tests/aws/services/cloudformation/resources/test_stack_sets.py::test_create_stack_set_with_stack_instances HTTP Status Code: 200 AWS validated Snapshot Tested

DescribeChangeSet

Parameters: ChangeSetName
  • LocalStack Community
    • test_setup LocalStack Community: tests/aws/scenario/bookstore/test_bookstore.py::TestBookstoreApplication::test_setup HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_kinesis_firehose_s3 LocalStack Community: tests/aws/scenario/kinesis_firehose/test_kinesis_firehose.py::TestKinesisFirehoseScenario::test_kinesis_firehose_s3 HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_infra LocalStack Community: tests/aws/scenario/lambda_destination/test_lambda_destination_scenario.py::TestLambdaDestinationScenario::test_infra 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_validate_infra_setup LocalStack Community: tests/aws/scenario/note_taking/test_note_taking.py::TestNoteTakingScenario::test_validate_infra_setup HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_scenario_validate_infra LocalStack Community: tests/aws/services/apigateway/test_apigateway_lambda_cfn.py::TestApigatewayLambdaIntegration::test_scenario_validate_infra HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_autoexpand_capability_requirement LocalStack Community: tests/aws/services/cloudformation/api/test_changesets.py::test_autoexpand_capability_requirement HTTP Status Code: 200 AWS validated
    • test_create_and_then_remove_non_supported_resource_change_set LocalStack Community: tests/aws/services/cloudformation/api/test_changesets.py::test_create_and_then_remove_non_supported_resource_change_set HTTP Status Code: 200 AWS validated
    • test_create_and_then_remove_supported_resource_change_set LocalStack Community: tests/aws/services/cloudformation/api/test_changesets.py::test_create_and_then_remove_supported_resource_change_set HTTP Status Code: 200 AWS validated
    • test_create_and_then_update_refreshes_template_metadata LocalStack Community: tests/aws/services/cloudformation/api/test_changesets.py::test_create_and_then_update_refreshes_template_metadata HTTP Status Code: 200 AWS validated
    • test_create_change_set_with_ssm_parameter LocalStack Community: tests/aws/services/cloudformation/api/test_changesets.py::test_create_change_set_with_ssm_parameter HTTP Status Code: 200 AWS validated
    • test_create_change_set_without_parameters LocalStack Community: tests/aws/services/cloudformation/api/test_changesets.py::test_create_change_set_without_parameters HTTP Status Code: 200 AWS validated
    • test_create_changeset_with_stack_id LocalStack Community: tests/aws/services/cloudformation/api/test_changesets.py::test_create_changeset_with_stack_id HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_multiple_create_changeset LocalStack Community: tests/aws/services/cloudformation/api/test_changesets.py::test_multiple_create_changeset HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_name_conflicts LocalStack Community: tests/aws/services/cloudformation/api/test_changesets.py::test_name_conflicts HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_nested_output_in_params LocalStack Community: tests/aws/services/cloudformation/api/test_nested_stacks.py::test_nested_output_in_params HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_nested_stack LocalStack Community: tests/aws/services/cloudformation/api/test_nested_stacks.py::test_nested_stack HTTP Status Code: 200
    • test_nested_stack_output_refs LocalStack Community: tests/aws/services/cloudformation/api/test_nested_stacks.py::test_nested_stack_output_refs HTTP Status Code: 200 AWS validated
    • test_nested_stacks_conditions LocalStack Community: tests/aws/services/cloudformation/api/test_nested_stacks.py::test_nested_stacks_conditions HTTP Status Code: 200 AWS validated
    • test_nested_getatt_ref[TopicArn] LocalStack Community: tests/aws/services/cloudformation/api/test_reference_resolving.py::test_nested_getatt_ref[TopicArn] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_nested_getatt_ref[TopicName] LocalStack Community: tests/aws/services/cloudformation/api/test_reference_resolving.py::test_nested_getatt_ref[TopicName] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sub_resolving LocalStack Community: tests/aws/services/cloudformation/api/test_reference_resolving.py::test_sub_resolving HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_unexisting_resource_dependency LocalStack Community: tests/aws/services/cloudformation/api/test_reference_resolving.py::test_unexisting_resource_dependency HTTP Status Code: 200
    • test_get_template[json] LocalStack Community: tests/aws/services/cloudformation/api/test_stacks.py::TestStacksApi::test_get_template[json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_get_template[yaml] LocalStack Community: tests/aws/services/cloudformation/api/test_stacks.py::TestStacksApi::test_get_template[yaml] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_list_events_after_deployment LocalStack Community: tests/aws/services/cloudformation/api/test_stacks.py::TestStacksApi::test_list_events_after_deployment HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_list_stack_resources_for_removed_resource LocalStack Community: tests/aws/services/cloudformation/api/test_stacks.py::TestStacksApi::test_list_stack_resources_for_removed_resource HTTP Status Code: 200
    • test_stack_description_special_chars LocalStack Community: tests/aws/services/cloudformation/api/test_stacks.py::TestStacksApi::test_stack_description_special_chars HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_stack_lifecycle LocalStack Community: tests/aws/services/cloudformation/api/test_stacks.py::TestStacksApi::test_stack_lifecycle HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_stack_name_creation LocalStack Community: tests/aws/services/cloudformation/api/test_stacks.py::TestStacksApi::test_stack_name_creation HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_stack_update_resources LocalStack Community: tests/aws/services/cloudformation/api/test_stacks.py::TestStacksApi::test_stack_update_resources HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_update_stack_actual_update LocalStack Community: tests/aws/services/cloudformation/api/test_stacks.py::TestStacksApi::test_update_stack_actual_update HTTP Status Code: 200 AWS validated
    • test_update_stack_with_same_template_withoutchange LocalStack Community: tests/aws/services/cloudformation/api/test_stacks.py::TestStacksApi::test_update_stack_with_same_template_withoutchange HTTP Status Code: 200
    • test_events_resource_types LocalStack Community: tests/aws/services/cloudformation/api/test_stacks.py::test_events_resource_types HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_list_parameter_type LocalStack Community: tests/aws/services/cloudformation/api/test_stacks.py::test_list_parameter_type HTTP Status Code: 200 AWS validated
    • test_update_termination_protection LocalStack Community: tests/aws/services/cloudformation/api/test_stacks.py::test_update_termination_protection HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_updating_an_updated_stack_sets_status LocalStack Community: tests/aws/services/cloudformation/api/test_stacks.py::test_updating_an_updated_stack_sets_status HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_get_template_summary LocalStack Community: tests/aws/services/cloudformation/api/test_templates.py::test_get_template_summary HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_duplicate_resources LocalStack Community: tests/aws/services/cloudformation/api/test_transformers.py::test_duplicate_resources HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_basic_update LocalStack Community: tests/aws/services/cloudformation/api/test_update_stack.py::test_basic_update HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_diff_after_update LocalStack Community: tests/aws/services/cloudformation/api/test_update_stack.py::test_diff_after_update HTTP Status Code: 200 AWS validated
    • test_no_parameters_update LocalStack Community: tests/aws/services/cloudformation/api/test_update_stack.py::test_no_parameters_update HTTP Status Code: 200 AWS validated
    • test_update_using_template_url LocalStack Community: tests/aws/services/cloudformation/api/test_update_stack.py::test_update_using_template_url HTTP Status Code: 200 AWS validated
    • test_update_with_previous_parameter_value LocalStack Community: tests/aws/services/cloudformation/api/test_update_stack.py::test_update_with_previous_parameter_value HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_dependency_on_attribute_with_dot_notation LocalStack Community: tests/aws/services/cloudformation/engine/test_attributes.py::TestResourceAttributes::test_dependency_on_attribute_with_dot_notation HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_condition_on_outputs LocalStack Community: tests/aws/services/cloudformation/engine/test_conditions.py::TestCloudFormationConditions::test_condition_on_outputs HTTP Status Code: 200 AWS validated
    • test_conditional_att_to_conditional_resources[create] LocalStack Community: tests/aws/services/cloudformation/engine/test_conditions.py::TestCloudFormationConditions::test_conditional_att_to_conditional_resources[create] HTTP Status Code: 200 AWS validated
    • test_conditional_att_to_conditional_resources[no-create] LocalStack Community: tests/aws/services/cloudformation/engine/test_conditions.py::TestCloudFormationConditions::test_conditional_att_to_conditional_resources[no-create] HTTP Status Code: 200 AWS validated
    • test_conditional_in_conditional[dev-us-west-2] LocalStack Community: tests/aws/services/cloudformation/engine/test_conditions.py::TestCloudFormationConditions::test_conditional_in_conditional[dev-us-west-2] HTTP Status Code: 200 AWS validated
    • test_conditional_in_conditional[production-us-east-1] LocalStack Community: tests/aws/services/cloudformation/engine/test_conditions.py::TestCloudFormationConditions::test_conditional_in_conditional[production-us-east-1] HTTP Status Code: 200 AWS validated
    • test_conditional_with_select LocalStack Community: tests/aws/services/cloudformation/engine/test_conditions.py::TestCloudFormationConditions::test_conditional_with_select HTTP Status Code: 200 AWS validated
    • test_dependency_in_non_evaluated_if_branch[None-FallbackParamValue] LocalStack Community: tests/aws/services/cloudformation/engine/test_conditions.py::TestCloudFormationConditions::test_dependency_in_non_evaluated_if_branch[None-FallbackParamValue] HTTP Status Code: 200 AWS validated
    • test_dependency_in_non_evaluated_if_branch[false-DefaultParamValue] LocalStack Community: tests/aws/services/cloudformation/engine/test_conditions.py::TestCloudFormationConditions::test_dependency_in_non_evaluated_if_branch[false-DefaultParamValue] HTTP Status Code: 200 AWS validated
    • test_dependency_in_non_evaluated_if_branch[true-FallbackParamValue] LocalStack Community: tests/aws/services/cloudformation/engine/test_conditions.py::TestCloudFormationConditions::test_dependency_in_non_evaluated_if_branch[true-FallbackParamValue] HTTP Status Code: 200 AWS validated
    • test_simple_condition_evaluation_deploys_resource LocalStack Community: tests/aws/services/cloudformation/engine/test_conditions.py::TestCloudFormationConditions::test_simple_condition_evaluation_deploys_resource HTTP Status Code: 200 AWS validated
    • test_simple_condition_evaluation_doesnt_deploy_resource LocalStack Community: tests/aws/services/cloudformation/engine/test_conditions.py::TestCloudFormationConditions::test_simple_condition_evaluation_doesnt_deploy_resource HTTP Status Code: 200 AWS validated
    • test_simple_intrinsic_fn_condition_evaluation[nope] LocalStack Community: tests/aws/services/cloudformation/engine/test_conditions.py::TestCloudFormationConditions::test_simple_intrinsic_fn_condition_evaluation[nope] HTTP Status Code: 200 AWS validated
    • test_simple_intrinsic_fn_condition_evaluation[yep] LocalStack Community: tests/aws/services/cloudformation/engine/test_conditions.py::TestCloudFormationConditions::test_simple_intrinsic_fn_condition_evaluation[yep] HTTP Status Code: 200 AWS validated
    • test_sub_in_conditions LocalStack Community: tests/aws/services/cloudformation/engine/test_conditions.py::TestCloudFormationConditions::test_sub_in_conditions HTTP Status Code: 200 AWS validated
    • test_simple_mapping_working LocalStack Community: tests/aws/services/cloudformation/engine/test_mappings.py::TestCloudFormationMappings::test_simple_mapping_working HTTP Status Code: 200 AWS validated
    • test_fn_sub_cases LocalStack Community: tests/aws/services/cloudformation/engine/test_references.py::TestFnSub::test_fn_sub_cases HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_useful_error_when_invalid_ref LocalStack Community: tests/aws/services/cloudformation/engine/test_references.py::test_useful_error_when_invalid_ref HTTP Status Code: 200
    • test_black_box LocalStack Community: tests/aws/services/cloudformation/resource_providers/ec2/aws_ec2_networkacl/test_basic.py::TestBasicCRD::test_black_box HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_deploy_instance_with_key_pair LocalStack Community: tests/aws/services/cloudformation/resource_providers/ec2/test_ec2.py::test_deploy_instance_with_key_pair HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_autogenerated_values LocalStack Community: tests/aws/services/cloudformation/resource_providers/iam/aws_iam_user/test_basic.py::TestBasicCRD::test_autogenerated_values HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_black_box LocalStack Community: tests/aws/services/cloudformation/resource_providers/iam/aws_iam_user/test_basic.py::TestBasicCRD::test_black_box HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_getatt LocalStack Community: tests/aws/services/cloudformation/resource_providers/iam/aws_iam_user/test_basic.py::TestBasicCRD::test_getatt HTTP Status Code: 200 AWS validated
    • test_create_with_full_properties LocalStack Community: tests/aws/services/cloudformation/resource_providers/iam/aws_iam_user/test_parity.py::TestParity::test_create_with_full_properties HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_delete_role_detaches_role_policy LocalStack Community: tests/aws/services/cloudformation/resource_providers/iam/test_iam.py::test_delete_role_detaches_role_policy HTTP Status Code: 200 AWS validated
    • test_iam_user_access_key LocalStack Community: tests/aws/services/cloudformation/resource_providers/iam/test_iam.py::test_iam_user_access_key HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_iam_username_defaultname LocalStack Community: tests/aws/services/cloudformation/resource_providers/iam/test_iam.py::test_iam_username_defaultname HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_managed_policy_with_empty_resource LocalStack Community: tests/aws/services/cloudformation/resource_providers/iam/test_iam.py::test_managed_policy_with_empty_resource HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_policy_attachments LocalStack Community: tests/aws/services/cloudformation/resource_providers/iam/test_iam.py::test_policy_attachments HTTP Status Code: 200 AWS validated
    • test_server_certificate LocalStack Community: tests/aws/services/cloudformation/resource_providers/iam/test_iam.py::test_server_certificate HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_update_inline_policy LocalStack Community: tests/aws/services/cloudformation/resource_providers/iam/test_iam.py::test_update_inline_policy HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_schedule_and_group LocalStack Community: tests/aws/services/cloudformation/resource_providers/scheduler/test_scheduler.py::test_schedule_and_group HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cfn_acm_certificate LocalStack Community: tests/aws/services/cloudformation/resources/test_acm.py::test_cfn_acm_certificate HTTP Status Code: 200
    • test_account LocalStack Community: tests/aws/services/cloudformation/resources/test_apigateway.py::test_account HTTP Status Code: 200 AWS validated
    • test_api_gateway_with_policy_as_dict LocalStack Community: tests/aws/services/cloudformation/resources/test_apigateway.py::test_api_gateway_with_policy_as_dict HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cfn_apigateway_aws_integration LocalStack Community: tests/aws/services/cloudformation/resources/test_apigateway.py::test_cfn_apigateway_aws_integration HTTP Status Code: 200
    • test_cfn_apigateway_rest_api LocalStack Community: tests/aws/services/cloudformation/resources/test_apigateway.py::test_cfn_apigateway_rest_api HTTP Status Code: 200
    • test_cfn_apigateway_swagger_import LocalStack Community: tests/aws/services/cloudformation/resources/test_apigateway.py::test_cfn_apigateway_swagger_import HTTP Status Code: 200 AWS validated
    • test_cfn_deploy_apigateway_from_s3_swagger LocalStack Community: tests/aws/services/cloudformation/resources/test_apigateway.py::test_cfn_deploy_apigateway_from_s3_swagger HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cfn_deploy_apigateway_integration LocalStack Community: tests/aws/services/cloudformation/resources/test_apigateway.py::test_cfn_deploy_apigateway_integration HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cfn_deploy_apigateway_models LocalStack Community: tests/aws/services/cloudformation/resources/test_apigateway.py::test_cfn_deploy_apigateway_models HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cfn_with_apigateway_resources LocalStack Community: tests/aws/services/cloudformation/resources/test_apigateway.py::test_cfn_with_apigateway_resources HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_rest_api_serverless_ref_resolving LocalStack Community: tests/aws/services/cloudformation/resources/test_apigateway.py::test_rest_api_serverless_ref_resolving HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_update_usage_plan LocalStack Community: tests/aws/services/cloudformation/resources/test_apigateway.py::test_update_usage_plan HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_url_output LocalStack Community: tests/aws/services/cloudformation/resources/test_apigateway.py::test_url_output HTTP Status Code: 200
    • test_cdk_bootstrap[10] LocalStack Community: tests/aws/services/cloudformation/resources/test_cdk.py::TestCdkInit::test_cdk_bootstrap[10] HTTP Status Code: 200
    • test_cdk_bootstrap[11] LocalStack Community: tests/aws/services/cloudformation/resources/test_cdk.py::TestCdkInit::test_cdk_bootstrap[11] HTTP Status Code: 200
    • test_cdk_bootstrap[12] LocalStack Community: tests/aws/services/cloudformation/resources/test_cdk.py::TestCdkInit::test_cdk_bootstrap[12] HTTP Status Code: 200
    • test_cdk_template LocalStack Community: tests/aws/services/cloudformation/resources/test_cdk.py::TestCdkInit::test_cdk_template HTTP Status Code: 200
    • test_cdk_sample LocalStack Community: tests/aws/services/cloudformation/resources/test_cdk.py::TestCdkSampleApp::test_cdk_sample HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_macro LocalStack Community: tests/aws/services/cloudformation/resources/test_cloudformation.py::test_create_macro HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_waitcondition LocalStack Community: tests/aws/services/cloudformation/resources/test_cloudformation.py::test_waitcondition HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_alarm_creation LocalStack Community: tests/aws/services/cloudformation/resources/test_cloudwatch.py::test_alarm_creation HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_alarm_ext_statistic LocalStack Community: tests/aws/services/cloudformation/resources/test_cloudwatch.py::test_alarm_ext_statistic HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_composite_alarm_creation LocalStack Community: tests/aws/services/cloudformation/resources/test_cloudwatch.py::test_composite_alarm_creation HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_billing_mode_as_conditional[PAY_PER_REQUEST] LocalStack Community: tests/aws/services/cloudformation/resources/test_dynamodb.py::test_billing_mode_as_conditional[PAY_PER_REQUEST] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_billing_mode_as_conditional[PROVISIONED] LocalStack Community: tests/aws/services/cloudformation/resources/test_dynamodb.py::test_billing_mode_as_conditional[PROVISIONED] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_default_name_for_table LocalStack Community: tests/aws/services/cloudformation/resources/test_dynamodb.py::test_default_name_for_table HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_deploy_stack_with_dynamodb_table LocalStack Community: tests/aws/services/cloudformation/resources/test_dynamodb.py::test_deploy_stack_with_dynamodb_table HTTP Status Code: 200 AWS validated
    • test_global_table LocalStack Community: tests/aws/services/cloudformation/resources/test_dynamodb.py::test_global_table HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_global_table_with_ttl_and_sse LocalStack Community: tests/aws/services/cloudformation/resources/test_dynamodb.py::test_global_table_with_ttl_and_sse HTTP Status Code: 200 AWS validated
    • test_globalindex_read_write_provisioned_throughput_dynamodb_table LocalStack Community: tests/aws/services/cloudformation/resources/test_dynamodb.py::test_globalindex_read_write_provisioned_throughput_dynamodb_table HTTP Status Code: 200 AWS validated
    • test_table_with_ttl_and_sse LocalStack Community: tests/aws/services/cloudformation/resources/test_dynamodb.py::test_table_with_ttl_and_sse HTTP Status Code: 200 AWS validated
    • test_ttl_cdk LocalStack Community: tests/aws/services/cloudformation/resources/test_dynamodb.py::test_ttl_cdk HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cfn_with_multiple_route_table_associations LocalStack Community: tests/aws/services/cloudformation/resources/test_ec2.py::test_cfn_with_multiple_route_table_associations HTTP Status Code: 200
    • test_cfn_with_multiple_route_tables LocalStack Community: tests/aws/services/cloudformation/resources/test_ec2.py::test_cfn_with_multiple_route_tables HTTP Status Code: 200 AWS validated
    • test_dhcp_options LocalStack Community: tests/aws/services/cloudformation/resources/test_ec2.py::test_dhcp_options HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_internet_gateway_ref_and_attr LocalStack Community: tests/aws/services/cloudformation/resources/test_ec2.py::test_internet_gateway_ref_and_attr HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_simple_route_table_creation LocalStack Community: tests/aws/services/cloudformation/resources/test_ec2.py::test_simple_route_table_creation HTTP Status Code: 200
    • test_simple_route_table_creation_without_vpc LocalStack Community: tests/aws/services/cloudformation/resources/test_ec2.py::test_simple_route_table_creation_without_vpc HTTP Status Code: 200
    • test_transit_gateway_attachment LocalStack Community: tests/aws/services/cloudformation/resources/test_ec2.py::test_transit_gateway_attachment HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_vpc_creates_default_sg LocalStack Community: tests/aws/services/cloudformation/resources/test_ec2.py::test_vpc_creates_default_sg HTTP Status Code: 200 AWS validated
    • test_cfn_handle_elasticsearch_domain LocalStack Community: tests/aws/services/cloudformation/resources/test_elasticsearch.py::test_cfn_handle_elasticsearch_domain HTTP Status Code: 200
    • test_cfn_event_bus_resource LocalStack Community: tests/aws/services/cloudformation/resources/test_events.py::test_cfn_event_bus_resource HTTP Status Code: 200 AWS validated
    • test_cfn_handle_events_rule LocalStack Community: tests/aws/services/cloudformation/resources/test_events.py::test_cfn_handle_events_rule HTTP Status Code: 200
    • test_cfn_handle_events_rule_without_name LocalStack Community: tests/aws/services/cloudformation/resources/test_events.py::test_cfn_handle_events_rule_without_name HTTP Status Code: 200
    • test_event_rule_creation_without_target LocalStack Community: tests/aws/services/cloudformation/resources/test_events.py::test_event_rule_creation_without_target HTTP Status Code: 200
    • 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_eventbus_policies LocalStack Community: tests/aws/services/cloudformation/resources/test_events.py::test_eventbus_policies HTTP Status Code: 200 AWS validated
    • test_eventbus_policy_statement LocalStack Community: tests/aws/services/cloudformation/resources/test_events.py::test_eventbus_policy_statement HTTP Status Code: 200 AWS validated
    • test_rule_properties LocalStack Community: tests/aws/services/cloudformation/resources/test_events.py::test_rule_properties HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_firehose_stack_with_kinesis_as_source LocalStack Community: tests/aws/services/cloudformation/resources/test_firehose.py::test_firehose_stack_with_kinesis_as_source HTTP Status Code: 200 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: 200
    • test_cfn_handle_kinesis_firehose_resources LocalStack Community: tests/aws/services/cloudformation/resources/test_kinesis.py::test_cfn_handle_kinesis_firehose_resources HTTP Status Code: 200
    • test_default_parameters_kinesis LocalStack Community: tests/aws/services/cloudformation/resources/test_kinesis.py::test_default_parameters_kinesis HTTP Status Code: 200
    • test_dynamodb_stream_response_with_cf LocalStack Community: tests/aws/services/cloudformation/resources/test_kinesis.py::test_dynamodb_stream_response_with_cf HTTP Status Code: 200
    • test_kinesis_stream_consumer_creations LocalStack Community: tests/aws/services/cloudformation/resources/test_kinesis.py::test_kinesis_stream_consumer_creations HTTP Status Code: 200 AWS validated
    • test_stream_creation LocalStack Community: tests/aws/services/cloudformation/resources/test_kinesis.py::test_stream_creation HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cfn_with_kms_resources LocalStack Community: tests/aws/services/cloudformation/resources/test_kms.py::test_cfn_with_kms_resources HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_deploy_stack_with_kms LocalStack Community: tests/aws/services/cloudformation/resources/test_kms.py::test_deploy_stack_with_kms HTTP Status Code: 200
    • test_kms_key_disabled LocalStack Community: tests/aws/services/cloudformation/resources/test_kms.py::test_kms_key_disabled HTTP Status Code: 200
    • 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_lambda_dynamodb_event_filter LocalStack Community: tests/aws/services/cloudformation/resources/test_lambda.py::TestCfnLambdaIntegrations::test_lambda_dynamodb_event_filter HTTP Status Code: 200 AWS validated
    • 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_event_invoke_config LocalStack Community: tests/aws/services/cloudformation/resources/test_lambda.py::test_event_invoke_config HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_alias LocalStack Community: tests/aws/services/cloudformation/resources/test_lambda.py::test_lambda_alias 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_code_signing_config LocalStack Community: tests/aws/services/cloudformation/resources/test_lambda.py::test_lambda_code_signing_config HTTP Status Code: 200 AWS validated Snapshot Tested
    • 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_lambda_w_dynamodb_event_filter_update LocalStack Community: tests/aws/services/cloudformation/resources/test_lambda.py::test_lambda_w_dynamodb_event_filter_update HTTP Status Code: 200 AWS validated
    • test_multiple_lambda_permissions_for_singlefn LocalStack Community: tests/aws/services/cloudformation/resources/test_lambda.py::test_multiple_lambda_permissions_for_singlefn 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_conditional_deployment LocalStack Community: tests/aws/services/cloudformation/resources/test_legacy.py::TestCloudFormation::test_cfn_conditional_deployment HTTP Status Code: 200
    • test_cfn_handle_iam_role_resource_no_role_name LocalStack Community: tests/aws/services/cloudformation/resources/test_legacy.py::TestCloudFormation::test_cfn_handle_iam_role_resource_no_role_name HTTP Status Code: 200
    • test_cfn_handle_log_group_resource LocalStack Community: tests/aws/services/cloudformation/resources/test_legacy.py::TestCloudFormation::test_cfn_handle_log_group_resource HTTP Status Code: 200
    • test_cfn_handle_s3_notification_configuration[False-us-east-1] LocalStack Community: tests/aws/services/cloudformation/resources/test_legacy.py::TestCloudFormation::test_cfn_handle_s3_notification_configuration[False-us-east-1] HTTP Status Code: 200
    • test_cfn_handle_s3_notification_configuration[True-eu-west-1] LocalStack Community: tests/aws/services/cloudformation/resources/test_legacy.py::TestCloudFormation::test_cfn_handle_s3_notification_configuration[True-eu-west-1] HTTP Status Code: 200
    • test_cfn_handle_serverless_api_resource LocalStack Community: tests/aws/services/cloudformation/resources/test_legacy.py::TestCloudFormation::test_cfn_handle_serverless_api_resource HTTP Status Code: 200
    • test_cfn_template_with_short_form_fn_sub LocalStack Community: tests/aws/services/cloudformation/resources/test_legacy.py::TestCloudFormation::test_cfn_template_with_short_form_fn_sub HTTP Status Code: 200
    • test_cfn_with_exports LocalStack Community: tests/aws/services/cloudformation/resources/test_legacy.py::TestCloudFormation::test_cfn_with_exports HTTP Status Code: 200
    • test_cfn_with_route_table LocalStack Community: tests/aws/services/cloudformation/resources/test_legacy.py::TestCloudFormation::test_cfn_with_route_table HTTP Status Code: 200
    • test_functions_in_output_export_name LocalStack Community: tests/aws/services/cloudformation/resources/test_legacy.py::TestCloudFormation::test_functions_in_output_export_name HTTP Status Code: 200
    • test_resolve_transitive_placeholders_in_strings LocalStack Community: tests/aws/services/cloudformation/resources/test_legacy.py::TestCloudFormation::test_resolve_transitive_placeholders_in_strings HTTP Status Code: 200 AWS validated
    • test_sub_in_lambda_function_name LocalStack Community: tests/aws/services/cloudformation/resources/test_legacy.py::TestCloudFormation::test_sub_in_lambda_function_name HTTP Status Code: 200
    • test_update_conditions LocalStack Community: tests/aws/services/cloudformation/resources/test_legacy.py::TestCloudFormation::test_update_conditions HTTP Status Code: 200
    • test_updating_stack_with_iam_role LocalStack Community: tests/aws/services/cloudformation/resources/test_legacy.py::TestCloudFormation::test_updating_stack_with_iam_role 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_domain LocalStack Community: tests/aws/services/cloudformation/resources/test_opensearch.py::test_domain HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_domain_with_alternative_types LocalStack Community: tests/aws/services/cloudformation/resources/test_opensearch.py::test_domain_with_alternative_types HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_redshift_cluster LocalStack Community: tests/aws/services/cloudformation/resources/test_redshift.py::test_redshift_cluster HTTP Status Code: 200 AWS validated
    • test_create_health_check LocalStack Community: tests/aws/services/cloudformation/resources/test_route53.py::test_create_health_check HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_record_set_via_id LocalStack Community: tests/aws/services/cloudformation/resources/test_route53.py::test_create_record_set_via_id HTTP Status Code: 200 AWS validated
    • test_create_record_set_via_name LocalStack Community: tests/aws/services/cloudformation/resources/test_route53.py::test_create_record_set_via_name HTTP Status Code: 200 AWS validated
    • test_create_record_set_without_resource_record LocalStack Community: tests/aws/services/cloudformation/resources/test_route53.py::test_create_record_set_without_resource_record HTTP Status Code: 200 AWS validated
    • test_bucket_autoname LocalStack Community: tests/aws/services/cloudformation/resources/test_s3.py::test_bucket_autoname HTTP Status Code: 200 AWS validated
    • test_bucket_versioning LocalStack Community: tests/aws/services/cloudformation/resources/test_s3.py::test_bucket_versioning HTTP Status Code: 200
    • test_bucketpolicy LocalStack Community: tests/aws/services/cloudformation/resources/test_s3.py::test_bucketpolicy HTTP Status Code: 200
    • test_cors_configuration LocalStack Community: tests/aws/services/cloudformation/resources/test_s3.py::test_cors_configuration HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_object_lock_configuration LocalStack Community: tests/aws/services/cloudformation/resources/test_s3.py::test_object_lock_configuration HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_website_configuration LocalStack Community: tests/aws/services/cloudformation/resources/test_s3.py::test_website_configuration HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sam_policies LocalStack Community: tests/aws/services/cloudformation/resources/test_sam.py::test_sam_policies HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sam_template LocalStack Community: tests/aws/services/cloudformation/resources/test_sam.py::test_sam_template HTTP Status Code: 200
    • test_cfn_handle_secretsmanager_secret LocalStack Community: tests/aws/services/cloudformation/resources/test_secretsmanager.py::test_cfn_handle_secretsmanager_secret HTTP Status Code: 200
    • test_cfn_secret_policy LocalStack Community: tests/aws/services/cloudformation/resources/test_secretsmanager.py::test_cfn_secret_policy HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cfn_secretsmanager_gen_secret LocalStack Community: tests/aws/services/cloudformation/resources/test_secretsmanager.py::test_cfn_secretsmanager_gen_secret HTTP Status Code: 200
    • test_deploy_stack_with_sns_topic LocalStack Community: tests/aws/services/cloudformation/resources/test_sns.py::test_deploy_stack_with_sns_topic HTTP Status Code: 200 AWS validated
    • test_sns_subscription LocalStack Community: tests/aws/services/cloudformation/resources/test_sns.py::test_sns_subscription HTTP Status Code: 200 AWS validated
    • test_sns_topic_fifo_with_deduplication LocalStack Community: tests/aws/services/cloudformation/resources/test_sns.py::test_sns_topic_fifo_with_deduplication HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sns_topic_fifo_without_suffix_fails LocalStack Community: tests/aws/services/cloudformation/resources/test_sns.py::test_sns_topic_fifo_without_suffix_fails HTTP Status Code: 200
    • test_update_subscription LocalStack Community: tests/aws/services/cloudformation/resources/test_sns.py::test_update_subscription HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cfn_handle_sqs_resource LocalStack Community: tests/aws/services/cloudformation/resources/test_sqs.py::test_cfn_handle_sqs_resource HTTP Status Code: 200
    • test_sqs_fifo_queue_generates_valid_name LocalStack Community: tests/aws/services/cloudformation/resources/test_sqs.py::test_sqs_fifo_queue_generates_valid_name HTTP Status Code: 200 AWS validated
    • test_sqs_non_fifo_queue_generates_valid_name LocalStack Community: tests/aws/services/cloudformation/resources/test_sqs.py::test_sqs_non_fifo_queue_generates_valid_name HTTP Status Code: 200
    • test_sqs_queue_policy LocalStack Community: tests/aws/services/cloudformation/resources/test_sqs.py::test_sqs_queue_policy HTTP Status Code: 200
    • test_update_queue_no_change LocalStack Community: tests/aws/services/cloudformation/resources/test_sqs.py::test_update_queue_no_change HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_update_sqs_queuepolicy LocalStack Community: tests/aws/services/cloudformation/resources/test_sqs.py::test_update_sqs_queuepolicy HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_deploy_patch_baseline LocalStack Community: tests/aws/services/cloudformation/resources/test_ssm.py::test_deploy_patch_baseline HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_maintenance_window LocalStack Community: tests/aws/services/cloudformation/resources/test_ssm.py::test_maintenance_window HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_parameter_defaults LocalStack Community: tests/aws/services/cloudformation/resources/test_ssm.py::test_parameter_defaults HTTP Status Code: 200
    • test_update_ssm_parameter_tag LocalStack Community: tests/aws/services/cloudformation/resources/test_ssm.py::test_update_ssm_parameter_tag HTTP Status Code: 200 AWS validated
    • test_update_ssm_parameters LocalStack Community: tests/aws/services/cloudformation/resources/test_ssm.py::test_update_ssm_parameters 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_import_values_across_stacks LocalStack Community: tests/aws/services/cloudformation/test_template_engine.py::TestImportValues::test_import_values_across_stacks HTTP Status Code: 200 AWS validated
    • test_and_or_functions[Fn::And-0-0-False] LocalStack Community: tests/aws/services/cloudformation/test_template_engine.py::TestIntrinsicFunctions::test_and_or_functions[Fn::And-0-0-False] HTTP Status Code: 200 AWS validated
    • test_and_or_functions[Fn::And-0-1-False] LocalStack Community: tests/aws/services/cloudformation/test_template_engine.py::TestIntrinsicFunctions::test_and_or_functions[Fn::And-0-1-False] HTTP Status Code: 200 AWS validated
    • test_and_or_functions[Fn::And-1-0-False] LocalStack Community: tests/aws/services/cloudformation/test_template_engine.py::TestIntrinsicFunctions::test_and_or_functions[Fn::And-1-0-False] HTTP Status Code: 200 AWS validated
    • test_and_or_functions[Fn::And-1-1-True] LocalStack Community: tests/aws/services/cloudformation/test_template_engine.py::TestIntrinsicFunctions::test_and_or_functions[Fn::And-1-1-True] HTTP Status Code: 200 AWS validated
    • test_and_or_functions[Fn::Or-0-0-False] LocalStack Community: tests/aws/services/cloudformation/test_template_engine.py::TestIntrinsicFunctions::test_and_or_functions[Fn::Or-0-0-False] HTTP Status Code: 200 AWS validated
    • test_and_or_functions[Fn::Or-0-1-True] LocalStack Community: tests/aws/services/cloudformation/test_template_engine.py::TestIntrinsicFunctions::test_and_or_functions[Fn::Or-0-1-True] HTTP Status Code: 200 AWS validated
    • test_and_or_functions[Fn::Or-1-0-True] LocalStack Community: tests/aws/services/cloudformation/test_template_engine.py::TestIntrinsicFunctions::test_and_or_functions[Fn::Or-1-0-True] HTTP Status Code: 200 AWS validated
    • test_and_or_functions[Fn::Or-1-1-True] LocalStack Community: tests/aws/services/cloudformation/test_template_engine.py::TestIntrinsicFunctions::test_and_or_functions[Fn::Or-1-1-True] HTTP Status Code: 200 AWS validated
    • test_base64_sub_and_getatt_functions LocalStack Community: tests/aws/services/cloudformation/test_template_engine.py::TestIntrinsicFunctions::test_base64_sub_and_getatt_functions HTTP Status Code: 200 AWS validated
    • test_find_map_function LocalStack Community: tests/aws/services/cloudformation/test_template_engine.py::TestIntrinsicFunctions::test_find_map_function HTTP Status Code: 200 AWS validated
    • test_get_azs_function LocalStack Community: tests/aws/services/cloudformation/test_template_engine.py::TestIntrinsicFunctions::test_get_azs_function HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_split_length_and_join_functions LocalStack Community: tests/aws/services/cloudformation/test_template_engine.py::TestIntrinsicFunctions::test_split_length_and_join_functions HTTP Status Code: 200 AWS validated
    • test_sub_not_ready LocalStack Community: tests/aws/services/cloudformation/test_template_engine.py::TestIntrinsicFunctions::test_sub_not_ready 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_macro_deployment LocalStack Community: tests/aws/services/cloudformation/test_template_engine.py::TestMacros::test_macro_deployment 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_to_validate_template_limit_for_macro LocalStack Community: tests/aws/services/cloudformation/test_template_engine.py::TestMacros::test_to_validate_template_limit_for_macro 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_resolve_secretsmanager[resolve_secretsmanager.yaml] LocalStack Community: tests/aws/services/cloudformation/test_template_engine.py::TestSecretsManagerParameters::test_resolve_secretsmanager[resolve_secretsmanager.yaml] HTTP Status Code: 200 AWS validated
    • test_resolve_secretsmanager[resolve_secretsmanager_full.yaml] LocalStack Community: tests/aws/services/cloudformation/test_template_engine.py::TestSecretsManagerParameters::test_resolve_secretsmanager[resolve_secretsmanager_full.yaml] HTTP Status Code: 200 AWS validated
    • test_resolve_secretsmanager[resolve_secretsmanager_partial.yaml] LocalStack Community: tests/aws/services/cloudformation/test_template_engine.py::TestSecretsManagerParameters::test_resolve_secretsmanager[resolve_secretsmanager_partial.yaml] HTTP Status Code: 200 AWS validated
    • test_create_stack_with_ssm_parameters LocalStack Community: tests/aws/services/cloudformation/test_template_engine.py::TestSsmParameters::test_create_stack_with_ssm_parameters HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_resolve_ssm LocalStack Community: tests/aws/services/cloudformation/test_template_engine.py::TestSsmParameters::test_resolve_ssm HTTP Status Code: 200 AWS validated
    • test_resolve_ssm_secure LocalStack Community: tests/aws/services/cloudformation/test_template_engine.py::TestSsmParameters::test_resolve_ssm_secure HTTP Status Code: 200
    • test_resolve_ssm_with_version LocalStack Community: tests/aws/services/cloudformation/test_template_engine.py::TestSsmParameters::test_resolve_ssm_with_version HTTP Status Code: 200 AWS validated
    • test_invalid_stack_deploy LocalStack Community: tests/aws/services/cloudformation/test_template_engine.py::TestStackEvents::test_invalid_stack_deploy HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_implicit_type_conversion LocalStack Community: tests/aws/services/cloudformation/test_template_engine.py::TestTypes::test_implicit_type_conversion HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_unsupported LocalStack Community: tests/aws/services/cloudformation/test_unsupported.py::test_unsupported HTTP Status Code: 200
    • 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_cloudformation_deployment LocalStack Community: tests/aws/services/opensearch/test_opensearch.py::TestOpensearchProvider::test_cloudformation_deployment HTTP Status Code: 200
    • test_path_based_on_data LocalStack Community: tests/aws/services/stepfunctions/v2/scenarios/test_sfn_scenarios.py::TestFundamental::test_path_based_on_data 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
  • LocalStack Pro
    • test_describe_endpoints LocalStack Pro: tests/aws/scenario/dms_mariadb_kinesis/test_dms.py::TestDmsScenario::test_describe_endpoints HTTP Status Code: 200 AWS validated Snapshot Tested
    • 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_servicediscovery_ecs_integration LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_servicediscovery_ecs_integration HTTP Status Code: 200
    • test_websocket_subscriptions_relay_sample LocalStack Pro: tests/aws/services/appsync/test_appsync.py::TestAppSync::test_websocket_subscriptions_relay_sample HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_black_box LocalStack Pro: tests/aws/services/cloudformation/resource_providers/pipes/aws_pipes_pipe/test_basic.py::TestBasicCRD::test_black_box HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_black_box LocalStack Pro: tests/aws/services/cloudformation/resource_providers/qldb/aws_qldb_ledger/test_basic.py::TestBasicCRD::test_black_box HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_amplify_resources LocalStack Pro: tests/aws/services/cloudformation/resources/test_amplify.py::TestCfnAmplifyResources::test_amplify_resources HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_amplify_env_variables LocalStack Pro: tests/aws/services/cloudformation/resources/test_amplify.py::test_amplify_env_variables HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_vpc_link LocalStack Pro: tests/aws/services/cloudformation/resources/test_apigateway.py::test_vpc_link HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_api_mapping_deployment LocalStack Pro: tests/aws/services/cloudformation/resources/test_apigatewayv2.py::TestApiGwV2Apis::test_api_mapping_deployment HTTP Status Code: 200
    • test_create_apigatewayv2_resources LocalStack Pro: tests/aws/services/cloudformation/resources/test_apigatewayv2.py::TestApiGwV2Apis::test_create_apigatewayv2_resources HTTP Status Code: 200
    • test_domain_name_attributes LocalStack Pro: tests/aws/services/cloudformation/resources/test_apigatewayv2.py::TestApiGwV2Apis::test_domain_name_attributes HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sam_api_tagging LocalStack Pro: tests/aws/services/cloudformation/resources/test_apigatewayv2.py::TestApiGwV2Apis::test_sam_api_tagging HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_apigwv2_api LocalStack Pro: tests/aws/services/cloudformation/resources/test_apigatewayv2.py::TestApiGwV2Authorizers::test_apigwv2_api HTTP Status Code: 200 AWS validated
    • test_create_apigateway_authorizer LocalStack Pro: tests/aws/services/cloudformation/resources/test_apigatewayv2.py::TestApiGwV2Authorizers::test_create_apigateway_authorizer HTTP Status Code: 200
    • test_create_apigateway_authorizer_client_credentials LocalStack Pro: tests/aws/services/cloudformation/resources/test_apigatewayv2.py::TestApiGwV2Authorizers::test_create_apigateway_authorizer_client_credentials HTTP Status Code: 200
    • test_application_deployment LocalStack Pro: tests/aws/services/cloudformation/resources/test_appconfig.py::test_application_deployment HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_deploy_scenario[\n query VTLDynamoResolver {\n vtl {\n dynamoResult\n }\n }\n ] LocalStack Pro: tests/aws/services/cloudformation/resources/test_appsync.py::TestExpandedScenario::test_deploy_scenario[\n query VTLDynamoResolver {\n vtl {\n dynamoResult\n }\n }\n ] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_graphql_schema LocalStack Pro: tests/aws/services/cloudformation/resources/test_appsync.py::test_graphql_schema HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_graphqlapi LocalStack Pro: tests/aws/services/cloudformation/resources/test_appsync.py::test_graphqlapi HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_s3_code_locations LocalStack Pro: tests/aws/services/cloudformation/resources/test_appsync.py::test_s3_code_locations HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_athena LocalStack Pro: tests/aws/services/cloudformation/resources/test_athena.py::test_athena HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_autoscaling_group LocalStack Pro: tests/aws/services/cloudformation/resources/test_autoscaling.py::test_autoscaling_group HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cache_policies LocalStack Pro: tests/aws/services/cloudformation/resources/test_cloudfront.py::test_cache_policies HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cloudfront_distribution_with_logging LocalStack Pro: tests/aws/services/cloudformation/resources/test_cloudfront.py::test_cloudfront_distribution_with_logging HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_stack_cloudfront LocalStack Pro: tests/aws/services/cloudformation/resources/test_cloudfront.py::test_create_stack_cloudfront HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_origin_access_control LocalStack Pro: tests/aws/services/cloudformation/resources/test_cloudfront.py::test_origin_access_control HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_origin_request_policies LocalStack Pro: tests/aws/services/cloudformation/resources/test_cloudfront.py::test_origin_request_policies HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cloud_trail_deploy LocalStack Pro: tests/aws/services/cloudformation/resources/test_cloudtrail.py::test_cloud_trail_deploy HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cognito_custom_ids LocalStack Pro: tests/aws/services/cloudformation/resources/test_cognito.py::test_cognito_custom_ids HTTP Status Code: 200
    • test_cognito_role_attachment LocalStack Pro: tests/aws/services/cloudformation/resources/test_cognito.py::test_cognito_role_attachment HTTP Status Code: 200
    • test_user_pool_client_output LocalStack Pro: tests/aws/services/cloudformation/resources/test_cognito.py::test_user_pool_client_output 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_docdb_resources LocalStack Pro: tests/aws/services/cloudformation/resources/test_docdb.py::TestCfnDocDbResources::test_docdb_resources HTTP Status Code: 200 AWS validated
    • test_deploy_duplicate_security_group LocalStack Pro: tests/aws/services/cloudformation/resources/test_ec2.py::test_deploy_duplicate_security_group HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_ec2_launch_template LocalStack Pro: tests/aws/services/cloudformation/resources/test_ec2.py::test_ec2_launch_template HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_security_group_ingress_creation LocalStack Pro: tests/aws/services/cloudformation/resources/test_ec2.py::test_security_group_ingress_creation HTTP Status Code: 200 AWS validated
    • test_security_group_ingress_creation_isolation LocalStack Pro: tests/aws/services/cloudformation/resources/test_ec2.py::test_security_group_ingress_creation_isolation HTTP Status Code: 200 AWS validated
    • test_vpc_cidr_block_configurations LocalStack Pro: tests/aws/services/cloudformation/resources/test_ec2.py::test_vpc_cidr_block_configurations HTTP Status Code: 200 AWS validated
    • test_vpc_endpoint_service_configurations LocalStack Pro: tests/aws/services/cloudformation/resources/test_ec2.py::test_vpc_endpoint_service_configurations HTTP Status Code: 200 AWS validated
    • test_untransformed_url_when_no_repository_created LocalStack Pro: tests/aws/services/cloudformation/resources/test_ecr.py::test_untransformed_url_when_no_repository_created HTTP Status Code: 200
    • test_url_output LocalStack Pro: tests/aws/services/cloudformation/resources/test_ecr.py::test_url_output HTTP Status Code: 200
    • test_url_output_different_account_or_region[000000000000-eu-central-2] LocalStack Pro: tests/aws/services/cloudformation/resources/test_ecr.py::test_url_output_different_account_or_region[000000000000-eu-central-2] HTTP Status Code: 200
    • test_url_output_different_account_or_region[000000000000-us-east-1] LocalStack Pro: tests/aws/services/cloudformation/resources/test_ecr.py::test_url_output_different_account_or_region[000000000000-us-east-1] HTTP Status Code: 200
    • test_url_output_different_account_or_region[111111111111-eu-central-2] LocalStack Pro: tests/aws/services/cloudformation/resources/test_ecr.py::test_url_output_different_account_or_region[111111111111-eu-central-2] HTTP Status Code: 200
    • test_url_output_different_account_or_region[111111111111-us-east-1] LocalStack Pro: tests/aws/services/cloudformation/resources/test_ecr.py::test_url_output_different_account_or_region[111111111111-us-east-1] HTTP Status Code: 200
    • test_capacity_providers LocalStack Pro: tests/aws/services/cloudformation/resources/test_ecs.py::test_capacity_providers HTTP Status Code: 200 AWS validated Snapshot Tested
    • 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_url_output LocalStack Pro: tests/aws/services/cloudformation/resources/test_efs.py::test_url_output HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_eks_fargate_cluster LocalStack Pro: tests/aws/services/cloudformation/resources/test_eks.py::test_eks_fargate_cluster HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_eksctl_stack LocalStack Pro: tests/aws/services/cloudformation/resources/test_eks.py::test_eksctl_stack HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_resource_deployment LocalStack Pro: tests/aws/services/cloudformation/resources/test_elasticache.py::TestElasticacheResources::test_resource_deployment HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cache_cluster[redis] LocalStack Pro: tests/aws/services/cloudformation/resources/test_elasticache.py::test_cache_cluster[redis] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cluster_with_replication LocalStack Pro: tests/aws/services/cloudformation/resources/test_elasticache.py::test_cluster_with_replication HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_application_with_version_and_environment LocalStack Pro: tests/aws/services/cloudformation/resources/test_elasticbeanstalk.py::test_application_with_version_and_environment HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_elbv2_loadbalancer_resource LocalStack Pro: tests/aws/services/cloudformation/resources/test_elasticloadbalancingv2.py::test_elbv2_loadbalancer_resource HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_classifier LocalStack Pro: tests/aws/services/cloudformation/resources/test_glue.py::test_classifier HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_database LocalStack Pro: tests/aws/services/cloudformation/resources/test_glue.py::test_database HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_job LocalStack Pro: tests/aws/services/cloudformation/resources/test_glue.py::test_job HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_table LocalStack Pro: tests/aws/services/cloudformation/resources/test_glue.py::test_table HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_trigger LocalStack Pro: tests/aws/services/cloudformation/resources/test_glue.py::test_trigger HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_workflow LocalStack Pro: tests/aws/services/cloudformation/resources/test_glue.py::test_workflow HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_role_alias LocalStack Pro: tests/aws/services/cloudformation/resources/test_iot.py::test_role_alias HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_application_with_output_and_reference LocalStack Pro: tests/aws/services/cloudformation/resources/test_kinesisanalytics.py::test_application_with_output_and_reference HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_layer_python LocalStack Pro: tests/aws/services/cloudformation/resources/test_lambda.py::TestLambdaLayer::test_lambda_layer_python HTTP Status Code: 200
    • test_db_cluster_deployment LocalStack Pro: tests/aws/services/cloudformation/resources/test_rds.py::test_db_cluster_deployment HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_db_instance_deployment LocalStack Pro: tests/aws/services/cloudformation/resources/test_rds.py::test_db_instance_deployment HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_db_proxy LocalStack Pro: tests/aws/services/cloudformation/resources/test_rds.py::test_db_proxy HTTP Status Code: 200
    • test_parameter_group_creation LocalStack Pro: tests/aws/services/cloudformation/resources/test_rds.py::test_parameter_group_creation HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_rds_cluster_with_kms LocalStack Pro: tests/aws/services/cloudformation/resources/test_rds.py::test_rds_cluster_with_kms HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_docdb_resources LocalStack Pro: tests/aws/services/cloudformation/resources/test_redshift.py::TestCfnRedshiftSubnet::test_docdb_resources HTTP Status Code: 200 AWS validated
    • test_hostedzone_optionaltrailingdot[with_trailing_dot] LocalStack Pro: tests/aws/services/cloudformation/resources/test_route53.py::test_hostedzone_optionaltrailingdot[with_trailing_dot] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_hostedzone_optionaltrailingdot[without_trailing_dot] LocalStack Pro: tests/aws/services/cloudformation/resources/test_route53.py::test_hostedzone_optionaltrailingdot[without_trailing_dot] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_hostedzone_with_comment LocalStack Pro: tests/aws/services/cloudformation/resources/test_route53.py::test_hostedzone_with_comment HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_hostedzone_without_comment LocalStack Pro: tests/aws/services/cloudformation/resources/test_route53.py::test_hostedzone_without_comment HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_private_hostedzone LocalStack Pro: tests/aws/services/cloudformation/resources/test_route53.py::test_private_hostedzone HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_record_set_with_alias_record LocalStack Pro: tests/aws/services/cloudformation/resources/test_route53.py::test_record_set_with_alias_record HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_secretsmanager_target_attachment_maridab LocalStack Pro: tests/aws/services/cloudformation/resources/test_secretsmanager.py::test_secretsmanager_target_attachment_maridab HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_receiptrules LocalStack Pro: tests/aws/services/cloudformation/resources/test_ses.py::test_create_receiptrules HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_template LocalStack Pro: tests/aws/services/cloudformation/resources/test_ses.py::test_create_template HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_db_tables LocalStack Pro: tests/aws/services/cloudformation/resources/test_timestream.py::test_create_db_tables HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_misc_resources LocalStack Pro: tests/aws/services/cloudformation/test_api.py::TestAPI::test_create_misc_resources HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_from_cloudformation LocalStack Pro: tests/aws/services/cloudfront/test_cloudfront.py::TestCloudFront::test_create_from_cloudformation 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::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_cognito_authorizer_scopes LocalStack Pro: tests/aws/services/cognito/test_cognito.py::TestCognito::test_cognito_authorizer_scopes HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_service_run_task LocalStack Pro: tests/aws/services/ecs/test_ecs.py::TestTaskExecution::test_create_service_run_task HTTP Status Code: 200
    • test_create_iot_resources LocalStack Pro: tests/aws/services/iot/test_iot.py::TestIoTCrud::test_create_iot_resources HTTP Status Code: 200 AWS validated
    • test_create_iotanalytics_resources LocalStack Pro: tests/aws/services/iotanalytics/test_iotanalytics.py::TestIotAnalytics::test_create_iotanalytics_resources HTTP Status Code: 200
    • test_describe LocalStack Pro: tests/aws/services/neptune/test_neptune_cfn.py::TestNeptuneCfn::test_describe 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_batch_execute_statement_setup[postgres-v1] LocalStack Pro: tests/aws/services/rds/test_rds_data.py::TestAuroraMultiEngine::test_batch_execute_statement_setup[postgres-v1] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_select_char LocalStack Pro: tests/aws/services/rds/test_rds_data.py::TestAuroraPostgresCfn::test_select_char HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_validate_initial_setup LocalStack Pro: tests/aws/services/rds/test_rds_global.py::TestGlobalClusterCDK::test_validate_initial_setup HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_postgres_s3_extension_helpers[11] LocalStack Pro: tests/aws/services/rds/test_rds_postgres_extensions.py::TestRdsPostgresExtensions::test_postgres_s3_extension_helpers[11] HTTP Status Code: 200 AWS validated
Parameters: ChangeSetName, StackName
  • LocalStack Community
    • test_create_changeset_with_stack_id LocalStack Community: tests/aws/services/cloudformation/api/test_changesets.py::test_create_changeset_with_stack_id HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_deleted_changeset LocalStack Community: tests/aws/services/cloudformation/api/test_changesets.py::test_deleted_changeset HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_describe_change_set_with_similarly_named_stacks LocalStack Community: tests/aws/services/cloudformation/api/test_changesets.py::test_describe_change_set_with_similarly_named_stacks HTTP Status Code: 200 AWS validated
    • test_empty_changeset LocalStack Community: tests/aws/services/cloudformation/api/test_changesets.py::test_empty_changeset HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_multiple_create_changeset LocalStack Community: tests/aws/services/cloudformation/api/test_changesets.py::test_multiple_create_changeset HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_name_conflicts LocalStack Community: tests/aws/services/cloudformation/api/test_changesets.py::test_name_conflicts HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cdk_bootstrap_redeploy LocalStack Community: tests/aws/services/cloudformation/resources/test_cdk.py::TestCdkInit::test_cdk_bootstrap_redeploy HTTP Status Code: 200
    • test_describe_change_set_nonexisting LocalStack Community: tests/aws/services/cloudformation/api/test_changesets.py::test_describe_change_set_nonexisting HTTP Status Code: 400 (ValidationError) AWS validated Snapshot Tested
    • test_deleted_changeset LocalStack Community: tests/aws/services/cloudformation/api/test_changesets.py::test_deleted_changeset HTTP Status Code: 404 (ChangeSetNotFoundException) AWS validated Snapshot Tested

DescribeStackEvents

Parameters: - (without any parameters)
  • LocalStack Community
    • test_describe_stack_events_errors LocalStack Community: tests/aws/services/cloudformation/api/test_stacks.py::test_describe_stack_events_errors HTTP Status Code: 400 (ValidationError) AWS validated Snapshot Tested
Parameters: StackName
  • LocalStack Community
    • test_unexisting_resource_dependency LocalStack Community: tests/aws/services/cloudformation/api/test_reference_resolving.py::test_unexisting_resource_dependency HTTP Status Code: 200
    • test_list_events_after_deployment LocalStack Community: tests/aws/services/cloudformation/api/test_stacks.py::TestStacksApi::test_list_events_after_deployment HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_events_resource_types LocalStack Community: tests/aws/services/cloudformation/api/test_stacks.py::test_events_resource_types HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_name_conflicts LocalStack Community: tests/aws/services/cloudformation/api/test_stacks.py::test_name_conflicts HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_useful_error_when_invalid_ref LocalStack Community: tests/aws/services/cloudformation/engine/test_references.py::test_useful_error_when_invalid_ref HTTP Status Code: 200
    • test_cdk_bootstrap_redeploy LocalStack Community: tests/aws/services/cloudformation/resources/test_cdk.py::TestCdkInit::test_cdk_bootstrap_redeploy HTTP Status Code: 200
    • test_sns_topic_fifo_without_suffix_fails LocalStack Community: tests/aws/services/cloudformation/resources/test_sns.py::test_sns_topic_fifo_without_suffix_fails HTTP Status Code: 200
    • 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_invalid_stack_deploy LocalStack Community: tests/aws/services/cloudformation/test_template_engine.py::TestStackEvents::test_invalid_stack_deploy HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_event_rules_deployed LocalStack Community: tests/aws/test_serverless.py::TestServerless::test_event_rules_deployed HTTP Status Code: 200
    • test_describe_stack_events_errors LocalStack Community: tests/aws/services/cloudformation/api/test_stacks.py::test_describe_stack_events_errors HTTP Status Code: 400 (ValidationError) AWS validated Snapshot Tested
    • test_name_conflicts LocalStack Community: tests/aws/services/cloudformation/api/test_stacks.py::test_name_conflicts HTTP Status Code: 400 (ValidationError) AWS validated Snapshot Tested
    • test_s3_bucket_deployed LocalStack Community: tests/aws/test_serverless.py::TestServerless::test_s3_bucket_deployed HTTP Status Code: 400 (ValidationError)
  • LocalStack Pro
    • test_cloudformation_stack_operations LocalStack Pro: tests/aws/services/iam/test_iam_enforcement.py::TestIAMEnforcementIdentityBasedPolicies::test_cloudformation_stack_operations HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cloudformation_stack_operations LocalStack Pro: tests/aws/services/iam/test_iam_enforcement.py::TestIAMEnforcementIdentityBasedPolicies::test_cloudformation_stack_operations HTTP Status Code: 403 (CommonServiceException) AWS validated Snapshot Tested
    • test_cloudformation_stack_operations LocalStack Pro: tests/aws/services/iam/test_iam_enforcement.py::TestIAMEnforcementIdentityBasedPolicies::test_cloudformation_stack_operations HTTP Status Code: 403 (CommonServiceException) AWS validated Snapshot Tested

DescribeStackResource

Parameters: LogicalResourceId, StackName
  • LocalStack Community
    • test_getatt LocalStack Community: tests/aws/services/cloudformation/resource_providers/iam/aws_iam_user/test_basic.py::TestBasicCRD::test_getatt HTTP Status Code: 200 AWS validated
    • test_schedule_and_group LocalStack Community: tests/aws/services/cloudformation/resource_providers/scheduler/test_scheduler.py::test_schedule_and_group HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cdk_sample LocalStack Community: tests/aws/services/cloudformation/resources/test_cdk.py::TestCdkSampleApp::test_cdk_sample HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_internet_gateway_ref_and_attr LocalStack Community: tests/aws/services/cloudformation/resources/test_ec2.py::test_internet_gateway_ref_and_attr HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_eventbus_policies LocalStack Community: tests/aws/services/cloudformation/resources/test_events.py::test_eventbus_policies 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_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_deploy_patch_baseline LocalStack Community: tests/aws/services/cloudformation/resources/test_ssm.py::test_deploy_patch_baseline HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_event_rules_deployed LocalStack Community: tests/aws/test_serverless.py::TestServerless::test_event_rules_deployed HTTP Status Code: 200
    • test_s3_bucket_deployed LocalStack Community: tests/aws/test_serverless.py::TestServerless::test_s3_bucket_deployed HTTP Status Code: 200
  • LocalStack Pro
    • test_vpc_link LocalStack Pro: tests/aws/services/cloudformation/resources/test_apigateway.py::test_vpc_link HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_capacity_providers LocalStack Pro: tests/aws/services/cloudformation/resources/test_ecs.py::test_capacity_providers HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_elbv2_loadbalancer_resource LocalStack Pro: tests/aws/services/cloudformation/resources/test_elasticloadbalancingv2.py::test_elbv2_loadbalancer_resource HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_record_set_with_alias_record LocalStack Pro: tests/aws/services/cloudformation/resources/test_route53.py::test_record_set_with_alias_record HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_receiptrules LocalStack Pro: tests/aws/services/cloudformation/resources/test_ses.py::test_create_receiptrules HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_template LocalStack Pro: tests/aws/services/cloudformation/resources/test_ses.py::test_create_template HTTP Status Code: 200 AWS validated Snapshot Tested

DescribeStackResources

Parameters: LogicalResourceId, StackName
  • LocalStack Community
    • test_cdk_bootstrap[10] LocalStack Community: tests/aws/services/cloudformation/resources/test_cdk.py::TestCdkInit::test_cdk_bootstrap[10] HTTP Status Code: 200
    • test_cdk_bootstrap[11] LocalStack Community: tests/aws/services/cloudformation/resources/test_cdk.py::TestCdkInit::test_cdk_bootstrap[11] HTTP Status Code: 200
    • test_cdk_bootstrap[12] LocalStack Community: tests/aws/services/cloudformation/resources/test_cdk.py::TestCdkInit::test_cdk_bootstrap[12] HTTP Status Code: 200
  • LocalStack Pro
    • test_ec2_launch_template LocalStack Pro: tests/aws/services/cloudformation/resources/test_ec2.py::test_ec2_launch_template HTTP Status Code: 200 AWS validated Snapshot Tested
Parameters: StackName
  • LocalStack Community
    • test_setup LocalStack Community: tests/aws/scenario/bookstore/test_bookstore.py::TestBookstoreApplication::test_setup HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_kinesis_firehose_s3 LocalStack Community: tests/aws/scenario/kinesis_firehose/test_kinesis_firehose.py::TestKinesisFirehoseScenario::test_kinesis_firehose_s3 HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_infra LocalStack Community: tests/aws/scenario/lambda_destination/test_lambda_destination_scenario.py::TestLambdaDestinationScenario::test_infra 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_validate_infra_setup LocalStack Community: tests/aws/scenario/note_taking/test_note_taking.py::TestNoteTakingScenario::test_validate_infra_setup HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_scenario_validate_infra LocalStack Community: tests/aws/services/apigateway/test_apigateway_lambda_cfn.py::TestApigatewayLambdaIntegration::test_scenario_validate_infra HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_stack_update_resources LocalStack Community: tests/aws/services/cloudformation/api/test_stacks.py::TestStacksApi::test_stack_update_resources HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_simple_condition_evaluation_deploys_resource LocalStack Community: tests/aws/services/cloudformation/engine/test_conditions.py::TestCloudFormationConditions::test_simple_condition_evaluation_deploys_resource HTTP Status Code: 200 AWS validated
    • test_simple_condition_evaluation_doesnt_deploy_resource LocalStack Community: tests/aws/services/cloudformation/engine/test_conditions.py::TestCloudFormationConditions::test_simple_condition_evaluation_doesnt_deploy_resource HTTP Status Code: 200 AWS validated
    • test_simple_mapping_working LocalStack Community: tests/aws/services/cloudformation/engine/test_mappings.py::TestCloudFormationMappings::test_simple_mapping_working HTTP Status Code: 200 AWS validated
    • test_ttl_cdk LocalStack Community: tests/aws/services/cloudformation/resources/test_dynamodb.py::test_ttl_cdk HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_stream_creation LocalStack Community: tests/aws/services/cloudformation/resources/test_kinesis.py::test_stream_creation HTTP Status Code: 200 AWS validated Snapshot Tested
    • 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_lambda_alias LocalStack Community: tests/aws/services/cloudformation/resources/test_lambda.py::test_lambda_alias HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_code_signing_config LocalStack Community: tests/aws/services/cloudformation/resources/test_lambda.py::test_lambda_code_signing_config HTTP Status Code: 200 AWS validated Snapshot Tested
    • 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_maintenance_window LocalStack Community: tests/aws/services/cloudformation/resources/test_ssm.py::test_maintenance_window HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_parameter_defaults LocalStack Community: tests/aws/services/cloudformation/resources/test_ssm.py::test_parameter_defaults HTTP Status Code: 200
    • test_macro_deployment LocalStack Community: tests/aws/services/cloudformation/test_template_engine.py::TestMacros::test_macro_deployment 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
  • LocalStack Pro
    • test_describe_endpoints LocalStack Pro: tests/aws/scenario/dms_mariadb_kinesis/test_dms.py::TestDmsScenario::test_describe_endpoints HTTP Status Code: 200 AWS validated Snapshot Tested
    • 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_websocket_subscriptions_relay_sample LocalStack Pro: tests/aws/services/appsync/test_appsync.py::TestAppSync::test_websocket_subscriptions_relay_sample HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_amplify_resources LocalStack Pro: tests/aws/services/cloudformation/resources/test_amplify.py::TestCfnAmplifyResources::test_amplify_resources HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_application_deployment LocalStack Pro: tests/aws/services/cloudformation/resources/test_appconfig.py::test_application_deployment HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_deploy_scenario[\n query VTLDynamoResolver {\n vtl {\n dynamoResult\n }\n }\n ] LocalStack Pro: tests/aws/services/cloudformation/resources/test_appsync.py::TestExpandedScenario::test_deploy_scenario[\n query VTLDynamoResolver {\n vtl {\n dynamoResult\n }\n }\n ] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_graphql_schema LocalStack Pro: tests/aws/services/cloudformation/resources/test_appsync.py::test_graphql_schema HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_graphqlapi LocalStack Pro: tests/aws/services/cloudformation/resources/test_appsync.py::test_graphqlapi HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_autoscaling_group LocalStack Pro: tests/aws/services/cloudformation/resources/test_autoscaling.py::test_autoscaling_group HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_stack_cloudfront LocalStack Pro: tests/aws/services/cloudformation/resources/test_cloudfront.py::test_create_stack_cloudfront HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_origin_access_control LocalStack Pro: tests/aws/services/cloudformation/resources/test_cloudfront.py::test_origin_access_control HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_docdb_resources LocalStack Pro: tests/aws/services/cloudformation/resources/test_docdb.py::TestCfnDocDbResources::test_docdb_resources HTTP Status Code: 200 AWS validated
    • test_deploy_duplicate_security_group LocalStack Pro: tests/aws/services/cloudformation/resources/test_ec2.py::test_deploy_duplicate_security_group HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_resource_deployment LocalStack Pro: tests/aws/services/cloudformation/resources/test_elasticache.py::TestElasticacheResources::test_resource_deployment HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cache_cluster[redis] LocalStack Pro: tests/aws/services/cloudformation/resources/test_elasticache.py::test_cache_cluster[redis] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_classifier LocalStack Pro: tests/aws/services/cloudformation/resources/test_glue.py::test_classifier HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_database LocalStack Pro: tests/aws/services/cloudformation/resources/test_glue.py::test_database HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_job LocalStack Pro: tests/aws/services/cloudformation/resources/test_glue.py::test_job HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_table LocalStack Pro: tests/aws/services/cloudformation/resources/test_glue.py::test_table HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_trigger LocalStack Pro: tests/aws/services/cloudformation/resources/test_glue.py::test_trigger HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_workflow LocalStack Pro: tests/aws/services/cloudformation/resources/test_glue.py::test_workflow HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_role_alias LocalStack Pro: tests/aws/services/cloudformation/resources/test_iot.py::test_role_alias HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_application_with_output_and_reference LocalStack Pro: tests/aws/services/cloudformation/resources/test_kinesisanalytics.py::test_application_with_output_and_reference HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_db_cluster_deployment LocalStack Pro: tests/aws/services/cloudformation/resources/test_rds.py::test_db_cluster_deployment HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_db_instance_deployment LocalStack Pro: tests/aws/services/cloudformation/resources/test_rds.py::test_db_instance_deployment HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_parameter_group_creation LocalStack Pro: tests/aws/services/cloudformation/resources/test_rds.py::test_parameter_group_creation HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_docdb_resources LocalStack Pro: tests/aws/services/cloudformation/resources/test_redshift.py::TestCfnRedshiftSubnet::test_docdb_resources HTTP Status Code: 200 AWS validated
    • test_record_set_with_alias_record LocalStack Pro: tests/aws/services/cloudformation/resources/test_route53.py::test_record_set_with_alias_record HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_from_cloudformation LocalStack Pro: tests/aws/services/cloudfront/test_cloudfront.py::TestCloudFront::test_create_from_cloudformation HTTP Status Code: 200
    • test_auth_headers_and_non_title_case_of_headers LocalStack Pro: tests/aws/services/cloudfront/test_cloudfront.py::test_auth_headers_and_non_title_case_of_headers HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cognito_authorizer_scopes LocalStack Pro: tests/aws/services/cognito/test_cognito.py::TestCognito::test_cognito_authorizer_scopes HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_iot_resources LocalStack Pro: tests/aws/services/iot/test_iot.py::TestIoTCrud::test_create_iot_resources HTTP Status Code: 200 AWS validated
    • test_create_iotanalytics_resources LocalStack Pro: tests/aws/services/iotanalytics/test_iotanalytics.py::TestIotAnalytics::test_create_iotanalytics_resources HTTP Status Code: 200
    • test_describe LocalStack Pro: tests/aws/services/neptune/test_neptune_cfn.py::TestNeptuneCfn::test_describe 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_batch_execute_statement_setup[postgres-v1] LocalStack Pro: tests/aws/services/rds/test_rds_data.py::TestAuroraMultiEngine::test_batch_execute_statement_setup[postgres-v1] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_select_char LocalStack Pro: tests/aws/services/rds/test_rds_data.py::TestAuroraPostgresCfn::test_select_char HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_validate_initial_setup LocalStack Pro: tests/aws/services/rds/test_rds_global.py::TestGlobalClusterCDK::test_validate_initial_setup HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_postgres_s3_extension_helpers[11] LocalStack Pro: tests/aws/services/rds/test_rds_postgres_extensions.py::TestRdsPostgresExtensions::test_postgres_s3_extension_helpers[11] HTTP Status Code: 200 AWS validated

DescribeStackSetOperation

Parameters: OperationId, StackSetName
  • LocalStack Community
    • test_create_stack_set_with_stack_instances LocalStack Community: tests/aws/services/cloudformation/resources/test_stack_sets.py::test_create_stack_set_with_stack_instances HTTP Status Code: 200 AWS validated Snapshot Tested

DescribeStacks

Parameters: StackName
  • 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_opensearch_crud LocalStack Community: tests/aws/scenario/bookstore/test_bookstore.py::TestBookstoreApplication::test_opensearch_crud 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_kinesis_firehose_s3 LocalStack Community: tests/aws/scenario/kinesis_firehose/test_kinesis_firehose.py::TestKinesisFirehoseScenario::test_kinesis_firehose_s3 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_infra LocalStack Community: tests/aws/scenario/lambda_destination/test_lambda_destination_scenario.py::TestLambdaDestinationScenario::test_infra 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_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: 200 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: 200 AWS validated Snapshot Tested
    • test_stepfunctions_input_recipient_list[step_function_input3-FAILED] LocalStack Community: tests/aws/scenario/loan_broker/test_loan_broker.py::TestLoanBrokerScenario::test_stepfunctions_input_recipient_list[step_function_input3-FAILED] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_stepfunctions_input_recipient_list[step_function_input4-FAILED] LocalStack Community: tests/aws/scenario/loan_broker/test_loan_broker.py::TestLoanBrokerScenario::test_stepfunctions_input_recipient_list[step_function_input4-FAILED] 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_validate_infra_setup LocalStack Community: tests/aws/scenario/note_taking/test_note_taking.py::TestNoteTakingScenario::test_validate_infra_setup HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_validate_infra_setup LocalStack Community: tests/aws/scenario/note_taking/test_note_taking.py::TestNoteTakingScenario::test_validate_infra_setup HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_scenario_validate_infra LocalStack Community: tests/aws/services/apigateway/test_apigateway_lambda_cfn.py::TestApigatewayLambdaIntegration::test_scenario_validate_infra HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_scenario_validate_infra LocalStack Community: tests/aws/services/apigateway/test_apigateway_lambda_cfn.py::TestApigatewayLambdaIntegration::test_scenario_validate_infra HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_and_then_remove_non_supported_resource_change_set LocalStack Community: tests/aws/services/cloudformation/api/test_changesets.py::test_create_and_then_remove_non_supported_resource_change_set HTTP Status Code: 200 AWS validated
    • test_create_and_then_remove_supported_resource_change_set LocalStack Community: tests/aws/services/cloudformation/api/test_changesets.py::test_create_and_then_remove_supported_resource_change_set HTTP Status Code: 200 AWS validated
    • test_create_and_then_update_refreshes_template_metadata LocalStack Community: tests/aws/services/cloudformation/api/test_changesets.py::test_create_and_then_update_refreshes_template_metadata HTTP Status Code: 200 AWS validated
    • test_create_change_set_with_ssm_parameter LocalStack Community: tests/aws/services/cloudformation/api/test_changesets.py::test_create_change_set_with_ssm_parameter HTTP Status Code: 200 AWS validated
    • test_create_change_set_without_parameters LocalStack Community: tests/aws/services/cloudformation/api/test_changesets.py::test_create_change_set_without_parameters HTTP Status Code: 200 AWS validated
    • test_create_changeset_with_stack_id LocalStack Community: tests/aws/services/cloudformation/api/test_changesets.py::test_create_changeset_with_stack_id HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_name_conflicts LocalStack Community: tests/aws/services/cloudformation/api/test_changesets.py::test_name_conflicts HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_nested_output_in_params LocalStack Community: tests/aws/services/cloudformation/api/test_nested_stacks.py::test_nested_output_in_params HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_nested_output_in_params LocalStack Community: tests/aws/services/cloudformation/api/test_nested_stacks.py::test_nested_output_in_params HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_nested_stack LocalStack Community: tests/aws/services/cloudformation/api/test_nested_stacks.py::test_nested_stack HTTP Status Code: 200
    • test_nested_stack LocalStack Community: tests/aws/services/cloudformation/api/test_nested_stacks.py::test_nested_stack HTTP Status Code: 200
    • test_nested_stack_output_refs LocalStack Community: tests/aws/services/cloudformation/api/test_nested_stacks.py::test_nested_stack_output_refs HTTP Status Code: 200 AWS validated
    • test_nested_stack_output_refs LocalStack Community: tests/aws/services/cloudformation/api/test_nested_stacks.py::test_nested_stack_output_refs HTTP Status Code: 200 AWS validated
    • test_nested_stacks_conditions LocalStack Community: tests/aws/services/cloudformation/api/test_nested_stacks.py::test_nested_stacks_conditions HTTP Status Code: 200 AWS validated
    • test_nested_stacks_conditions LocalStack Community: tests/aws/services/cloudformation/api/test_nested_stacks.py::test_nested_stacks_conditions HTTP Status Code: 200 AWS validated
    • test_nested_getatt_ref[TopicArn] LocalStack Community: tests/aws/services/cloudformation/api/test_reference_resolving.py::test_nested_getatt_ref[TopicArn] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_nested_getatt_ref[TopicName] LocalStack Community: tests/aws/services/cloudformation/api/test_reference_resolving.py::test_nested_getatt_ref[TopicName] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sub_resolving LocalStack Community: tests/aws/services/cloudformation/api/test_reference_resolving.py::test_sub_resolving HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_unexisting_resource_dependency LocalStack Community: tests/aws/services/cloudformation/api/test_reference_resolving.py::test_unexisting_resource_dependency HTTP Status Code: 200
    • test_get_template[json] LocalStack Community: tests/aws/services/cloudformation/api/test_stacks.py::TestStacksApi::test_get_template[json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_get_template[yaml] LocalStack Community: tests/aws/services/cloudformation/api/test_stacks.py::TestStacksApi::test_get_template[yaml] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_list_events_after_deployment LocalStack Community: tests/aws/services/cloudformation/api/test_stacks.py::TestStacksApi::test_list_events_after_deployment HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_list_stack_resources_for_removed_resource LocalStack Community: tests/aws/services/cloudformation/api/test_stacks.py::TestStacksApi::test_list_stack_resources_for_removed_resource HTTP Status Code: 200
    • test_stack_description_special_chars LocalStack Community: tests/aws/services/cloudformation/api/test_stacks.py::TestStacksApi::test_stack_description_special_chars HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_stack_lifecycle LocalStack Community: tests/aws/services/cloudformation/api/test_stacks.py::TestStacksApi::test_stack_lifecycle HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_stack_lifecycle LocalStack Community: tests/aws/services/cloudformation/api/test_stacks.py::TestStacksApi::test_stack_lifecycle HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_stack_update_resources LocalStack Community: tests/aws/services/cloudformation/api/test_stacks.py::TestStacksApi::test_stack_update_resources HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_stack_update_resources LocalStack Community: tests/aws/services/cloudformation/api/test_stacks.py::TestStacksApi::test_stack_update_resources HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_update_stack_actual_update LocalStack Community: tests/aws/services/cloudformation/api/test_stacks.py::TestStacksApi::test_update_stack_actual_update HTTP Status Code: 200 AWS validated
    • test_update_stack_with_same_template_withoutchange LocalStack Community: tests/aws/services/cloudformation/api/test_stacks.py::TestStacksApi::test_update_stack_with_same_template_withoutchange HTTP Status Code: 200
    • test_events_resource_types LocalStack Community: tests/aws/services/cloudformation/api/test_stacks.py::test_events_resource_types HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_list_parameter_type LocalStack Community: tests/aws/services/cloudformation/api/test_stacks.py::test_list_parameter_type HTTP Status Code: 200 AWS validated
    • test_name_conflicts LocalStack Community: tests/aws/services/cloudformation/api/test_stacks.py::test_name_conflicts HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_update_termination_protection LocalStack Community: tests/aws/services/cloudformation/api/test_stacks.py::test_update_termination_protection HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_update_termination_protection LocalStack Community: tests/aws/services/cloudformation/api/test_stacks.py::test_update_termination_protection HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_updating_an_updated_stack_sets_status LocalStack Community: tests/aws/services/cloudformation/api/test_stacks.py::test_updating_an_updated_stack_sets_status HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_stack_from_s3_template_url[http_host] LocalStack Community: tests/aws/services/cloudformation/api/test_templates.py::test_create_stack_from_s3_template_url[http_host] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_stack_from_s3_template_url[http_path] LocalStack Community: tests/aws/services/cloudformation/api/test_templates.py::test_create_stack_from_s3_template_url[http_path] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_get_template_summary LocalStack Community: tests/aws/services/cloudformation/api/test_templates.py::test_get_template_summary HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_duplicate_resources LocalStack Community: tests/aws/services/cloudformation/api/test_transformers.py::test_duplicate_resources HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_duplicate_resources LocalStack Community: tests/aws/services/cloudformation/api/test_transformers.py::test_duplicate_resources HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_basic_update LocalStack Community: tests/aws/services/cloudformation/api/test_update_stack.py::test_basic_update HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_diff_after_update LocalStack Community: tests/aws/services/cloudformation/api/test_update_stack.py::test_diff_after_update HTTP Status Code: 200 AWS validated
    • test_no_parameters_update LocalStack Community: tests/aws/services/cloudformation/api/test_update_stack.py::test_no_parameters_update HTTP Status Code: 200 AWS validated
    • test_update_using_template_url LocalStack Community: tests/aws/services/cloudformation/api/test_update_stack.py::test_update_using_template_url HTTP Status Code: 200 AWS validated
    • test_update_with_previous_parameter_value LocalStack Community: tests/aws/services/cloudformation/api/test_update_stack.py::test_update_with_previous_parameter_value HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_dependency_on_attribute_with_dot_notation LocalStack Community: tests/aws/services/cloudformation/engine/test_attributes.py::TestResourceAttributes::test_dependency_on_attribute_with_dot_notation HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_condition_on_outputs LocalStack Community: tests/aws/services/cloudformation/engine/test_conditions.py::TestCloudFormationConditions::test_condition_on_outputs HTTP Status Code: 200 AWS validated
    • test_conditional_att_to_conditional_resources[create] LocalStack Community: tests/aws/services/cloudformation/engine/test_conditions.py::TestCloudFormationConditions::test_conditional_att_to_conditional_resources[create] HTTP Status Code: 200 AWS validated
    • test_conditional_att_to_conditional_resources[no-create] LocalStack Community: tests/aws/services/cloudformation/engine/test_conditions.py::TestCloudFormationConditions::test_conditional_att_to_conditional_resources[no-create] HTTP Status Code: 200 AWS validated
    • test_conditional_in_conditional[dev-us-west-2] LocalStack Community: tests/aws/services/cloudformation/engine/test_conditions.py::TestCloudFormationConditions::test_conditional_in_conditional[dev-us-west-2] HTTP Status Code: 200 AWS validated
    • test_conditional_in_conditional[production-us-east-1] LocalStack Community: tests/aws/services/cloudformation/engine/test_conditions.py::TestCloudFormationConditions::test_conditional_in_conditional[production-us-east-1] HTTP Status Code: 200 AWS validated
    • test_conditional_with_select LocalStack Community: tests/aws/services/cloudformation/engine/test_conditions.py::TestCloudFormationConditions::test_conditional_with_select HTTP Status Code: 200 AWS validated
    • test_dependency_in_non_evaluated_if_branch[None-FallbackParamValue] LocalStack Community: tests/aws/services/cloudformation/engine/test_conditions.py::TestCloudFormationConditions::test_dependency_in_non_evaluated_if_branch[None-FallbackParamValue] HTTP Status Code: 200 AWS validated
    • test_dependency_in_non_evaluated_if_branch[false-DefaultParamValue] LocalStack Community: tests/aws/services/cloudformation/engine/test_conditions.py::TestCloudFormationConditions::test_dependency_in_non_evaluated_if_branch[false-DefaultParamValue] HTTP Status Code: 200 AWS validated
    • test_dependency_in_non_evaluated_if_branch[true-FallbackParamValue] LocalStack Community: tests/aws/services/cloudformation/engine/test_conditions.py::TestCloudFormationConditions::test_dependency_in_non_evaluated_if_branch[true-FallbackParamValue] HTTP Status Code: 200 AWS validated
    • test_simple_condition_evaluation_deploys_resource LocalStack Community: tests/aws/services/cloudformation/engine/test_conditions.py::TestCloudFormationConditions::test_simple_condition_evaluation_deploys_resource HTTP Status Code: 200 AWS validated
    • test_simple_condition_evaluation_doesnt_deploy_resource LocalStack Community: tests/aws/services/cloudformation/engine/test_conditions.py::TestCloudFormationConditions::test_simple_condition_evaluation_doesnt_deploy_resource HTTP Status Code: 200 AWS validated
    • test_simple_intrinsic_fn_condition_evaluation[nope] LocalStack Community: tests/aws/services/cloudformation/engine/test_conditions.py::TestCloudFormationConditions::test_simple_intrinsic_fn_condition_evaluation[nope] HTTP Status Code: 200 AWS validated
    • test_simple_intrinsic_fn_condition_evaluation[yep] LocalStack Community: tests/aws/services/cloudformation/engine/test_conditions.py::TestCloudFormationConditions::test_simple_intrinsic_fn_condition_evaluation[yep] HTTP Status Code: 200 AWS validated
    • test_sub_in_conditions LocalStack Community: tests/aws/services/cloudformation/engine/test_conditions.py::TestCloudFormationConditions::test_sub_in_conditions HTTP Status Code: 200 AWS validated
    • test_simple_mapping_working LocalStack Community: tests/aws/services/cloudformation/engine/test_mappings.py::TestCloudFormationMappings::test_simple_mapping_working HTTP Status Code: 200 AWS validated
    • test_fn_sub_cases LocalStack Community: tests/aws/services/cloudformation/engine/test_references.py::TestFnSub::test_fn_sub_cases HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_useful_error_when_invalid_ref LocalStack Community: tests/aws/services/cloudformation/engine/test_references.py::test_useful_error_when_invalid_ref HTTP Status Code: 200
    • test_black_box LocalStack Community: tests/aws/services/cloudformation/resource_providers/ec2/aws_ec2_networkacl/test_basic.py::TestBasicCRD::test_black_box HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_deploy_instance_with_key_pair LocalStack Community: tests/aws/services/cloudformation/resource_providers/ec2/test_ec2.py::test_deploy_instance_with_key_pair HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_autogenerated_values LocalStack Community: tests/aws/services/cloudformation/resource_providers/iam/aws_iam_user/test_basic.py::TestBasicCRD::test_autogenerated_values HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_black_box LocalStack Community: tests/aws/services/cloudformation/resource_providers/iam/aws_iam_user/test_basic.py::TestBasicCRD::test_black_box HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_getatt LocalStack Community: tests/aws/services/cloudformation/resource_providers/iam/aws_iam_user/test_basic.py::TestBasicCRD::test_getatt HTTP Status Code: 200 AWS validated
    • test_create_with_full_properties LocalStack Community: tests/aws/services/cloudformation/resource_providers/iam/aws_iam_user/test_parity.py::TestParity::test_create_with_full_properties HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_delete_role_detaches_role_policy LocalStack Community: tests/aws/services/cloudformation/resource_providers/iam/test_iam.py::test_delete_role_detaches_role_policy HTTP Status Code: 200 AWS validated
    • test_iam_user_access_key LocalStack Community: tests/aws/services/cloudformation/resource_providers/iam/test_iam.py::test_iam_user_access_key HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_iam_username_defaultname LocalStack Community: tests/aws/services/cloudformation/resource_providers/iam/test_iam.py::test_iam_username_defaultname HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_managed_policy_with_empty_resource LocalStack Community: tests/aws/services/cloudformation/resource_providers/iam/test_iam.py::test_managed_policy_with_empty_resource HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_policy_attachments LocalStack Community: tests/aws/services/cloudformation/resource_providers/iam/test_iam.py::test_policy_attachments HTTP Status Code: 200 AWS validated
    • test_server_certificate LocalStack Community: tests/aws/services/cloudformation/resource_providers/iam/test_iam.py::test_server_certificate HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_update_inline_policy LocalStack Community: tests/aws/services/cloudformation/resource_providers/iam/test_iam.py::test_update_inline_policy HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_schedule_and_group LocalStack Community: tests/aws/services/cloudformation/resource_providers/scheduler/test_scheduler.py::test_schedule_and_group HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cfn_acm_certificate LocalStack Community: tests/aws/services/cloudformation/resources/test_acm.py::test_cfn_acm_certificate HTTP Status Code: 200
    • 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_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_account LocalStack Community: tests/aws/services/cloudformation/resources/test_apigateway.py::test_account HTTP Status Code: 200 AWS validated
    • test_api_gateway_with_policy_as_dict LocalStack Community: tests/aws/services/cloudformation/resources/test_apigateway.py::test_api_gateway_with_policy_as_dict HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_api_gateway_with_policy_as_dict LocalStack Community: tests/aws/services/cloudformation/resources/test_apigateway.py::test_api_gateway_with_policy_as_dict HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cfn_apigateway_aws_integration LocalStack Community: tests/aws/services/cloudformation/resources/test_apigateway.py::test_cfn_apigateway_aws_integration HTTP Status Code: 200
    • test_cfn_apigateway_aws_integration LocalStack Community: tests/aws/services/cloudformation/resources/test_apigateway.py::test_cfn_apigateway_aws_integration HTTP Status Code: 200
    • test_cfn_apigateway_rest_api LocalStack Community: tests/aws/services/cloudformation/resources/test_apigateway.py::test_cfn_apigateway_rest_api HTTP Status Code: 200
    • test_cfn_apigateway_rest_api LocalStack Community: tests/aws/services/cloudformation/resources/test_apigateway.py::test_cfn_apigateway_rest_api HTTP Status Code: 200
    • test_cfn_apigateway_swagger_import LocalStack Community: tests/aws/services/cloudformation/resources/test_apigateway.py::test_cfn_apigateway_swagger_import HTTP Status Code: 200 AWS validated
    • test_cfn_apigateway_swagger_import LocalStack Community: tests/aws/services/cloudformation/resources/test_apigateway.py::test_cfn_apigateway_swagger_import HTTP Status Code: 200 AWS validated
    • test_cfn_deploy_apigateway_from_s3_swagger LocalStack Community: tests/aws/services/cloudformation/resources/test_apigateway.py::test_cfn_deploy_apigateway_from_s3_swagger HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cfn_deploy_apigateway_from_s3_swagger LocalStack Community: tests/aws/services/cloudformation/resources/test_apigateway.py::test_cfn_deploy_apigateway_from_s3_swagger HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cfn_deploy_apigateway_integration LocalStack Community: tests/aws/services/cloudformation/resources/test_apigateway.py::test_cfn_deploy_apigateway_integration HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cfn_deploy_apigateway_integration LocalStack Community: tests/aws/services/cloudformation/resources/test_apigateway.py::test_cfn_deploy_apigateway_integration HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cfn_deploy_apigateway_models LocalStack Community: tests/aws/services/cloudformation/resources/test_apigateway.py::test_cfn_deploy_apigateway_models HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cfn_deploy_apigateway_models LocalStack Community: tests/aws/services/cloudformation/resources/test_apigateway.py::test_cfn_deploy_apigateway_models HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cfn_with_apigateway_resources LocalStack Community: tests/aws/services/cloudformation/resources/test_apigateway.py::test_cfn_with_apigateway_resources HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cfn_with_apigateway_resources LocalStack Community: tests/aws/services/cloudformation/resources/test_apigateway.py::test_cfn_with_apigateway_resources HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_rest_api_serverless_ref_resolving LocalStack Community: tests/aws/services/cloudformation/resources/test_apigateway.py::test_rest_api_serverless_ref_resolving HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_rest_api_serverless_ref_resolving LocalStack Community: tests/aws/services/cloudformation/resources/test_apigateway.py::test_rest_api_serverless_ref_resolving HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_update_usage_plan LocalStack Community: tests/aws/services/cloudformation/resources/test_apigateway.py::test_update_usage_plan HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_update_usage_plan LocalStack Community: tests/aws/services/cloudformation/resources/test_apigateway.py::test_update_usage_plan HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_url_output LocalStack Community: tests/aws/services/cloudformation/resources/test_apigateway.py::test_url_output HTTP Status Code: 200
    • test_url_output LocalStack Community: tests/aws/services/cloudformation/resources/test_apigateway.py::test_url_output HTTP Status Code: 200
    • test_cdk_bootstrap[10] LocalStack Community: tests/aws/services/cloudformation/resources/test_cdk.py::TestCdkInit::test_cdk_bootstrap[10] HTTP Status Code: 200
    • test_cdk_bootstrap[11] LocalStack Community: tests/aws/services/cloudformation/resources/test_cdk.py::TestCdkInit::test_cdk_bootstrap[11] HTTP Status Code: 200
    • test_cdk_bootstrap[12] LocalStack Community: tests/aws/services/cloudformation/resources/test_cdk.py::TestCdkInit::test_cdk_bootstrap[12] HTTP Status Code: 200
    • test_cdk_bootstrap_redeploy LocalStack Community: tests/aws/services/cloudformation/resources/test_cdk.py::TestCdkInit::test_cdk_bootstrap_redeploy HTTP Status Code: 200
    • test_cdk_template LocalStack Community: tests/aws/services/cloudformation/resources/test_cdk.py::TestCdkInit::test_cdk_template HTTP Status Code: 200
    • test_cdk_template LocalStack Community: tests/aws/services/cloudformation/resources/test_cdk.py::TestCdkInit::test_cdk_template HTTP Status Code: 200
    • test_cdk_sample LocalStack Community: tests/aws/services/cloudformation/resources/test_cdk.py::TestCdkSampleApp::test_cdk_sample HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_macro LocalStack Community: tests/aws/services/cloudformation/resources/test_cloudformation.py::test_create_macro HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_waitcondition LocalStack Community: tests/aws/services/cloudformation/resources/test_cloudformation.py::test_waitcondition HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_alarm_creation LocalStack Community: tests/aws/services/cloudformation/resources/test_cloudwatch.py::test_alarm_creation HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_alarm_ext_statistic LocalStack Community: tests/aws/services/cloudformation/resources/test_cloudwatch.py::test_alarm_ext_statistic HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_composite_alarm_creation LocalStack Community: tests/aws/services/cloudformation/resources/test_cloudwatch.py::test_composite_alarm_creation HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_billing_mode_as_conditional[PAY_PER_REQUEST] LocalStack Community: tests/aws/services/cloudformation/resources/test_dynamodb.py::test_billing_mode_as_conditional[PAY_PER_REQUEST] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_billing_mode_as_conditional[PROVISIONED] LocalStack Community: tests/aws/services/cloudformation/resources/test_dynamodb.py::test_billing_mode_as_conditional[PROVISIONED] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_default_name_for_table LocalStack Community: tests/aws/services/cloudformation/resources/test_dynamodb.py::test_default_name_for_table HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_deploy_stack_with_dynamodb_table LocalStack Community: tests/aws/services/cloudformation/resources/test_dynamodb.py::test_deploy_stack_with_dynamodb_table HTTP Status Code: 200 AWS validated
    • test_global_table LocalStack Community: tests/aws/services/cloudformation/resources/test_dynamodb.py::test_global_table HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_global_table_with_ttl_and_sse LocalStack Community: tests/aws/services/cloudformation/resources/test_dynamodb.py::test_global_table_with_ttl_and_sse HTTP Status Code: 200 AWS validated
    • test_globalindex_read_write_provisioned_throughput_dynamodb_table LocalStack Community: tests/aws/services/cloudformation/resources/test_dynamodb.py::test_globalindex_read_write_provisioned_throughput_dynamodb_table HTTP Status Code: 200 AWS validated
    • test_table_with_ttl_and_sse LocalStack Community: tests/aws/services/cloudformation/resources/test_dynamodb.py::test_table_with_ttl_and_sse HTTP Status Code: 200 AWS validated
    • test_ttl_cdk LocalStack Community: tests/aws/services/cloudformation/resources/test_dynamodb.py::test_ttl_cdk HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cfn_with_multiple_route_table_associations LocalStack Community: tests/aws/services/cloudformation/resources/test_ec2.py::test_cfn_with_multiple_route_table_associations HTTP Status Code: 200
    • test_cfn_with_multiple_route_tables LocalStack Community: tests/aws/services/cloudformation/resources/test_ec2.py::test_cfn_with_multiple_route_tables HTTP Status Code: 200 AWS validated
    • test_dhcp_options LocalStack Community: tests/aws/services/cloudformation/resources/test_ec2.py::test_dhcp_options HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_internet_gateway_ref_and_attr LocalStack Community: tests/aws/services/cloudformation/resources/test_ec2.py::test_internet_gateway_ref_and_attr HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_simple_route_table_creation LocalStack Community: tests/aws/services/cloudformation/resources/test_ec2.py::test_simple_route_table_creation HTTP Status Code: 200
    • test_simple_route_table_creation_without_vpc LocalStack Community: tests/aws/services/cloudformation/resources/test_ec2.py::test_simple_route_table_creation_without_vpc HTTP Status Code: 200
    • test_transit_gateway_attachment LocalStack Community: tests/aws/services/cloudformation/resources/test_ec2.py::test_transit_gateway_attachment HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_vpc_creates_default_sg LocalStack Community: tests/aws/services/cloudformation/resources/test_ec2.py::test_vpc_creates_default_sg HTTP Status Code: 200 AWS validated
    • test_cfn_handle_elasticsearch_domain LocalStack Community: tests/aws/services/cloudformation/resources/test_elasticsearch.py::test_cfn_handle_elasticsearch_domain HTTP Status Code: 200
    • test_cfn_event_bus_resource LocalStack Community: tests/aws/services/cloudformation/resources/test_events.py::test_cfn_event_bus_resource HTTP Status Code: 200 AWS validated
    • test_cfn_handle_events_rule LocalStack Community: tests/aws/services/cloudformation/resources/test_events.py::test_cfn_handle_events_rule HTTP Status Code: 200
    • test_cfn_handle_events_rule_without_name LocalStack Community: tests/aws/services/cloudformation/resources/test_events.py::test_cfn_handle_events_rule_without_name HTTP Status Code: 200
    • test_event_rule_creation_without_target LocalStack Community: tests/aws/services/cloudformation/resources/test_events.py::test_event_rule_creation_without_target HTTP Status Code: 200
    • 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_eventbus_policies LocalStack Community: tests/aws/services/cloudformation/resources/test_events.py::test_eventbus_policies HTTP Status Code: 200 AWS validated
    • test_eventbus_policy_statement LocalStack Community: tests/aws/services/cloudformation/resources/test_events.py::test_eventbus_policy_statement HTTP Status Code: 200 AWS validated
    • test_rule_properties LocalStack Community: tests/aws/services/cloudformation/resources/test_events.py::test_rule_properties HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_firehose_stack_with_kinesis_as_source LocalStack Community: tests/aws/services/cloudformation/resources/test_firehose.py::test_firehose_stack_with_kinesis_as_source HTTP Status Code: 200 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: 200
    • test_cfn_handle_kinesis_firehose_resources LocalStack Community: tests/aws/services/cloudformation/resources/test_kinesis.py::test_cfn_handle_kinesis_firehose_resources HTTP Status Code: 200
    • test_default_parameters_kinesis LocalStack Community: tests/aws/services/cloudformation/resources/test_kinesis.py::test_default_parameters_kinesis HTTP Status Code: 200
    • test_dynamodb_stream_response_with_cf LocalStack Community: tests/aws/services/cloudformation/resources/test_kinesis.py::test_dynamodb_stream_response_with_cf HTTP Status Code: 200
    • test_kinesis_stream_consumer_creations LocalStack Community: tests/aws/services/cloudformation/resources/test_kinesis.py::test_kinesis_stream_consumer_creations HTTP Status Code: 200 AWS validated
    • test_stream_creation LocalStack Community: tests/aws/services/cloudformation/resources/test_kinesis.py::test_stream_creation HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cfn_with_kms_resources LocalStack Community: tests/aws/services/cloudformation/resources/test_kms.py::test_cfn_with_kms_resources HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_deploy_stack_with_kms LocalStack Community: tests/aws/services/cloudformation/resources/test_kms.py::test_deploy_stack_with_kms HTTP Status Code: 200
    • test_kms_key_disabled LocalStack Community: tests/aws/services/cloudformation/resources/test_kms.py::test_kms_key_disabled HTTP Status Code: 200
    • 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_lambda_dynamodb_event_filter LocalStack Community: tests/aws/services/cloudformation/resources/test_lambda.py::TestCfnLambdaIntegrations::test_lambda_dynamodb_event_filter HTTP Status Code: 200 AWS validated
    • 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_event_invoke_config LocalStack Community: tests/aws/services/cloudformation/resources/test_lambda.py::test_event_invoke_config HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_alias LocalStack Community: tests/aws/services/cloudformation/resources/test_lambda.py::test_lambda_alias 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_code_signing_config LocalStack Community: tests/aws/services/cloudformation/resources/test_lambda.py::test_lambda_code_signing_config HTTP Status Code: 200 AWS validated Snapshot Tested
    • 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_lambda_w_dynamodb_event_filter_update LocalStack Community: tests/aws/services/cloudformation/resources/test_lambda.py::test_lambda_w_dynamodb_event_filter_update HTTP Status Code: 200 AWS validated
    • test_multiple_lambda_permissions_for_singlefn LocalStack Community: tests/aws/services/cloudformation/resources/test_lambda.py::test_multiple_lambda_permissions_for_singlefn 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_conditional_deployment LocalStack Community: tests/aws/services/cloudformation/resources/test_legacy.py::TestCloudFormation::test_cfn_conditional_deployment HTTP Status Code: 200
    • test_cfn_handle_iam_role_resource_no_role_name LocalStack Community: tests/aws/services/cloudformation/resources/test_legacy.py::TestCloudFormation::test_cfn_handle_iam_role_resource_no_role_name HTTP Status Code: 200
    • test_cfn_handle_log_group_resource LocalStack Community: tests/aws/services/cloudformation/resources/test_legacy.py::TestCloudFormation::test_cfn_handle_log_group_resource HTTP Status Code: 200
    • test_cfn_handle_s3_notification_configuration[False-us-east-1] LocalStack Community: tests/aws/services/cloudformation/resources/test_legacy.py::TestCloudFormation::test_cfn_handle_s3_notification_configuration[False-us-east-1] HTTP Status Code: 200
    • test_cfn_handle_s3_notification_configuration[True-eu-west-1] LocalStack Community: tests/aws/services/cloudformation/resources/test_legacy.py::TestCloudFormation::test_cfn_handle_s3_notification_configuration[True-eu-west-1] HTTP Status Code: 200
    • test_cfn_handle_serverless_api_resource LocalStack Community: tests/aws/services/cloudformation/resources/test_legacy.py::TestCloudFormation::test_cfn_handle_serverless_api_resource HTTP Status Code: 200
    • test_cfn_handle_serverless_api_resource LocalStack Community: tests/aws/services/cloudformation/resources/test_legacy.py::TestCloudFormation::test_cfn_handle_serverless_api_resource HTTP Status Code: 200
    • test_cfn_template_with_short_form_fn_sub LocalStack Community: tests/aws/services/cloudformation/resources/test_legacy.py::TestCloudFormation::test_cfn_template_with_short_form_fn_sub HTTP Status Code: 200
    • test_cfn_with_exports LocalStack Community: tests/aws/services/cloudformation/resources/test_legacy.py::TestCloudFormation::test_cfn_with_exports HTTP Status Code: 200
    • test_cfn_with_route_table LocalStack Community: tests/aws/services/cloudformation/resources/test_legacy.py::TestCloudFormation::test_cfn_with_route_table HTTP Status Code: 200
    • test_functions_in_output_export_name LocalStack Community: tests/aws/services/cloudformation/resources/test_legacy.py::TestCloudFormation::test_functions_in_output_export_name HTTP Status Code: 200
    • test_resolve_transitive_placeholders_in_strings LocalStack Community: tests/aws/services/cloudformation/resources/test_legacy.py::TestCloudFormation::test_resolve_transitive_placeholders_in_strings HTTP Status Code: 200 AWS validated
    • test_sub_in_lambda_function_name LocalStack Community: tests/aws/services/cloudformation/resources/test_legacy.py::TestCloudFormation::test_sub_in_lambda_function_name HTTP Status Code: 200
    • test_update_conditions LocalStack Community: tests/aws/services/cloudformation/resources/test_legacy.py::TestCloudFormation::test_update_conditions HTTP Status Code: 200
    • test_updating_stack_with_iam_role LocalStack Community: tests/aws/services/cloudformation/resources/test_legacy.py::TestCloudFormation::test_updating_stack_with_iam_role 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_domain LocalStack Community: tests/aws/services/cloudformation/resources/test_opensearch.py::test_domain HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_domain_with_alternative_types LocalStack Community: tests/aws/services/cloudformation/resources/test_opensearch.py::test_domain_with_alternative_types HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_redshift_cluster LocalStack Community: tests/aws/services/cloudformation/resources/test_redshift.py::test_redshift_cluster HTTP Status Code: 200 AWS validated
    • test_create_health_check LocalStack Community: tests/aws/services/cloudformation/resources/test_route53.py::test_create_health_check HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_record_set_via_id LocalStack Community: tests/aws/services/cloudformation/resources/test_route53.py::test_create_record_set_via_id HTTP Status Code: 200 AWS validated
    • test_create_record_set_via_name LocalStack Community: tests/aws/services/cloudformation/resources/test_route53.py::test_create_record_set_via_name HTTP Status Code: 200 AWS validated
    • test_create_record_set_without_resource_record LocalStack Community: tests/aws/services/cloudformation/resources/test_route53.py::test_create_record_set_without_resource_record HTTP Status Code: 200 AWS validated
    • test_bucket_autoname LocalStack Community: tests/aws/services/cloudformation/resources/test_s3.py::test_bucket_autoname HTTP Status Code: 200 AWS validated
    • test_bucket_versioning LocalStack Community: tests/aws/services/cloudformation/resources/test_s3.py::test_bucket_versioning HTTP Status Code: 200
    • test_bucketpolicy LocalStack Community: tests/aws/services/cloudformation/resources/test_s3.py::test_bucketpolicy HTTP Status Code: 200
    • test_cors_configuration LocalStack Community: tests/aws/services/cloudformation/resources/test_s3.py::test_cors_configuration HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_object_lock_configuration LocalStack Community: tests/aws/services/cloudformation/resources/test_s3.py::test_object_lock_configuration HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_website_configuration LocalStack Community: tests/aws/services/cloudformation/resources/test_s3.py::test_website_configuration HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sam_policies LocalStack Community: tests/aws/services/cloudformation/resources/test_sam.py::test_sam_policies HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sam_policies LocalStack Community: tests/aws/services/cloudformation/resources/test_sam.py::test_sam_policies HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sam_template LocalStack Community: tests/aws/services/cloudformation/resources/test_sam.py::test_sam_template HTTP Status Code: 200
    • test_cfn_handle_secretsmanager_secret LocalStack Community: tests/aws/services/cloudformation/resources/test_secretsmanager.py::test_cfn_handle_secretsmanager_secret HTTP Status Code: 200
    • test_cfn_secret_policy LocalStack Community: tests/aws/services/cloudformation/resources/test_secretsmanager.py::test_cfn_secret_policy HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cfn_secretsmanager_gen_secret LocalStack Community: tests/aws/services/cloudformation/resources/test_secretsmanager.py::test_cfn_secretsmanager_gen_secret HTTP Status Code: 200
    • test_deploy_stack_with_sns_topic LocalStack Community: tests/aws/services/cloudformation/resources/test_sns.py::test_deploy_stack_with_sns_topic HTTP Status Code: 200 AWS validated
    • test_sns_subscription LocalStack Community: tests/aws/services/cloudformation/resources/test_sns.py::test_sns_subscription HTTP Status Code: 200 AWS validated
    • test_sns_topic_fifo_with_deduplication LocalStack Community: tests/aws/services/cloudformation/resources/test_sns.py::test_sns_topic_fifo_with_deduplication HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sns_topic_fifo_without_suffix_fails LocalStack Community: tests/aws/services/cloudformation/resources/test_sns.py::test_sns_topic_fifo_without_suffix_fails HTTP Status Code: 200
    • test_update_subscription LocalStack Community: tests/aws/services/cloudformation/resources/test_sns.py::test_update_subscription HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cfn_handle_sqs_resource LocalStack Community: tests/aws/services/cloudformation/resources/test_sqs.py::test_cfn_handle_sqs_resource HTTP Status Code: 200
    • test_sqs_fifo_queue_generates_valid_name LocalStack Community: tests/aws/services/cloudformation/resources/test_sqs.py::test_sqs_fifo_queue_generates_valid_name HTTP Status Code: 200 AWS validated
    • test_sqs_non_fifo_queue_generates_valid_name LocalStack Community: tests/aws/services/cloudformation/resources/test_sqs.py::test_sqs_non_fifo_queue_generates_valid_name HTTP Status Code: 200
    • test_sqs_queue_policy LocalStack Community: tests/aws/services/cloudformation/resources/test_sqs.py::test_sqs_queue_policy HTTP Status Code: 200
    • test_update_queue_no_change LocalStack Community: tests/aws/services/cloudformation/resources/test_sqs.py::test_update_queue_no_change HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_update_sqs_queuepolicy LocalStack Community: tests/aws/services/cloudformation/resources/test_sqs.py::test_update_sqs_queuepolicy HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_deploy_patch_baseline LocalStack Community: tests/aws/services/cloudformation/resources/test_ssm.py::test_deploy_patch_baseline HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_maintenance_window LocalStack Community: tests/aws/services/cloudformation/resources/test_ssm.py::test_maintenance_window HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_parameter_defaults LocalStack Community: tests/aws/services/cloudformation/resources/test_ssm.py::test_parameter_defaults HTTP Status Code: 200
    • test_update_ssm_parameter_tag LocalStack Community: tests/aws/services/cloudformation/resources/test_ssm.py::test_update_ssm_parameter_tag HTTP Status Code: 200 AWS validated
    • test_update_ssm_parameters LocalStack Community: tests/aws/services/cloudformation/resources/test_ssm.py::test_update_ssm_parameters HTTP Status Code: 200 AWS validated
    • test_create_stack_set_with_stack_instances LocalStack Community: tests/aws/services/cloudformation/resources/test_stack_sets.py::test_create_stack_set_with_stack_instances HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_apigateway_invoke LocalStack Community: tests/aws/services/cloudformation/resources/test_stepfunctions.py::test_apigateway_invoke HTTP Status Code: 200
    • 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 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_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_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_import_values_across_stacks LocalStack Community: tests/aws/services/cloudformation/test_template_engine.py::TestImportValues::test_import_values_across_stacks HTTP Status Code: 200 AWS validated
    • test_and_or_functions[Fn::And-0-0-False] LocalStack Community: tests/aws/services/cloudformation/test_template_engine.py::TestIntrinsicFunctions::test_and_or_functions[Fn::And-0-0-False] HTTP Status Code: 200 AWS validated
    • test_and_or_functions[Fn::And-0-1-False] LocalStack Community: tests/aws/services/cloudformation/test_template_engine.py::TestIntrinsicFunctions::test_and_or_functions[Fn::And-0-1-False] HTTP Status Code: 200 AWS validated
    • test_and_or_functions[Fn::And-1-0-False] LocalStack Community: tests/aws/services/cloudformation/test_template_engine.py::TestIntrinsicFunctions::test_and_or_functions[Fn::And-1-0-False] HTTP Status Code: 200 AWS validated
    • test_and_or_functions[Fn::And-1-1-True] LocalStack Community: tests/aws/services/cloudformation/test_template_engine.py::TestIntrinsicFunctions::test_and_or_functions[Fn::And-1-1-True] HTTP Status Code: 200 AWS validated
    • test_and_or_functions[Fn::Or-0-0-False] LocalStack Community: tests/aws/services/cloudformation/test_template_engine.py::TestIntrinsicFunctions::test_and_or_functions[Fn::Or-0-0-False] HTTP Status Code: 200 AWS validated
    • test_and_or_functions[Fn::Or-0-1-True] LocalStack Community: tests/aws/services/cloudformation/test_template_engine.py::TestIntrinsicFunctions::test_and_or_functions[Fn::Or-0-1-True] HTTP Status Code: 200 AWS validated
    • test_and_or_functions[Fn::Or-1-0-True] LocalStack Community: tests/aws/services/cloudformation/test_template_engine.py::TestIntrinsicFunctions::test_and_or_functions[Fn::Or-1-0-True] HTTP Status Code: 200 AWS validated
    • test_and_or_functions[Fn::Or-1-1-True] LocalStack Community: tests/aws/services/cloudformation/test_template_engine.py::TestIntrinsicFunctions::test_and_or_functions[Fn::Or-1-1-True] HTTP Status Code: 200 AWS validated
    • test_base64_sub_and_getatt_functions LocalStack Community: tests/aws/services/cloudformation/test_template_engine.py::TestIntrinsicFunctions::test_base64_sub_and_getatt_functions HTTP Status Code: 200 AWS validated
    • test_find_map_function LocalStack Community: tests/aws/services/cloudformation/test_template_engine.py::TestIntrinsicFunctions::test_find_map_function HTTP Status Code: 200 AWS validated
    • test_get_azs_function LocalStack Community: tests/aws/services/cloudformation/test_template_engine.py::TestIntrinsicFunctions::test_get_azs_function HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_split_length_and_join_functions LocalStack Community: tests/aws/services/cloudformation/test_template_engine.py::TestIntrinsicFunctions::test_split_length_and_join_functions HTTP Status Code: 200 AWS validated
    • test_sub_not_ready LocalStack Community: tests/aws/services/cloudformation/test_template_engine.py::TestIntrinsicFunctions::test_sub_not_ready 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_macro_deployment LocalStack Community: tests/aws/services/cloudformation/test_template_engine.py::TestMacros::test_macro_deployment 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_to_validate_template_limit_for_macro LocalStack Community: tests/aws/services/cloudformation/test_template_engine.py::TestMacros::test_to_validate_template_limit_for_macro 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_resolve_secretsmanager[resolve_secretsmanager.yaml] LocalStack Community: tests/aws/services/cloudformation/test_template_engine.py::TestSecretsManagerParameters::test_resolve_secretsmanager[resolve_secretsmanager.yaml] HTTP Status Code: 200 AWS validated
    • test_resolve_secretsmanager[resolve_secretsmanager_full.yaml] LocalStack Community: tests/aws/services/cloudformation/test_template_engine.py::TestSecretsManagerParameters::test_resolve_secretsmanager[resolve_secretsmanager_full.yaml] HTTP Status Code: 200 AWS validated
    • test_resolve_secretsmanager[resolve_secretsmanager_partial.yaml] LocalStack Community: tests/aws/services/cloudformation/test_template_engine.py::TestSecretsManagerParameters::test_resolve_secretsmanager[resolve_secretsmanager_partial.yaml] HTTP Status Code: 200 AWS validated
    • test_create_stack_with_ssm_parameters LocalStack Community: tests/aws/services/cloudformation/test_template_engine.py::TestSsmParameters::test_create_stack_with_ssm_parameters HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_resolve_ssm LocalStack Community: tests/aws/services/cloudformation/test_template_engine.py::TestSsmParameters::test_resolve_ssm HTTP Status Code: 200 AWS validated
    • test_resolve_ssm_secure LocalStack Community: tests/aws/services/cloudformation/test_template_engine.py::TestSsmParameters::test_resolve_ssm_secure HTTP Status Code: 200
    • test_resolve_ssm_with_version LocalStack Community: tests/aws/services/cloudformation/test_template_engine.py::TestSsmParameters::test_resolve_ssm_with_version HTTP Status Code: 200 AWS validated
    • test_invalid_stack_deploy LocalStack Community: tests/aws/services/cloudformation/test_template_engine.py::TestStackEvents::test_invalid_stack_deploy HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_implicit_type_conversion LocalStack Community: tests/aws/services/cloudformation/test_template_engine.py::TestTypes::test_implicit_type_conversion HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_unsupported LocalStack Community: tests/aws/services/cloudformation/test_unsupported.py::test_unsupported HTTP Status Code: 200
    • 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_cloudformation_deployment LocalStack Community: tests/aws/services/opensearch/test_opensearch.py::TestOpensearchProvider::test_cloudformation_deployment HTTP Status Code: 200
    • test_path_based_on_data LocalStack Community: tests/aws/services/stepfunctions/v2/scenarios/test_sfn_scenarios.py::TestFundamental::test_path_based_on_data 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_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_cloudformation_definition_create_describe[dump] LocalStack Community: tests/aws/services/stepfunctions/v2/test_sfn_api.py::TestSnfApi::test_cloudformation_definition_create_describe[dump] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cloudformation_definition_create_describe[dumps] LocalStack Community: tests/aws/services/stepfunctions/v2/test_sfn_api.py::TestSnfApi::test_cloudformation_definition_create_describe[dumps] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cloudformation_definition_string_create_describe[dump] LocalStack Community: tests/aws/services/stepfunctions/v2/test_sfn_api.py::TestSnfApi::test_cloudformation_definition_string_create_describe[dump] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cloudformation_definition_string_create_describe[dumps] LocalStack Community: tests/aws/services/stepfunctions/v2/test_sfn_api.py::TestSnfApi::test_cloudformation_definition_string_create_describe[dumps] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_event_rules_deployed LocalStack Community: tests/aws/test_serverless.py::TestServerless::test_event_rules_deployed HTTP Status Code: 200
    • test_event_rules_deployed LocalStack Community: tests/aws/test_serverless.py::TestServerless::test_event_rules_deployed HTTP Status Code: 200
    • test_setup LocalStack Community: tests/aws/scenario/bookstore/test_bookstore.py::TestBookstoreApplication::test_setup HTTP Status Code: 400 (ValidationError) AWS validated Snapshot Tested
    • test_kinesis_firehose_s3 LocalStack Community: tests/aws/scenario/kinesis_firehose/test_kinesis_firehose.py::TestKinesisFirehoseScenario::test_kinesis_firehose_s3 HTTP Status Code: 400 (ValidationError) AWS validated Snapshot Tested
    • test_infra LocalStack Community: tests/aws/scenario/lambda_destination/test_lambda_destination_scenario.py::TestLambdaDestinationScenario::test_infra HTTP Status Code: 400 (ValidationError) 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: 400 (ValidationError) AWS validated Snapshot Tested
    • test_validate_infra_setup LocalStack Community: tests/aws/scenario/note_taking/test_note_taking.py::TestNoteTakingScenario::test_validate_infra_setup HTTP Status Code: 400 (ValidationError) AWS validated Snapshot Tested
    • test_scenario_validate_infra LocalStack Community: tests/aws/services/apigateway/test_apigateway_lambda_cfn.py::TestApigatewayLambdaIntegration::test_scenario_validate_infra HTTP Status Code: 400 (ValidationError) AWS validated Snapshot Tested
    • test_create_changeset_with_stack_id LocalStack Community: tests/aws/services/cloudformation/api/test_changesets.py::test_create_changeset_with_stack_id HTTP Status Code: 400 (ValidationError) AWS validated Snapshot Tested
    • test_describe_change_set_with_similarly_named_stacks LocalStack Community: tests/aws/services/cloudformation/api/test_changesets.py::test_describe_change_set_with_similarly_named_stacks HTTP Status Code: 400 (ValidationError) AWS validated
    • test_name_conflicts LocalStack Community: tests/aws/services/cloudformation/api/test_changesets.py::test_name_conflicts HTTP Status Code: 400 (ValidationError) AWS validated Snapshot Tested
    • test_stack_lifecycle LocalStack Community: tests/aws/services/cloudformation/api/test_stacks.py::TestStacksApi::test_stack_lifecycle HTTP Status Code: 400 (ValidationError) AWS validated Snapshot Tested
    • test_stack_lifecycle LocalStack Community: tests/aws/services/cloudformation/api/test_stacks.py::TestStacksApi::test_stack_lifecycle HTTP Status Code: 400 (ValidationError) AWS validated Snapshot Tested
    • test_stack_name_creation LocalStack Community: tests/aws/services/cloudformation/api/test_stacks.py::TestStacksApi::test_stack_name_creation HTTP Status Code: 400 (ValidationError) AWS validated Snapshot Tested
    • test_stack_name_creation LocalStack Community: tests/aws/services/cloudformation/api/test_stacks.py::TestStacksApi::test_stack_name_creation HTTP Status Code: 400 (ValidationError) AWS validated Snapshot Tested
    • test_stack_name_creation LocalStack Community: tests/aws/services/cloudformation/api/test_stacks.py::TestStacksApi::test_stack_name_creation HTTP Status Code: 400 (ValidationError) AWS validated Snapshot Tested
    • test_name_conflicts LocalStack Community: tests/aws/services/cloudformation/api/test_stacks.py::test_name_conflicts HTTP Status Code: 400 (ValidationError) AWS validated Snapshot Tested
    • test_name_conflicts LocalStack Community: tests/aws/services/cloudformation/api/test_stacks.py::test_name_conflicts HTTP Status Code: 400 (ValidationError) AWS validated Snapshot Tested
    • test_name_conflicts LocalStack Community: tests/aws/services/cloudformation/api/test_stacks.py::test_name_conflicts HTTP Status Code: 400 (ValidationError) AWS validated Snapshot Tested
    • test_account LocalStack Community: tests/aws/services/cloudformation/resources/test_apigateway.py::test_account HTTP Status Code: 400 (ValidationError) AWS validated
    • test_cdk_bootstrap_redeploy LocalStack Community: tests/aws/services/cloudformation/resources/test_cdk.py::TestCdkInit::test_cdk_bootstrap_redeploy HTTP Status Code: 400 (ValidationError)
    • test_cdk_bootstrap_redeploy LocalStack Community: tests/aws/services/cloudformation/resources/test_cdk.py::TestCdkInit::test_cdk_bootstrap_redeploy HTTP Status Code: 400 (ValidationError)
    • test_cdk_bootstrap_redeploy LocalStack Community: tests/aws/services/cloudformation/resources/test_cdk.py::TestCdkInit::test_cdk_bootstrap_redeploy HTTP Status Code: 400 (ValidationError)
    • test_ttl_cdk LocalStack Community: tests/aws/services/cloudformation/resources/test_dynamodb.py::test_ttl_cdk HTTP Status Code: 400 (ValidationError) 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 (ValidationError) AWS validated Snapshot Tested
    • test_cloudformation_definition_create_describe[dump] LocalStack Community: tests/aws/services/stepfunctions/v2/test_sfn_api.py::TestSnfApi::test_cloudformation_definition_create_describe[dump] HTTP Status Code: 400 (ValidationError) AWS validated Snapshot Tested
    • test_cloudformation_definition_create_describe[dumps] LocalStack Community: tests/aws/services/stepfunctions/v2/test_sfn_api.py::TestSnfApi::test_cloudformation_definition_create_describe[dumps] HTTP Status Code: 400 (ValidationError) AWS validated Snapshot Tested
    • test_cloudformation_definition_string_create_describe[dump] LocalStack Community: tests/aws/services/stepfunctions/v2/test_sfn_api.py::TestSnfApi::test_cloudformation_definition_string_create_describe[dump] HTTP Status Code: 400 (ValidationError) AWS validated Snapshot Tested
    • test_cloudformation_definition_string_create_describe[dumps] LocalStack Community: tests/aws/services/stepfunctions/v2/test_sfn_api.py::TestSnfApi::test_cloudformation_definition_string_create_describe[dumps] HTTP Status Code: 400 (ValidationError) AWS validated Snapshot Tested
    • test_event_rules_deployed LocalStack Community: tests/aws/test_serverless.py::TestServerless::test_event_rules_deployed HTTP Status Code: 400 (ValidationError)
  • LocalStack Pro
    • test_cdc_rename_change_column[mariadb] LocalStack Pro: tests/aws/scenario/dms_mariadb_kinesis/test_dms.py::TestDmsScenario::test_cdc_rename_change_column[mariadb] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_describe_endpoints LocalStack Pro: tests/aws/scenario/dms_mariadb_kinesis/test_dms.py::TestDmsScenario::test_describe_endpoints HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_describe_test_replication_task LocalStack Pro: tests/aws/scenario/dms_mariadb_kinesis/test_dms.py::TestDmsScenario::test_describe_test_replication_task HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_empty_describe_table_statics LocalStack Pro: tests/aws/scenario/dms_mariadb_kinesis/test_dms.py::TestDmsScenario::test_empty_describe_table_statics HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_invalid_replication_task LocalStack Pro: tests/aws/scenario/dms_mariadb_kinesis/test_dms.py::TestDmsScenario::test_invalid_replication_task HTTP Status Code: 200 AWS validated Snapshot Tested
    • 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_describe_db_clusters_with_filter LocalStack Pro: tests/aws/scenario/rds_neptune_docdb/test_rds_neptune_docdb.py::TestRdsNeptuneDocDB::test_describe_db_clusters_with_filter HTTP Status Code: 200 AWS validated
    • test_describe_db_instances_with_filter LocalStack Pro: tests/aws/scenario/rds_neptune_docdb/test_rds_neptune_docdb.py::TestRdsNeptuneDocDB::test_describe_db_instances_with_filter HTTP Status Code: 200 AWS validated
    • 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_scenario_validate_infra LocalStack Pro: tests/aws/scenario/rds_neptune_docdb/test_rds_neptune_docdb.py::TestRdsNeptuneDocDB::test_scenario_validate_infra HTTP Status Code: 200 AWS validated
    • test_servicediscovery_ecs_integration LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_servicediscovery_ecs_integration HTTP Status Code: 200
    • test_websocket_subscriptions_relay_sample LocalStack Pro: tests/aws/services/appsync/test_appsync.py::TestAppSync::test_websocket_subscriptions_relay_sample HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_black_box LocalStack Pro: tests/aws/services/cloudformation/resource_providers/pipes/aws_pipes_pipe/test_basic.py::TestBasicCRD::test_black_box HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_black_box LocalStack Pro: tests/aws/services/cloudformation/resource_providers/qldb/aws_qldb_ledger/test_basic.py::TestBasicCRD::test_black_box HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_amplify_resources LocalStack Pro: tests/aws/services/cloudformation/resources/test_amplify.py::TestCfnAmplifyResources::test_amplify_resources HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_amplify_env_variables LocalStack Pro: tests/aws/services/cloudformation/resources/test_amplify.py::test_amplify_env_variables HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_vpc_link LocalStack Pro: tests/aws/services/cloudformation/resources/test_apigateway.py::test_vpc_link HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_api_mapping_deployment LocalStack Pro: tests/aws/services/cloudformation/resources/test_apigatewayv2.py::TestApiGwV2Apis::test_api_mapping_deployment HTTP Status Code: 200
    • test_create_apigatewayv2_resources LocalStack Pro: tests/aws/services/cloudformation/resources/test_apigatewayv2.py::TestApiGwV2Apis::test_create_apigatewayv2_resources HTTP Status Code: 200
    • test_domain_name_attributes LocalStack Pro: tests/aws/services/cloudformation/resources/test_apigatewayv2.py::TestApiGwV2Apis::test_domain_name_attributes HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sam_api_tagging LocalStack Pro: tests/aws/services/cloudformation/resources/test_apigatewayv2.py::TestApiGwV2Apis::test_sam_api_tagging HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_apigwv2_api LocalStack Pro: tests/aws/services/cloudformation/resources/test_apigatewayv2.py::TestApiGwV2Authorizers::test_apigwv2_api HTTP Status Code: 200 AWS validated
    • test_create_apigateway_authorizer LocalStack Pro: tests/aws/services/cloudformation/resources/test_apigatewayv2.py::TestApiGwV2Authorizers::test_create_apigateway_authorizer HTTP Status Code: 200
    • test_create_apigateway_authorizer LocalStack Pro: tests/aws/services/cloudformation/resources/test_apigatewayv2.py::TestApiGwV2Authorizers::test_create_apigateway_authorizer HTTP Status Code: 200
    • test_create_apigateway_authorizer_client_credentials LocalStack Pro: tests/aws/services/cloudformation/resources/test_apigatewayv2.py::TestApiGwV2Authorizers::test_create_apigateway_authorizer_client_credentials HTTP Status Code: 200
    • test_application_deployment LocalStack Pro: tests/aws/services/cloudformation/resources/test_appconfig.py::test_application_deployment HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_deploy_scenario[\n query Full {\n vtl {\n dynamoResult\n }\n js {\n result\n }\n }\n ] LocalStack Pro: tests/aws/services/cloudformation/resources/test_appsync.py::TestExpandedScenario::test_deploy_scenario[\n query Full {\n vtl {\n dynamoResult\n }\n js {\n result\n }\n }\n ] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_deploy_scenario[\n query JSPipelineResolver {\n js {\n result\n }\n }\n ] LocalStack Pro: tests/aws/services/cloudformation/resources/test_appsync.py::TestExpandedScenario::test_deploy_scenario[\n query JSPipelineResolver {\n js {\n result\n }\n }\n ] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_deploy_scenario[\n query VTLDynamoResolver {\n vtl {\n dynamoResult\n }\n }\n ] LocalStack Pro: tests/aws/services/cloudformation/resources/test_appsync.py::TestExpandedScenario::test_deploy_scenario[\n query VTLDynamoResolver {\n vtl {\n dynamoResult\n }\n }\n ] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_graphql_schema LocalStack Pro: tests/aws/services/cloudformation/resources/test_appsync.py::test_graphql_schema HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_graphqlapi LocalStack Pro: tests/aws/services/cloudformation/resources/test_appsync.py::test_graphqlapi HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_s3_code_locations LocalStack Pro: tests/aws/services/cloudformation/resources/test_appsync.py::test_s3_code_locations HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_athena LocalStack Pro: tests/aws/services/cloudformation/resources/test_athena.py::test_athena HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_autoscaling_group LocalStack Pro: tests/aws/services/cloudformation/resources/test_autoscaling.py::test_autoscaling_group HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cache_policies LocalStack Pro: tests/aws/services/cloudformation/resources/test_cloudfront.py::test_cache_policies HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cloudfront_distribution_with_logging LocalStack Pro: tests/aws/services/cloudformation/resources/test_cloudfront.py::test_cloudfront_distribution_with_logging HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_stack_cloudfront LocalStack Pro: tests/aws/services/cloudformation/resources/test_cloudfront.py::test_create_stack_cloudfront HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_origin_access_control LocalStack Pro: tests/aws/services/cloudformation/resources/test_cloudfront.py::test_origin_access_control HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_origin_request_policies LocalStack Pro: tests/aws/services/cloudformation/resources/test_cloudfront.py::test_origin_request_policies HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cloud_trail_deploy LocalStack Pro: tests/aws/services/cloudformation/resources/test_cloudtrail.py::test_cloud_trail_deploy HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cognito_custom_ids LocalStack Pro: tests/aws/services/cloudformation/resources/test_cognito.py::test_cognito_custom_ids HTTP Status Code: 200
    • test_cognito_role_attachment LocalStack Pro: tests/aws/services/cloudformation/resources/test_cognito.py::test_cognito_role_attachment HTTP Status Code: 200
    • test_user_pool_client_output LocalStack Pro: tests/aws/services/cloudformation/resources/test_cognito.py::test_user_pool_client_output 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_docdb_resources LocalStack Pro: tests/aws/services/cloudformation/resources/test_docdb.py::TestCfnDocDbResources::test_docdb_resources HTTP Status Code: 200 AWS validated
    • test_deploy_duplicate_security_group LocalStack Pro: tests/aws/services/cloudformation/resources/test_ec2.py::test_deploy_duplicate_security_group HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_ec2_launch_template LocalStack Pro: tests/aws/services/cloudformation/resources/test_ec2.py::test_ec2_launch_template HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_security_group_ingress_creation LocalStack Pro: tests/aws/services/cloudformation/resources/test_ec2.py::test_security_group_ingress_creation HTTP Status Code: 200 AWS validated
    • test_security_group_ingress_creation_isolation LocalStack Pro: tests/aws/services/cloudformation/resources/test_ec2.py::test_security_group_ingress_creation_isolation HTTP Status Code: 200 AWS validated
    • test_vpc_cidr_block_configurations LocalStack Pro: tests/aws/services/cloudformation/resources/test_ec2.py::test_vpc_cidr_block_configurations HTTP Status Code: 200 AWS validated
    • test_vpc_endpoint_service_configurations LocalStack Pro: tests/aws/services/cloudformation/resources/test_ec2.py::test_vpc_endpoint_service_configurations HTTP Status Code: 200 AWS validated
    • test_untransformed_url_when_no_repository_created LocalStack Pro: tests/aws/services/cloudformation/resources/test_ecr.py::test_untransformed_url_when_no_repository_created HTTP Status Code: 200
    • test_url_output LocalStack Pro: tests/aws/services/cloudformation/resources/test_ecr.py::test_url_output HTTP Status Code: 200
    • test_url_output_different_account_or_region[000000000000-eu-central-2] LocalStack Pro: tests/aws/services/cloudformation/resources/test_ecr.py::test_url_output_different_account_or_region[000000000000-eu-central-2] HTTP Status Code: 200
    • test_url_output_different_account_or_region[000000000000-us-east-1] LocalStack Pro: tests/aws/services/cloudformation/resources/test_ecr.py::test_url_output_different_account_or_region[000000000000-us-east-1] HTTP Status Code: 200
    • test_url_output_different_account_or_region[111111111111-eu-central-2] LocalStack Pro: tests/aws/services/cloudformation/resources/test_ecr.py::test_url_output_different_account_or_region[111111111111-eu-central-2] HTTP Status Code: 200
    • test_url_output_different_account_or_region[111111111111-us-east-1] LocalStack Pro: tests/aws/services/cloudformation/resources/test_ecr.py::test_url_output_different_account_or_region[111111111111-us-east-1] HTTP Status Code: 200
    • test_capacity_providers LocalStack Pro: tests/aws/services/cloudformation/resources/test_ecs.py::test_capacity_providers HTTP Status Code: 200 AWS validated Snapshot Tested
    • 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_url_output LocalStack Pro: tests/aws/services/cloudformation/resources/test_efs.py::test_url_output HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_eks_fargate_cluster LocalStack Pro: tests/aws/services/cloudformation/resources/test_eks.py::test_eks_fargate_cluster HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_eksctl_stack LocalStack Pro: tests/aws/services/cloudformation/resources/test_eks.py::test_eksctl_stack HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_resource_deployment LocalStack Pro: tests/aws/services/cloudformation/resources/test_elasticache.py::TestElasticacheResources::test_resource_deployment HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cache_cluster[redis] LocalStack Pro: tests/aws/services/cloudformation/resources/test_elasticache.py::test_cache_cluster[redis] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cluster_with_replication LocalStack Pro: tests/aws/services/cloudformation/resources/test_elasticache.py::test_cluster_with_replication HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_application_with_version_and_environment LocalStack Pro: tests/aws/services/cloudformation/resources/test_elasticbeanstalk.py::test_application_with_version_and_environment HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_elbv2_loadbalancer_resource LocalStack Pro: tests/aws/services/cloudformation/resources/test_elasticloadbalancingv2.py::test_elbv2_loadbalancer_resource HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_classifier LocalStack Pro: tests/aws/services/cloudformation/resources/test_glue.py::test_classifier HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_database LocalStack Pro: tests/aws/services/cloudformation/resources/test_glue.py::test_database HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_job LocalStack Pro: tests/aws/services/cloudformation/resources/test_glue.py::test_job HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_table LocalStack Pro: tests/aws/services/cloudformation/resources/test_glue.py::test_table HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_trigger LocalStack Pro: tests/aws/services/cloudformation/resources/test_glue.py::test_trigger HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_workflow LocalStack Pro: tests/aws/services/cloudformation/resources/test_glue.py::test_workflow HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_role_alias LocalStack Pro: tests/aws/services/cloudformation/resources/test_iot.py::test_role_alias HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_application_with_output_and_reference LocalStack Pro: tests/aws/services/cloudformation/resources/test_kinesisanalytics.py::test_application_with_output_and_reference HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_layer_python LocalStack Pro: tests/aws/services/cloudformation/resources/test_lambda.py::TestLambdaLayer::test_lambda_layer_python HTTP Status Code: 200
    • test_create_cluster LocalStack Pro: tests/aws/services/cloudformation/resources/test_msk.py::test_create_cluster HTTP Status Code: 200
    • test_db_cluster_deployment LocalStack Pro: tests/aws/services/cloudformation/resources/test_rds.py::test_db_cluster_deployment HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_db_instance_deployment LocalStack Pro: tests/aws/services/cloudformation/resources/test_rds.py::test_db_instance_deployment HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_db_proxy LocalStack Pro: tests/aws/services/cloudformation/resources/test_rds.py::test_db_proxy HTTP Status Code: 200
    • test_parameter_group_creation LocalStack Pro: tests/aws/services/cloudformation/resources/test_rds.py::test_parameter_group_creation HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_rds_cluster_with_kms LocalStack Pro: tests/aws/services/cloudformation/resources/test_rds.py::test_rds_cluster_with_kms HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_docdb_resources LocalStack Pro: tests/aws/services/cloudformation/resources/test_redshift.py::TestCfnRedshiftSubnet::test_docdb_resources HTTP Status Code: 200 AWS validated
    • test_hostedzone_optionaltrailingdot[with_trailing_dot] LocalStack Pro: tests/aws/services/cloudformation/resources/test_route53.py::test_hostedzone_optionaltrailingdot[with_trailing_dot] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_hostedzone_optionaltrailingdot[without_trailing_dot] LocalStack Pro: tests/aws/services/cloudformation/resources/test_route53.py::test_hostedzone_optionaltrailingdot[without_trailing_dot] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_hostedzone_with_comment LocalStack Pro: tests/aws/services/cloudformation/resources/test_route53.py::test_hostedzone_with_comment HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_hostedzone_without_comment LocalStack Pro: tests/aws/services/cloudformation/resources/test_route53.py::test_hostedzone_without_comment HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_private_hostedzone LocalStack Pro: tests/aws/services/cloudformation/resources/test_route53.py::test_private_hostedzone HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_record_set_with_alias_record LocalStack Pro: tests/aws/services/cloudformation/resources/test_route53.py::test_record_set_with_alias_record HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_secretsmanager_target_attachment_maridab LocalStack Pro: tests/aws/services/cloudformation/resources/test_secretsmanager.py::test_secretsmanager_target_attachment_maridab HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_receiptrules LocalStack Pro: tests/aws/services/cloudformation/resources/test_ses.py::test_create_receiptrules HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_template LocalStack Pro: tests/aws/services/cloudformation/resources/test_ses.py::test_create_template HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_db_tables LocalStack Pro: tests/aws/services/cloudformation/resources/test_timestream.py::test_create_db_tables HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_misc_resources LocalStack Pro: tests/aws/services/cloudformation/test_api.py::TestAPI::test_create_misc_resources HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_from_cloudformation LocalStack Pro: tests/aws/services/cloudfront/test_cloudfront.py::TestCloudFront::test_create_from_cloudformation 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_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::test_auth_headers_and_non_title_case_of_headers HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_auth_headers_and_non_title_case_of_headers LocalStack Pro: tests/aws/services/cloudfront/test_cloudfront.py::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_cognito_authorizer_scopes LocalStack Pro: tests/aws/services/cognito/test_cognito.py::TestCognito::test_cognito_authorizer_scopes HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cognito_authorizer_scopes LocalStack Pro: tests/aws/services/cognito/test_cognito.py::TestCognito::test_cognito_authorizer_scopes HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_service_run_task LocalStack Pro: tests/aws/services/ecs/test_ecs.py::TestTaskExecution::test_create_service_run_task HTTP Status Code: 200
    • test_redis_connection LocalStack Pro: tests/aws/services/elasticache/test_elasticache_redis.py::TestCacheCluster::test_redis_connection HTTP Status Code: 200
    • test_create_job_with_cloudformation LocalStack Pro: tests/aws/services/glue/test_basic.py::TestGlueCrud::test_create_job_with_cloudformation HTTP Status Code: 200
    • test_cloudformation_stack_operations LocalStack Pro: tests/aws/services/iam/test_iam_enforcement.py::TestIAMEnforcementIdentityBasedPolicies::test_cloudformation_stack_operations HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_iot_resources LocalStack Pro: tests/aws/services/iot/test_iot.py::TestIoTCrud::test_create_iot_resources HTTP Status Code: 200 AWS validated
    • test_create_iotanalytics_resources LocalStack Pro: tests/aws/services/iotanalytics/test_iotanalytics.py::TestIotAnalytics::test_create_iotanalytics_resources HTTP Status Code: 200
    • test_describe LocalStack Pro: tests/aws/services/neptune/test_neptune_cfn.py::TestNeptuneCfn::test_describe HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_multi_label LocalStack Pro: tests/aws/services/neptune/test_neptune_cfn.py::TestNeptuneCfn::test_multi_label HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_query LocalStack Pro: tests/aws/services/neptune/test_neptune_cfn.py::TestNeptuneCfn::test_query 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_batch_execute_statement_drop[mysql-v1] LocalStack Pro: tests/aws/services/rds/test_rds_data.py::TestAuroraMultiEngine::test_batch_execute_statement_drop[mysql-v1] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_batch_execute_statement_drop[postgres-v1] LocalStack Pro: tests/aws/services/rds/test_rds_data.py::TestAuroraMultiEngine::test_batch_execute_statement_drop[postgres-v1] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_batch_execute_statement_drop[postgres-v2] LocalStack Pro: tests/aws/services/rds/test_rds_data.py::TestAuroraMultiEngine::test_batch_execute_statement_drop[postgres-v2] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_batch_execute_statement_inserts[mysql-v1] LocalStack Pro: tests/aws/services/rds/test_rds_data.py::TestAuroraMultiEngine::test_batch_execute_statement_inserts[mysql-v1] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_batch_execute_statement_inserts[postgres-v1] LocalStack Pro: tests/aws/services/rds/test_rds_data.py::TestAuroraMultiEngine::test_batch_execute_statement_inserts[postgres-v1] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_batch_execute_statement_inserts[postgres-v2] LocalStack Pro: tests/aws/services/rds/test_rds_data.py::TestAuroraMultiEngine::test_batch_execute_statement_inserts[postgres-v2] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_batch_execute_statement_setup[mysql-v1] LocalStack Pro: tests/aws/services/rds/test_rds_data.py::TestAuroraMultiEngine::test_batch_execute_statement_setup[mysql-v1] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_batch_execute_statement_setup[postgres-v1] LocalStack Pro: tests/aws/services/rds/test_rds_data.py::TestAuroraMultiEngine::test_batch_execute_statement_setup[postgres-v1] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_batch_execute_statement_setup[postgres-v2] LocalStack Pro: tests/aws/services/rds/test_rds_data.py::TestAuroraMultiEngine::test_batch_execute_statement_setup[postgres-v2] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_batch_execute_validate_atomicity[mysql-v1] LocalStack Pro: tests/aws/services/rds/test_rds_data.py::TestAuroraMultiEngine::test_batch_execute_validate_atomicity[mysql-v1] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_batch_execute_validate_atomicity[postgres-v1] LocalStack Pro: tests/aws/services/rds/test_rds_data.py::TestAuroraMultiEngine::test_batch_execute_validate_atomicity[postgres-v1] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_batch_execute_validate_atomicity[postgres-v2] LocalStack Pro: tests/aws/services/rds/test_rds_data.py::TestAuroraMultiEngine::test_batch_execute_validate_atomicity[postgres-v2] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_column_metadata_for_mysql[mysql-v1] LocalStack Pro: tests/aws/services/rds/test_rds_data.py::TestAuroraMultiEngine::test_column_metadata_for_mysql[mysql-v1] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_column_metadata_for_mysql[postgres-v1] LocalStack Pro: tests/aws/services/rds/test_rds_data.py::TestAuroraMultiEngine::test_column_metadata_for_mysql[postgres-v1] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_column_metadata_for_mysql[postgres-v2] LocalStack Pro: tests/aws/services/rds/test_rds_data.py::TestAuroraMultiEngine::test_column_metadata_for_mysql[postgres-v2] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_column_metadata_for_postgres[mysql-v1] LocalStack Pro: tests/aws/services/rds/test_rds_data.py::TestAuroraMultiEngine::test_column_metadata_for_postgres[mysql-v1] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_column_metadata_for_postgres[postgres-v1] LocalStack Pro: tests/aws/services/rds/test_rds_data.py::TestAuroraMultiEngine::test_column_metadata_for_postgres[postgres-v1] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_column_metadata_for_postgres[postgres-v2] LocalStack Pro: tests/aws/services/rds/test_rds_data.py::TestAuroraMultiEngine::test_column_metadata_for_postgres[postgres-v2] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_select_char LocalStack Pro: tests/aws/services/rds/test_rds_data.py::TestAuroraPostgresCfn::test_select_char HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_failover LocalStack Pro: tests/aws/services/rds/test_rds_global.py::TestGlobalClusterCDK::test_failover HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_invalid_secondary_cluster LocalStack Pro: tests/aws/services/rds/test_rds_global.py::TestGlobalClusterCDK::test_invalid_secondary_cluster HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_promote_secondary_headless LocalStack Pro: tests/aws/services/rds/test_rds_global.py::TestGlobalClusterCDK::test_promote_secondary_headless HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_validate_initial_setup LocalStack Pro: tests/aws/services/rds/test_rds_global.py::TestGlobalClusterCDK::test_validate_initial_setup HTTP Status Code: 200 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: 200 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: 200 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: 200 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: 200 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: 200 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: 200 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: 200 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: 200 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: 200 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: 200 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: 200 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: 200 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: 200 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: 200 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: 200 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: 200 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: 200 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: 200 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: 200 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: 200 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: 200 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: 200 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: 200 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: 200 AWS validated Snapshot Tested
    • test_postgres_s3_extension_helpers[11] LocalStack Pro: tests/aws/services/rds/test_rds_postgres_extensions.py::TestRdsPostgresExtensions::test_postgres_s3_extension_helpers[11] HTTP Status Code: 200 AWS validated
    • 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_describe_endpoints LocalStack Pro: tests/aws/scenario/dms_mariadb_kinesis/test_dms.py::TestDmsScenario::test_describe_endpoints HTTP Status Code: 400 (ValidationError) AWS validated Snapshot Tested
    • test_infra LocalStack Pro: tests/aws/scenario/fargate_prometheus/test_fargate_prometheus.py::TestFargatePrometheus::test_infra HTTP Status Code: 400 (ValidationError) 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: 400 (ValidationError) 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: 400 (ValidationError) AWS validated Snapshot Tested
    • test_amplify_resources LocalStack Pro: tests/aws/services/cloudformation/resources/test_amplify.py::TestCfnAmplifyResources::test_amplify_resources HTTP Status Code: 400 (ValidationError) AWS validated Snapshot Tested
    • test_deploy_scenario[\n query VTLDynamoResolver {\n vtl {\n dynamoResult\n }\n }\n ] LocalStack Pro: tests/aws/services/cloudformation/resources/test_appsync.py::TestExpandedScenario::test_deploy_scenario[\n query VTLDynamoResolver {\n vtl {\n dynamoResult\n }\n }\n ] HTTP Status Code: 400 (ValidationError) AWS validated Snapshot Tested
    • test_docdb_resources LocalStack Pro: tests/aws/services/cloudformation/resources/test_docdb.py::TestCfnDocDbResources::test_docdb_resources HTTP Status Code: 400 (ValidationError) AWS validated
    • test_resource_deployment LocalStack Pro: tests/aws/services/cloudformation/resources/test_elasticache.py::TestElasticacheResources::test_resource_deployment HTTP Status Code: 400 (ValidationError) AWS validated Snapshot Tested
    • test_docdb_resources LocalStack Pro: tests/aws/services/cloudformation/resources/test_redshift.py::TestCfnRedshiftSubnet::test_docdb_resources HTTP Status Code: 400 (ValidationError) AWS validated
    • test_record_set_with_alias_record LocalStack Pro: tests/aws/services/cloudformation/resources/test_route53.py::test_record_set_with_alias_record HTTP Status Code: 400 (ValidationError) AWS validated Snapshot Tested
    • test_auth_headers_and_non_title_case_of_headers LocalStack Pro: tests/aws/services/cloudfront/test_cloudfront.py::test_auth_headers_and_non_title_case_of_headers HTTP Status Code: 400 (ValidationError) AWS validated Snapshot Tested
    • test_cognito_authorizer_scopes LocalStack Pro: tests/aws/services/cognito/test_cognito.py::TestCognito::test_cognito_authorizer_scopes HTTP Status Code: 400 (ValidationError) AWS validated Snapshot Tested
    • test_describe LocalStack Pro: tests/aws/services/neptune/test_neptune_cfn.py::TestNeptuneCfn::test_describe HTTP Status Code: 400 (ValidationError) 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 (ValidationError) AWS validated Snapshot Tested
    • test_batch_execute_statement_setup[postgres-v1] LocalStack Pro: tests/aws/services/rds/test_rds_data.py::TestAuroraMultiEngine::test_batch_execute_statement_setup[postgres-v1] HTTP Status Code: 400 (ValidationError) AWS validated Snapshot Tested
    • test_select_char LocalStack Pro: tests/aws/services/rds/test_rds_data.py::TestAuroraPostgresCfn::test_select_char HTTP Status Code: 400 (ValidationError) AWS validated Snapshot Tested
    • test_validate_initial_setup LocalStack Pro: tests/aws/services/rds/test_rds_global.py::TestGlobalClusterCDK::test_validate_initial_setup HTTP Status Code: 400 (ValidationError) AWS validated Snapshot Tested
    • test_postgres_s3_extension_helpers[11] LocalStack Pro: tests/aws/services/rds/test_rds_postgres_extensions.py::TestRdsPostgresExtensions::test_postgres_s3_extension_helpers[11] HTTP Status Code: 400 (ValidationError) AWS validated
    • test_create_cloud_formation_change_set LocalStack Pro: tests/aws/services/serverlessrepo/test_serverlessrepo.py::TestServerlessRepo::test_create_cloud_formation_change_set HTTP Status Code: 400 (ValidationError)

ExecuteChangeSet

Parameters: ChangeSetName
  • LocalStack Community
    • test_setup LocalStack Community: tests/aws/scenario/bookstore/test_bookstore.py::TestBookstoreApplication::test_setup HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_kinesis_firehose_s3 LocalStack Community: tests/aws/scenario/kinesis_firehose/test_kinesis_firehose.py::TestKinesisFirehoseScenario::test_kinesis_firehose_s3 HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_infra LocalStack Community: tests/aws/scenario/lambda_destination/test_lambda_destination_scenario.py::TestLambdaDestinationScenario::test_infra 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_validate_infra_setup LocalStack Community: tests/aws/scenario/note_taking/test_note_taking.py::TestNoteTakingScenario::test_validate_infra_setup HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_scenario_validate_infra LocalStack Community: tests/aws/services/apigateway/test_apigateway_lambda_cfn.py::TestApigatewayLambdaIntegration::test_scenario_validate_infra HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_and_then_remove_non_supported_resource_change_set LocalStack Community: tests/aws/services/cloudformation/api/test_changesets.py::test_create_and_then_remove_non_supported_resource_change_set HTTP Status Code: 200 AWS validated
    • test_create_and_then_remove_supported_resource_change_set LocalStack Community: tests/aws/services/cloudformation/api/test_changesets.py::test_create_and_then_remove_supported_resource_change_set HTTP Status Code: 200 AWS validated
    • test_create_change_set_with_ssm_parameter LocalStack Community: tests/aws/services/cloudformation/api/test_changesets.py::test_create_change_set_with_ssm_parameter HTTP Status Code: 200 AWS validated
    • test_nested_output_in_params LocalStack Community: tests/aws/services/cloudformation/api/test_nested_stacks.py::test_nested_output_in_params HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_nested_stack LocalStack Community: tests/aws/services/cloudformation/api/test_nested_stacks.py::test_nested_stack HTTP Status Code: 200
    • test_nested_stack_output_refs LocalStack Community: tests/aws/services/cloudformation/api/test_nested_stacks.py::test_nested_stack_output_refs HTTP Status Code: 200 AWS validated
    • test_nested_stacks_conditions LocalStack Community: tests/aws/services/cloudformation/api/test_nested_stacks.py::test_nested_stacks_conditions HTTP Status Code: 200 AWS validated
    • test_nested_getatt_ref[TopicArn] LocalStack Community: tests/aws/services/cloudformation/api/test_reference_resolving.py::test_nested_getatt_ref[TopicArn] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_nested_getatt_ref[TopicName] LocalStack Community: tests/aws/services/cloudformation/api/test_reference_resolving.py::test_nested_getatt_ref[TopicName] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sub_resolving LocalStack Community: tests/aws/services/cloudformation/api/test_reference_resolving.py::test_sub_resolving HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_unexisting_resource_dependency LocalStack Community: tests/aws/services/cloudformation/api/test_reference_resolving.py::test_unexisting_resource_dependency HTTP Status Code: 200
    • test_get_template[json] LocalStack Community: tests/aws/services/cloudformation/api/test_stacks.py::TestStacksApi::test_get_template[json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_get_template[yaml] LocalStack Community: tests/aws/services/cloudformation/api/test_stacks.py::TestStacksApi::test_get_template[yaml] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_list_events_after_deployment LocalStack Community: tests/aws/services/cloudformation/api/test_stacks.py::TestStacksApi::test_list_events_after_deployment HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_list_stack_resources_for_removed_resource LocalStack Community: tests/aws/services/cloudformation/api/test_stacks.py::TestStacksApi::test_list_stack_resources_for_removed_resource HTTP Status Code: 200
    • test_stack_description_special_chars LocalStack Community: tests/aws/services/cloudformation/api/test_stacks.py::TestStacksApi::test_stack_description_special_chars HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_stack_lifecycle LocalStack Community: tests/aws/services/cloudformation/api/test_stacks.py::TestStacksApi::test_stack_lifecycle HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_stack_name_creation LocalStack Community: tests/aws/services/cloudformation/api/test_stacks.py::TestStacksApi::test_stack_name_creation HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_stack_update_resources LocalStack Community: tests/aws/services/cloudformation/api/test_stacks.py::TestStacksApi::test_stack_update_resources HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_update_stack_actual_update LocalStack Community: tests/aws/services/cloudformation/api/test_stacks.py::TestStacksApi::test_update_stack_actual_update HTTP Status Code: 200 AWS validated
    • test_update_stack_with_same_template_withoutchange LocalStack Community: tests/aws/services/cloudformation/api/test_stacks.py::TestStacksApi::test_update_stack_with_same_template_withoutchange HTTP Status Code: 200
    • test_events_resource_types LocalStack Community: tests/aws/services/cloudformation/api/test_stacks.py::test_events_resource_types HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_list_parameter_type LocalStack Community: tests/aws/services/cloudformation/api/test_stacks.py::test_list_parameter_type HTTP Status Code: 200 AWS validated
    • test_update_termination_protection LocalStack Community: tests/aws/services/cloudformation/api/test_stacks.py::test_update_termination_protection HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_updating_an_updated_stack_sets_status LocalStack Community: tests/aws/services/cloudformation/api/test_stacks.py::test_updating_an_updated_stack_sets_status HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_get_template_summary LocalStack Community: tests/aws/services/cloudformation/api/test_templates.py::test_get_template_summary HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_duplicate_resources LocalStack Community: tests/aws/services/cloudformation/api/test_transformers.py::test_duplicate_resources HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_basic_update LocalStack Community: tests/aws/services/cloudformation/api/test_update_stack.py::test_basic_update HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_diff_after_update LocalStack Community: tests/aws/services/cloudformation/api/test_update_stack.py::test_diff_after_update HTTP Status Code: 200 AWS validated
    • test_no_parameters_update LocalStack Community: tests/aws/services/cloudformation/api/test_update_stack.py::test_no_parameters_update HTTP Status Code: 200 AWS validated
    • test_update_using_template_url LocalStack Community: tests/aws/services/cloudformation/api/test_update_stack.py::test_update_using_template_url HTTP Status Code: 200 AWS validated
    • test_update_with_previous_parameter_value LocalStack Community: tests/aws/services/cloudformation/api/test_update_stack.py::test_update_with_previous_parameter_value HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_dependency_on_attribute_with_dot_notation LocalStack Community: tests/aws/services/cloudformation/engine/test_attributes.py::TestResourceAttributes::test_dependency_on_attribute_with_dot_notation HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_condition_on_outputs LocalStack Community: tests/aws/services/cloudformation/engine/test_conditions.py::TestCloudFormationConditions::test_condition_on_outputs HTTP Status Code: 200 AWS validated
    • test_conditional_att_to_conditional_resources[create] LocalStack Community: tests/aws/services/cloudformation/engine/test_conditions.py::TestCloudFormationConditions::test_conditional_att_to_conditional_resources[create] HTTP Status Code: 200 AWS validated
    • test_conditional_att_to_conditional_resources[no-create] LocalStack Community: tests/aws/services/cloudformation/engine/test_conditions.py::TestCloudFormationConditions::test_conditional_att_to_conditional_resources[no-create] HTTP Status Code: 200 AWS validated
    • test_conditional_in_conditional[dev-us-west-2] LocalStack Community: tests/aws/services/cloudformation/engine/test_conditions.py::TestCloudFormationConditions::test_conditional_in_conditional[dev-us-west-2] HTTP Status Code: 200 AWS validated
    • test_conditional_in_conditional[production-us-east-1] LocalStack Community: tests/aws/services/cloudformation/engine/test_conditions.py::TestCloudFormationConditions::test_conditional_in_conditional[production-us-east-1] HTTP Status Code: 200 AWS validated
    • test_conditional_with_select LocalStack Community: tests/aws/services/cloudformation/engine/test_conditions.py::TestCloudFormationConditions::test_conditional_with_select HTTP Status Code: 200 AWS validated
    • test_dependency_in_non_evaluated_if_branch[None-FallbackParamValue] LocalStack Community: tests/aws/services/cloudformation/engine/test_conditions.py::TestCloudFormationConditions::test_dependency_in_non_evaluated_if_branch[None-FallbackParamValue] HTTP Status Code: 200 AWS validated
    • test_dependency_in_non_evaluated_if_branch[false-DefaultParamValue] LocalStack Community: tests/aws/services/cloudformation/engine/test_conditions.py::TestCloudFormationConditions::test_dependency_in_non_evaluated_if_branch[false-DefaultParamValue] HTTP Status Code: 200 AWS validated
    • test_dependency_in_non_evaluated_if_branch[true-FallbackParamValue] LocalStack Community: tests/aws/services/cloudformation/engine/test_conditions.py::TestCloudFormationConditions::test_dependency_in_non_evaluated_if_branch[true-FallbackParamValue] HTTP Status Code: 200 AWS validated
    • test_simple_condition_evaluation_deploys_resource LocalStack Community: tests/aws/services/cloudformation/engine/test_conditions.py::TestCloudFormationConditions::test_simple_condition_evaluation_deploys_resource HTTP Status Code: 200 AWS validated
    • test_simple_condition_evaluation_doesnt_deploy_resource LocalStack Community: tests/aws/services/cloudformation/engine/test_conditions.py::TestCloudFormationConditions::test_simple_condition_evaluation_doesnt_deploy_resource HTTP Status Code: 200 AWS validated
    • test_simple_intrinsic_fn_condition_evaluation[nope] LocalStack Community: tests/aws/services/cloudformation/engine/test_conditions.py::TestCloudFormationConditions::test_simple_intrinsic_fn_condition_evaluation[nope] HTTP Status Code: 200 AWS validated
    • test_simple_intrinsic_fn_condition_evaluation[yep] LocalStack Community: tests/aws/services/cloudformation/engine/test_conditions.py::TestCloudFormationConditions::test_simple_intrinsic_fn_condition_evaluation[yep] HTTP Status Code: 200 AWS validated
    • test_sub_in_conditions LocalStack Community: tests/aws/services/cloudformation/engine/test_conditions.py::TestCloudFormationConditions::test_sub_in_conditions HTTP Status Code: 200 AWS validated
    • test_simple_mapping_working LocalStack Community: tests/aws/services/cloudformation/engine/test_mappings.py::TestCloudFormationMappings::test_simple_mapping_working HTTP Status Code: 200 AWS validated
    • test_fn_sub_cases LocalStack Community: tests/aws/services/cloudformation/engine/test_references.py::TestFnSub::test_fn_sub_cases HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_useful_error_when_invalid_ref LocalStack Community: tests/aws/services/cloudformation/engine/test_references.py::test_useful_error_when_invalid_ref HTTP Status Code: 200
    • test_black_box LocalStack Community: tests/aws/services/cloudformation/resource_providers/ec2/aws_ec2_networkacl/test_basic.py::TestBasicCRD::test_black_box HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_deploy_instance_with_key_pair LocalStack Community: tests/aws/services/cloudformation/resource_providers/ec2/test_ec2.py::test_deploy_instance_with_key_pair HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_autogenerated_values LocalStack Community: tests/aws/services/cloudformation/resource_providers/iam/aws_iam_user/test_basic.py::TestBasicCRD::test_autogenerated_values HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_black_box LocalStack Community: tests/aws/services/cloudformation/resource_providers/iam/aws_iam_user/test_basic.py::TestBasicCRD::test_black_box HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_getatt LocalStack Community: tests/aws/services/cloudformation/resource_providers/iam/aws_iam_user/test_basic.py::TestBasicCRD::test_getatt HTTP Status Code: 200 AWS validated
    • test_create_with_full_properties LocalStack Community: tests/aws/services/cloudformation/resource_providers/iam/aws_iam_user/test_parity.py::TestParity::test_create_with_full_properties HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_delete_role_detaches_role_policy LocalStack Community: tests/aws/services/cloudformation/resource_providers/iam/test_iam.py::test_delete_role_detaches_role_policy HTTP Status Code: 200 AWS validated
    • test_iam_user_access_key LocalStack Community: tests/aws/services/cloudformation/resource_providers/iam/test_iam.py::test_iam_user_access_key HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_iam_username_defaultname LocalStack Community: tests/aws/services/cloudformation/resource_providers/iam/test_iam.py::test_iam_username_defaultname HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_managed_policy_with_empty_resource LocalStack Community: tests/aws/services/cloudformation/resource_providers/iam/test_iam.py::test_managed_policy_with_empty_resource HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_policy_attachments LocalStack Community: tests/aws/services/cloudformation/resource_providers/iam/test_iam.py::test_policy_attachments HTTP Status Code: 200 AWS validated
    • test_server_certificate LocalStack Community: tests/aws/services/cloudformation/resource_providers/iam/test_iam.py::test_server_certificate HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_update_inline_policy LocalStack Community: tests/aws/services/cloudformation/resource_providers/iam/test_iam.py::test_update_inline_policy HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_schedule_and_group LocalStack Community: tests/aws/services/cloudformation/resource_providers/scheduler/test_scheduler.py::test_schedule_and_group HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cfn_acm_certificate LocalStack Community: tests/aws/services/cloudformation/resources/test_acm.py::test_cfn_acm_certificate HTTP Status Code: 200
    • test_account LocalStack Community: tests/aws/services/cloudformation/resources/test_apigateway.py::test_account HTTP Status Code: 200 AWS validated
    • test_api_gateway_with_policy_as_dict LocalStack Community: tests/aws/services/cloudformation/resources/test_apigateway.py::test_api_gateway_with_policy_as_dict HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cfn_apigateway_aws_integration LocalStack Community: tests/aws/services/cloudformation/resources/test_apigateway.py::test_cfn_apigateway_aws_integration HTTP Status Code: 200
    • test_cfn_apigateway_rest_api LocalStack Community: tests/aws/services/cloudformation/resources/test_apigateway.py::test_cfn_apigateway_rest_api HTTP Status Code: 200
    • test_cfn_apigateway_swagger_import LocalStack Community: tests/aws/services/cloudformation/resources/test_apigateway.py::test_cfn_apigateway_swagger_import HTTP Status Code: 200 AWS validated
    • test_cfn_deploy_apigateway_from_s3_swagger LocalStack Community: tests/aws/services/cloudformation/resources/test_apigateway.py::test_cfn_deploy_apigateway_from_s3_swagger HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cfn_deploy_apigateway_integration LocalStack Community: tests/aws/services/cloudformation/resources/test_apigateway.py::test_cfn_deploy_apigateway_integration HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cfn_deploy_apigateway_models LocalStack Community: tests/aws/services/cloudformation/resources/test_apigateway.py::test_cfn_deploy_apigateway_models HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cfn_with_apigateway_resources LocalStack Community: tests/aws/services/cloudformation/resources/test_apigateway.py::test_cfn_with_apigateway_resources HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_rest_api_serverless_ref_resolving LocalStack Community: tests/aws/services/cloudformation/resources/test_apigateway.py::test_rest_api_serverless_ref_resolving HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_update_usage_plan LocalStack Community: tests/aws/services/cloudformation/resources/test_apigateway.py::test_update_usage_plan HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_url_output LocalStack Community: tests/aws/services/cloudformation/resources/test_apigateway.py::test_url_output HTTP Status Code: 200
    • test_cdk_bootstrap[10] LocalStack Community: tests/aws/services/cloudformation/resources/test_cdk.py::TestCdkInit::test_cdk_bootstrap[10] HTTP Status Code: 200
    • test_cdk_bootstrap[11] LocalStack Community: tests/aws/services/cloudformation/resources/test_cdk.py::TestCdkInit::test_cdk_bootstrap[11] HTTP Status Code: 200
    • test_cdk_bootstrap[12] LocalStack Community: tests/aws/services/cloudformation/resources/test_cdk.py::TestCdkInit::test_cdk_bootstrap[12] HTTP Status Code: 200
    • test_cdk_template LocalStack Community: tests/aws/services/cloudformation/resources/test_cdk.py::TestCdkInit::test_cdk_template HTTP Status Code: 200
    • test_cdk_sample LocalStack Community: tests/aws/services/cloudformation/resources/test_cdk.py::TestCdkSampleApp::test_cdk_sample HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_macro LocalStack Community: tests/aws/services/cloudformation/resources/test_cloudformation.py::test_create_macro HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_waitcondition LocalStack Community: tests/aws/services/cloudformation/resources/test_cloudformation.py::test_waitcondition HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_alarm_creation LocalStack Community: tests/aws/services/cloudformation/resources/test_cloudwatch.py::test_alarm_creation HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_alarm_ext_statistic LocalStack Community: tests/aws/services/cloudformation/resources/test_cloudwatch.py::test_alarm_ext_statistic HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_composite_alarm_creation LocalStack Community: tests/aws/services/cloudformation/resources/test_cloudwatch.py::test_composite_alarm_creation HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_billing_mode_as_conditional[PAY_PER_REQUEST] LocalStack Community: tests/aws/services/cloudformation/resources/test_dynamodb.py::test_billing_mode_as_conditional[PAY_PER_REQUEST] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_billing_mode_as_conditional[PROVISIONED] LocalStack Community: tests/aws/services/cloudformation/resources/test_dynamodb.py::test_billing_mode_as_conditional[PROVISIONED] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_default_name_for_table LocalStack Community: tests/aws/services/cloudformation/resources/test_dynamodb.py::test_default_name_for_table HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_deploy_stack_with_dynamodb_table LocalStack Community: tests/aws/services/cloudformation/resources/test_dynamodb.py::test_deploy_stack_with_dynamodb_table HTTP Status Code: 200 AWS validated
    • test_global_table LocalStack Community: tests/aws/services/cloudformation/resources/test_dynamodb.py::test_global_table HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_global_table_with_ttl_and_sse LocalStack Community: tests/aws/services/cloudformation/resources/test_dynamodb.py::test_global_table_with_ttl_and_sse HTTP Status Code: 200 AWS validated
    • test_globalindex_read_write_provisioned_throughput_dynamodb_table LocalStack Community: tests/aws/services/cloudformation/resources/test_dynamodb.py::test_globalindex_read_write_provisioned_throughput_dynamodb_table HTTP Status Code: 200 AWS validated
    • test_table_with_ttl_and_sse LocalStack Community: tests/aws/services/cloudformation/resources/test_dynamodb.py::test_table_with_ttl_and_sse HTTP Status Code: 200 AWS validated
    • test_ttl_cdk LocalStack Community: tests/aws/services/cloudformation/resources/test_dynamodb.py::test_ttl_cdk HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cfn_with_multiple_route_table_associations LocalStack Community: tests/aws/services/cloudformation/resources/test_ec2.py::test_cfn_with_multiple_route_table_associations HTTP Status Code: 200
    • test_cfn_with_multiple_route_tables LocalStack Community: tests/aws/services/cloudformation/resources/test_ec2.py::test_cfn_with_multiple_route_tables HTTP Status Code: 200 AWS validated
    • test_dhcp_options LocalStack Community: tests/aws/services/cloudformation/resources/test_ec2.py::test_dhcp_options HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_internet_gateway_ref_and_attr LocalStack Community: tests/aws/services/cloudformation/resources/test_ec2.py::test_internet_gateway_ref_and_attr HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_simple_route_table_creation LocalStack Community: tests/aws/services/cloudformation/resources/test_ec2.py::test_simple_route_table_creation HTTP Status Code: 200
    • test_simple_route_table_creation_without_vpc LocalStack Community: tests/aws/services/cloudformation/resources/test_ec2.py::test_simple_route_table_creation_without_vpc HTTP Status Code: 200
    • test_transit_gateway_attachment LocalStack Community: tests/aws/services/cloudformation/resources/test_ec2.py::test_transit_gateway_attachment HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_vpc_creates_default_sg LocalStack Community: tests/aws/services/cloudformation/resources/test_ec2.py::test_vpc_creates_default_sg HTTP Status Code: 200 AWS validated
    • test_cfn_handle_elasticsearch_domain LocalStack Community: tests/aws/services/cloudformation/resources/test_elasticsearch.py::test_cfn_handle_elasticsearch_domain HTTP Status Code: 200
    • test_cfn_event_bus_resource LocalStack Community: tests/aws/services/cloudformation/resources/test_events.py::test_cfn_event_bus_resource HTTP Status Code: 200 AWS validated
    • test_cfn_handle_events_rule LocalStack Community: tests/aws/services/cloudformation/resources/test_events.py::test_cfn_handle_events_rule HTTP Status Code: 200
    • test_cfn_handle_events_rule_without_name LocalStack Community: tests/aws/services/cloudformation/resources/test_events.py::test_cfn_handle_events_rule_without_name HTTP Status Code: 200
    • test_event_rule_creation_without_target LocalStack Community: tests/aws/services/cloudformation/resources/test_events.py::test_event_rule_creation_without_target HTTP Status Code: 200
    • 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_eventbus_policies LocalStack Community: tests/aws/services/cloudformation/resources/test_events.py::test_eventbus_policies HTTP Status Code: 200 AWS validated
    • test_eventbus_policy_statement LocalStack Community: tests/aws/services/cloudformation/resources/test_events.py::test_eventbus_policy_statement HTTP Status Code: 200 AWS validated
    • test_rule_properties LocalStack Community: tests/aws/services/cloudformation/resources/test_events.py::test_rule_properties HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_firehose_stack_with_kinesis_as_source LocalStack Community: tests/aws/services/cloudformation/resources/test_firehose.py::test_firehose_stack_with_kinesis_as_source HTTP Status Code: 200 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: 200
    • test_cfn_handle_kinesis_firehose_resources LocalStack Community: tests/aws/services/cloudformation/resources/test_kinesis.py::test_cfn_handle_kinesis_firehose_resources HTTP Status Code: 200
    • test_default_parameters_kinesis LocalStack Community: tests/aws/services/cloudformation/resources/test_kinesis.py::test_default_parameters_kinesis HTTP Status Code: 200
    • test_dynamodb_stream_response_with_cf LocalStack Community: tests/aws/services/cloudformation/resources/test_kinesis.py::test_dynamodb_stream_response_with_cf HTTP Status Code: 200
    • test_kinesis_stream_consumer_creations LocalStack Community: tests/aws/services/cloudformation/resources/test_kinesis.py::test_kinesis_stream_consumer_creations HTTP Status Code: 200 AWS validated
    • test_stream_creation LocalStack Community: tests/aws/services/cloudformation/resources/test_kinesis.py::test_stream_creation HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cfn_with_kms_resources LocalStack Community: tests/aws/services/cloudformation/resources/test_kms.py::test_cfn_with_kms_resources HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_deploy_stack_with_kms LocalStack Community: tests/aws/services/cloudformation/resources/test_kms.py::test_deploy_stack_with_kms HTTP Status Code: 200
    • test_kms_key_disabled LocalStack Community: tests/aws/services/cloudformation/resources/test_kms.py::test_kms_key_disabled HTTP Status Code: 200
    • 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_lambda_dynamodb_event_filter LocalStack Community: tests/aws/services/cloudformation/resources/test_lambda.py::TestCfnLambdaIntegrations::test_lambda_dynamodb_event_filter HTTP Status Code: 200 AWS validated
    • 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_event_invoke_config LocalStack Community: tests/aws/services/cloudformation/resources/test_lambda.py::test_event_invoke_config HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_alias LocalStack Community: tests/aws/services/cloudformation/resources/test_lambda.py::test_lambda_alias 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_code_signing_config LocalStack Community: tests/aws/services/cloudformation/resources/test_lambda.py::test_lambda_code_signing_config HTTP Status Code: 200 AWS validated Snapshot Tested
    • 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_lambda_w_dynamodb_event_filter_update LocalStack Community: tests/aws/services/cloudformation/resources/test_lambda.py::test_lambda_w_dynamodb_event_filter_update HTTP Status Code: 200 AWS validated
    • test_multiple_lambda_permissions_for_singlefn LocalStack Community: tests/aws/services/cloudformation/resources/test_lambda.py::test_multiple_lambda_permissions_for_singlefn 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_conditional_deployment LocalStack Community: tests/aws/services/cloudformation/resources/test_legacy.py::TestCloudFormation::test_cfn_conditional_deployment HTTP Status Code: 200
    • test_cfn_handle_iam_role_resource_no_role_name LocalStack Community: tests/aws/services/cloudformation/resources/test_legacy.py::TestCloudFormation::test_cfn_handle_iam_role_resource_no_role_name HTTP Status Code: 200
    • test_cfn_handle_log_group_resource LocalStack Community: tests/aws/services/cloudformation/resources/test_legacy.py::TestCloudFormation::test_cfn_handle_log_group_resource HTTP Status Code: 200
    • test_cfn_handle_s3_notification_configuration[False-us-east-1] LocalStack Community: tests/aws/services/cloudformation/resources/test_legacy.py::TestCloudFormation::test_cfn_handle_s3_notification_configuration[False-us-east-1] HTTP Status Code: 200
    • test_cfn_handle_s3_notification_configuration[True-eu-west-1] LocalStack Community: tests/aws/services/cloudformation/resources/test_legacy.py::TestCloudFormation::test_cfn_handle_s3_notification_configuration[True-eu-west-1] HTTP Status Code: 200
    • test_cfn_handle_serverless_api_resource LocalStack Community: tests/aws/services/cloudformation/resources/test_legacy.py::TestCloudFormation::test_cfn_handle_serverless_api_resource HTTP Status Code: 200
    • test_cfn_template_with_short_form_fn_sub LocalStack Community: tests/aws/services/cloudformation/resources/test_legacy.py::TestCloudFormation::test_cfn_template_with_short_form_fn_sub HTTP Status Code: 200
    • test_cfn_with_exports LocalStack Community: tests/aws/services/cloudformation/resources/test_legacy.py::TestCloudFormation::test_cfn_with_exports HTTP Status Code: 200
    • test_cfn_with_route_table LocalStack Community: tests/aws/services/cloudformation/resources/test_legacy.py::TestCloudFormation::test_cfn_with_route_table HTTP Status Code: 200
    • test_functions_in_output_export_name LocalStack Community: tests/aws/services/cloudformation/resources/test_legacy.py::TestCloudFormation::test_functions_in_output_export_name HTTP Status Code: 200
    • test_resolve_transitive_placeholders_in_strings LocalStack Community: tests/aws/services/cloudformation/resources/test_legacy.py::TestCloudFormation::test_resolve_transitive_placeholders_in_strings HTTP Status Code: 200 AWS validated
    • test_sub_in_lambda_function_name LocalStack Community: tests/aws/services/cloudformation/resources/test_legacy.py::TestCloudFormation::test_sub_in_lambda_function_name HTTP Status Code: 200
    • test_update_conditions LocalStack Community: tests/aws/services/cloudformation/resources/test_legacy.py::TestCloudFormation::test_update_conditions HTTP Status Code: 200
    • test_updating_stack_with_iam_role LocalStack Community: tests/aws/services/cloudformation/resources/test_legacy.py::TestCloudFormation::test_updating_stack_with_iam_role 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_domain LocalStack Community: tests/aws/services/cloudformation/resources/test_opensearch.py::test_domain HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_domain_with_alternative_types LocalStack Community: tests/aws/services/cloudformation/resources/test_opensearch.py::test_domain_with_alternative_types HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_redshift_cluster LocalStack Community: tests/aws/services/cloudformation/resources/test_redshift.py::test_redshift_cluster HTTP Status Code: 200 AWS validated
    • test_create_health_check LocalStack Community: tests/aws/services/cloudformation/resources/test_route53.py::test_create_health_check HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_record_set_via_id LocalStack Community: tests/aws/services/cloudformation/resources/test_route53.py::test_create_record_set_via_id HTTP Status Code: 200 AWS validated
    • test_create_record_set_via_name LocalStack Community: tests/aws/services/cloudformation/resources/test_route53.py::test_create_record_set_via_name HTTP Status Code: 200 AWS validated
    • test_create_record_set_without_resource_record LocalStack Community: tests/aws/services/cloudformation/resources/test_route53.py::test_create_record_set_without_resource_record HTTP Status Code: 200 AWS validated
    • test_bucket_autoname LocalStack Community: tests/aws/services/cloudformation/resources/test_s3.py::test_bucket_autoname HTTP Status Code: 200 AWS validated
    • test_bucket_versioning LocalStack Community: tests/aws/services/cloudformation/resources/test_s3.py::test_bucket_versioning HTTP Status Code: 200
    • test_bucketpolicy LocalStack Community: tests/aws/services/cloudformation/resources/test_s3.py::test_bucketpolicy HTTP Status Code: 200
    • test_cors_configuration LocalStack Community: tests/aws/services/cloudformation/resources/test_s3.py::test_cors_configuration HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_object_lock_configuration LocalStack Community: tests/aws/services/cloudformation/resources/test_s3.py::test_object_lock_configuration HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_website_configuration LocalStack Community: tests/aws/services/cloudformation/resources/test_s3.py::test_website_configuration HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sam_policies LocalStack Community: tests/aws/services/cloudformation/resources/test_sam.py::test_sam_policies HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sam_template LocalStack Community: tests/aws/services/cloudformation/resources/test_sam.py::test_sam_template HTTP Status Code: 200
    • test_cfn_handle_secretsmanager_secret LocalStack Community: tests/aws/services/cloudformation/resources/test_secretsmanager.py::test_cfn_handle_secretsmanager_secret HTTP Status Code: 200
    • test_cfn_secret_policy LocalStack Community: tests/aws/services/cloudformation/resources/test_secretsmanager.py::test_cfn_secret_policy HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cfn_secretsmanager_gen_secret LocalStack Community: tests/aws/services/cloudformation/resources/test_secretsmanager.py::test_cfn_secretsmanager_gen_secret HTTP Status Code: 200
    • test_deploy_stack_with_sns_topic LocalStack Community: tests/aws/services/cloudformation/resources/test_sns.py::test_deploy_stack_with_sns_topic HTTP Status Code: 200 AWS validated
    • test_sns_subscription LocalStack Community: tests/aws/services/cloudformation/resources/test_sns.py::test_sns_subscription HTTP Status Code: 200 AWS validated
    • test_sns_topic_fifo_with_deduplication LocalStack Community: tests/aws/services/cloudformation/resources/test_sns.py::test_sns_topic_fifo_with_deduplication HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sns_topic_fifo_without_suffix_fails LocalStack Community: tests/aws/services/cloudformation/resources/test_sns.py::test_sns_topic_fifo_without_suffix_fails HTTP Status Code: 200
    • test_update_subscription LocalStack Community: tests/aws/services/cloudformation/resources/test_sns.py::test_update_subscription HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cfn_handle_sqs_resource LocalStack Community: tests/aws/services/cloudformation/resources/test_sqs.py::test_cfn_handle_sqs_resource HTTP Status Code: 200
    • test_sqs_fifo_queue_generates_valid_name LocalStack Community: tests/aws/services/cloudformation/resources/test_sqs.py::test_sqs_fifo_queue_generates_valid_name HTTP Status Code: 200 AWS validated
    • test_sqs_non_fifo_queue_generates_valid_name LocalStack Community: tests/aws/services/cloudformation/resources/test_sqs.py::test_sqs_non_fifo_queue_generates_valid_name HTTP Status Code: 200
    • test_sqs_queue_policy LocalStack Community: tests/aws/services/cloudformation/resources/test_sqs.py::test_sqs_queue_policy HTTP Status Code: 200
    • test_update_queue_no_change LocalStack Community: tests/aws/services/cloudformation/resources/test_sqs.py::test_update_queue_no_change HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_update_sqs_queuepolicy LocalStack Community: tests/aws/services/cloudformation/resources/test_sqs.py::test_update_sqs_queuepolicy HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_deploy_patch_baseline LocalStack Community: tests/aws/services/cloudformation/resources/test_ssm.py::test_deploy_patch_baseline HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_maintenance_window LocalStack Community: tests/aws/services/cloudformation/resources/test_ssm.py::test_maintenance_window HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_parameter_defaults LocalStack Community: tests/aws/services/cloudformation/resources/test_ssm.py::test_parameter_defaults HTTP Status Code: 200
    • test_update_ssm_parameter_tag LocalStack Community: tests/aws/services/cloudformation/resources/test_ssm.py::test_update_ssm_parameter_tag HTTP Status Code: 200 AWS validated
    • test_update_ssm_parameters LocalStack Community: tests/aws/services/cloudformation/resources/test_ssm.py::test_update_ssm_parameters 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_import_values_across_stacks LocalStack Community: tests/aws/services/cloudformation/test_template_engine.py::TestImportValues::test_import_values_across_stacks HTTP Status Code: 200 AWS validated
    • test_and_or_functions[Fn::And-0-0-False] LocalStack Community: tests/aws/services/cloudformation/test_template_engine.py::TestIntrinsicFunctions::test_and_or_functions[Fn::And-0-0-False] HTTP Status Code: 200 AWS validated
    • test_and_or_functions[Fn::And-0-1-False] LocalStack Community: tests/aws/services/cloudformation/test_template_engine.py::TestIntrinsicFunctions::test_and_or_functions[Fn::And-0-1-False] HTTP Status Code: 200 AWS validated
    • test_and_or_functions[Fn::And-1-0-False] LocalStack Community: tests/aws/services/cloudformation/test_template_engine.py::TestIntrinsicFunctions::test_and_or_functions[Fn::And-1-0-False] HTTP Status Code: 200 AWS validated
    • test_and_or_functions[Fn::And-1-1-True] LocalStack Community: tests/aws/services/cloudformation/test_template_engine.py::TestIntrinsicFunctions::test_and_or_functions[Fn::And-1-1-True] HTTP Status Code: 200 AWS validated
    • test_and_or_functions[Fn::Or-0-0-False] LocalStack Community: tests/aws/services/cloudformation/test_template_engine.py::TestIntrinsicFunctions::test_and_or_functions[Fn::Or-0-0-False] HTTP Status Code: 200 AWS validated
    • test_and_or_functions[Fn::Or-0-1-True] LocalStack Community: tests/aws/services/cloudformation/test_template_engine.py::TestIntrinsicFunctions::test_and_or_functions[Fn::Or-0-1-True] HTTP Status Code: 200 AWS validated
    • test_and_or_functions[Fn::Or-1-0-True] LocalStack Community: tests/aws/services/cloudformation/test_template_engine.py::TestIntrinsicFunctions::test_and_or_functions[Fn::Or-1-0-True] HTTP Status Code: 200 AWS validated
    • test_and_or_functions[Fn::Or-1-1-True] LocalStack Community: tests/aws/services/cloudformation/test_template_engine.py::TestIntrinsicFunctions::test_and_or_functions[Fn::Or-1-1-True] HTTP Status Code: 200 AWS validated
    • test_base64_sub_and_getatt_functions LocalStack Community: tests/aws/services/cloudformation/test_template_engine.py::TestIntrinsicFunctions::test_base64_sub_and_getatt_functions HTTP Status Code: 200 AWS validated
    • test_find_map_function LocalStack Community: tests/aws/services/cloudformation/test_template_engine.py::TestIntrinsicFunctions::test_find_map_function HTTP Status Code: 200 AWS validated
    • test_get_azs_function LocalStack Community: tests/aws/services/cloudformation/test_template_engine.py::TestIntrinsicFunctions::test_get_azs_function HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_split_length_and_join_functions LocalStack Community: tests/aws/services/cloudformation/test_template_engine.py::TestIntrinsicFunctions::test_split_length_and_join_functions HTTP Status Code: 200 AWS validated
    • test_sub_not_ready LocalStack Community: tests/aws/services/cloudformation/test_template_engine.py::TestIntrinsicFunctions::test_sub_not_ready 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_macro_deployment LocalStack Community: tests/aws/services/cloudformation/test_template_engine.py::TestMacros::test_macro_deployment 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_to_validate_template_limit_for_macro LocalStack Community: tests/aws/services/cloudformation/test_template_engine.py::TestMacros::test_to_validate_template_limit_for_macro 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_resolve_secretsmanager[resolve_secretsmanager.yaml] LocalStack Community: tests/aws/services/cloudformation/test_template_engine.py::TestSecretsManagerParameters::test_resolve_secretsmanager[resolve_secretsmanager.yaml] HTTP Status Code: 200 AWS validated
    • test_resolve_secretsmanager[resolve_secretsmanager_full.yaml] LocalStack Community: tests/aws/services/cloudformation/test_template_engine.py::TestSecretsManagerParameters::test_resolve_secretsmanager[resolve_secretsmanager_full.yaml] HTTP Status Code: 200 AWS validated
    • test_resolve_secretsmanager[resolve_secretsmanager_partial.yaml] LocalStack Community: tests/aws/services/cloudformation/test_template_engine.py::TestSecretsManagerParameters::test_resolve_secretsmanager[resolve_secretsmanager_partial.yaml] HTTP Status Code: 200 AWS validated
    • test_create_stack_with_ssm_parameters LocalStack Community: tests/aws/services/cloudformation/test_template_engine.py::TestSsmParameters::test_create_stack_with_ssm_parameters HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_resolve_ssm LocalStack Community: tests/aws/services/cloudformation/test_template_engine.py::TestSsmParameters::test_resolve_ssm HTTP Status Code: 200 AWS validated
    • test_resolve_ssm_secure LocalStack Community: tests/aws/services/cloudformation/test_template_engine.py::TestSsmParameters::test_resolve_ssm_secure HTTP Status Code: 200
    • test_resolve_ssm_with_version LocalStack Community: tests/aws/services/cloudformation/test_template_engine.py::TestSsmParameters::test_resolve_ssm_with_version HTTP Status Code: 200 AWS validated
    • test_invalid_stack_deploy LocalStack Community: tests/aws/services/cloudformation/test_template_engine.py::TestStackEvents::test_invalid_stack_deploy HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_implicit_type_conversion LocalStack Community: tests/aws/services/cloudformation/test_template_engine.py::TestTypes::test_implicit_type_conversion HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_unsupported LocalStack Community: tests/aws/services/cloudformation/test_unsupported.py::test_unsupported HTTP Status Code: 200
    • 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_cloudformation_deployment LocalStack Community: tests/aws/services/opensearch/test_opensearch.py::TestOpensearchProvider::test_cloudformation_deployment HTTP Status Code: 200
    • test_path_based_on_data LocalStack Community: tests/aws/services/stepfunctions/v2/scenarios/test_sfn_scenarios.py::TestFundamental::test_path_based_on_data 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
  • LocalStack Pro
    • test_describe_endpoints LocalStack Pro: tests/aws/scenario/dms_mariadb_kinesis/test_dms.py::TestDmsScenario::test_describe_endpoints HTTP Status Code: 200 AWS validated Snapshot Tested
    • 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_servicediscovery_ecs_integration LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_servicediscovery_ecs_integration HTTP Status Code: 200
    • test_websocket_subscriptions_relay_sample LocalStack Pro: tests/aws/services/appsync/test_appsync.py::TestAppSync::test_websocket_subscriptions_relay_sample HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_black_box LocalStack Pro: tests/aws/services/cloudformation/resource_providers/pipes/aws_pipes_pipe/test_basic.py::TestBasicCRD::test_black_box HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_black_box LocalStack Pro: tests/aws/services/cloudformation/resource_providers/qldb/aws_qldb_ledger/test_basic.py::TestBasicCRD::test_black_box HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_amplify_resources LocalStack Pro: tests/aws/services/cloudformation/resources/test_amplify.py::TestCfnAmplifyResources::test_amplify_resources HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_amplify_env_variables LocalStack Pro: tests/aws/services/cloudformation/resources/test_amplify.py::test_amplify_env_variables HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_vpc_link LocalStack Pro: tests/aws/services/cloudformation/resources/test_apigateway.py::test_vpc_link HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_api_mapping_deployment LocalStack Pro: tests/aws/services/cloudformation/resources/test_apigatewayv2.py::TestApiGwV2Apis::test_api_mapping_deployment HTTP Status Code: 200
    • test_create_apigatewayv2_resources LocalStack Pro: tests/aws/services/cloudformation/resources/test_apigatewayv2.py::TestApiGwV2Apis::test_create_apigatewayv2_resources HTTP Status Code: 200
    • test_domain_name_attributes LocalStack Pro: tests/aws/services/cloudformation/resources/test_apigatewayv2.py::TestApiGwV2Apis::test_domain_name_attributes HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sam_api_tagging LocalStack Pro: tests/aws/services/cloudformation/resources/test_apigatewayv2.py::TestApiGwV2Apis::test_sam_api_tagging HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_apigwv2_api LocalStack Pro: tests/aws/services/cloudformation/resources/test_apigatewayv2.py::TestApiGwV2Authorizers::test_apigwv2_api HTTP Status Code: 200 AWS validated
    • test_create_apigateway_authorizer LocalStack Pro: tests/aws/services/cloudformation/resources/test_apigatewayv2.py::TestApiGwV2Authorizers::test_create_apigateway_authorizer HTTP Status Code: 200
    • test_create_apigateway_authorizer_client_credentials LocalStack Pro: tests/aws/services/cloudformation/resources/test_apigatewayv2.py::TestApiGwV2Authorizers::test_create_apigateway_authorizer_client_credentials HTTP Status Code: 200
    • test_application_deployment LocalStack Pro: tests/aws/services/cloudformation/resources/test_appconfig.py::test_application_deployment HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_deploy_scenario[\n query VTLDynamoResolver {\n vtl {\n dynamoResult\n }\n }\n ] LocalStack Pro: tests/aws/services/cloudformation/resources/test_appsync.py::TestExpandedScenario::test_deploy_scenario[\n query VTLDynamoResolver {\n vtl {\n dynamoResult\n }\n }\n ] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_graphql_schema LocalStack Pro: tests/aws/services/cloudformation/resources/test_appsync.py::test_graphql_schema HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_graphqlapi LocalStack Pro: tests/aws/services/cloudformation/resources/test_appsync.py::test_graphqlapi HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_s3_code_locations LocalStack Pro: tests/aws/services/cloudformation/resources/test_appsync.py::test_s3_code_locations HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_athena LocalStack Pro: tests/aws/services/cloudformation/resources/test_athena.py::test_athena HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_autoscaling_group LocalStack Pro: tests/aws/services/cloudformation/resources/test_autoscaling.py::test_autoscaling_group HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cache_policies LocalStack Pro: tests/aws/services/cloudformation/resources/test_cloudfront.py::test_cache_policies HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cloudfront_distribution_with_logging LocalStack Pro: tests/aws/services/cloudformation/resources/test_cloudfront.py::test_cloudfront_distribution_with_logging HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_stack_cloudfront LocalStack Pro: tests/aws/services/cloudformation/resources/test_cloudfront.py::test_create_stack_cloudfront HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_origin_access_control LocalStack Pro: tests/aws/services/cloudformation/resources/test_cloudfront.py::test_origin_access_control HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_origin_request_policies LocalStack Pro: tests/aws/services/cloudformation/resources/test_cloudfront.py::test_origin_request_policies HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cloud_trail_deploy LocalStack Pro: tests/aws/services/cloudformation/resources/test_cloudtrail.py::test_cloud_trail_deploy HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cognito_custom_ids LocalStack Pro: tests/aws/services/cloudformation/resources/test_cognito.py::test_cognito_custom_ids HTTP Status Code: 200
    • test_cognito_role_attachment LocalStack Pro: tests/aws/services/cloudformation/resources/test_cognito.py::test_cognito_role_attachment HTTP Status Code: 200
    • test_user_pool_client_output LocalStack Pro: tests/aws/services/cloudformation/resources/test_cognito.py::test_user_pool_client_output 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_docdb_resources LocalStack Pro: tests/aws/services/cloudformation/resources/test_docdb.py::TestCfnDocDbResources::test_docdb_resources HTTP Status Code: 200 AWS validated
    • test_deploy_duplicate_security_group LocalStack Pro: tests/aws/services/cloudformation/resources/test_ec2.py::test_deploy_duplicate_security_group HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_ec2_launch_template LocalStack Pro: tests/aws/services/cloudformation/resources/test_ec2.py::test_ec2_launch_template HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_security_group_ingress_creation LocalStack Pro: tests/aws/services/cloudformation/resources/test_ec2.py::test_security_group_ingress_creation HTTP Status Code: 200 AWS validated
    • test_security_group_ingress_creation_isolation LocalStack Pro: tests/aws/services/cloudformation/resources/test_ec2.py::test_security_group_ingress_creation_isolation HTTP Status Code: 200 AWS validated
    • test_vpc_cidr_block_configurations LocalStack Pro: tests/aws/services/cloudformation/resources/test_ec2.py::test_vpc_cidr_block_configurations HTTP Status Code: 200 AWS validated
    • test_vpc_endpoint_service_configurations LocalStack Pro: tests/aws/services/cloudformation/resources/test_ec2.py::test_vpc_endpoint_service_configurations HTTP Status Code: 200 AWS validated
    • test_untransformed_url_when_no_repository_created LocalStack Pro: tests/aws/services/cloudformation/resources/test_ecr.py::test_untransformed_url_when_no_repository_created HTTP Status Code: 200
    • test_url_output LocalStack Pro: tests/aws/services/cloudformation/resources/test_ecr.py::test_url_output HTTP Status Code: 200
    • test_url_output_different_account_or_region[000000000000-eu-central-2] LocalStack Pro: tests/aws/services/cloudformation/resources/test_ecr.py::test_url_output_different_account_or_region[000000000000-eu-central-2] HTTP Status Code: 200
    • test_url_output_different_account_or_region[000000000000-us-east-1] LocalStack Pro: tests/aws/services/cloudformation/resources/test_ecr.py::test_url_output_different_account_or_region[000000000000-us-east-1] HTTP Status Code: 200
    • test_url_output_different_account_or_region[111111111111-eu-central-2] LocalStack Pro: tests/aws/services/cloudformation/resources/test_ecr.py::test_url_output_different_account_or_region[111111111111-eu-central-2] HTTP Status Code: 200
    • test_url_output_different_account_or_region[111111111111-us-east-1] LocalStack Pro: tests/aws/services/cloudformation/resources/test_ecr.py::test_url_output_different_account_or_region[111111111111-us-east-1] HTTP Status Code: 200
    • test_capacity_providers LocalStack Pro: tests/aws/services/cloudformation/resources/test_ecs.py::test_capacity_providers HTTP Status Code: 200 AWS validated Snapshot Tested
    • 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_url_output LocalStack Pro: tests/aws/services/cloudformation/resources/test_efs.py::test_url_output HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_eks_fargate_cluster LocalStack Pro: tests/aws/services/cloudformation/resources/test_eks.py::test_eks_fargate_cluster HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_eksctl_stack LocalStack Pro: tests/aws/services/cloudformation/resources/test_eks.py::test_eksctl_stack HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_resource_deployment LocalStack Pro: tests/aws/services/cloudformation/resources/test_elasticache.py::TestElasticacheResources::test_resource_deployment HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cache_cluster[redis] LocalStack Pro: tests/aws/services/cloudformation/resources/test_elasticache.py::test_cache_cluster[redis] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cluster_with_replication LocalStack Pro: tests/aws/services/cloudformation/resources/test_elasticache.py::test_cluster_with_replication HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_application_with_version_and_environment LocalStack Pro: tests/aws/services/cloudformation/resources/test_elasticbeanstalk.py::test_application_with_version_and_environment HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_elbv2_loadbalancer_resource LocalStack Pro: tests/aws/services/cloudformation/resources/test_elasticloadbalancingv2.py::test_elbv2_loadbalancer_resource HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_classifier LocalStack Pro: tests/aws/services/cloudformation/resources/test_glue.py::test_classifier HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_database LocalStack Pro: tests/aws/services/cloudformation/resources/test_glue.py::test_database HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_job LocalStack Pro: tests/aws/services/cloudformation/resources/test_glue.py::test_job HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_table LocalStack Pro: tests/aws/services/cloudformation/resources/test_glue.py::test_table HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_trigger LocalStack Pro: tests/aws/services/cloudformation/resources/test_glue.py::test_trigger HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_workflow LocalStack Pro: tests/aws/services/cloudformation/resources/test_glue.py::test_workflow HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_role_alias LocalStack Pro: tests/aws/services/cloudformation/resources/test_iot.py::test_role_alias HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_application_with_output_and_reference LocalStack Pro: tests/aws/services/cloudformation/resources/test_kinesisanalytics.py::test_application_with_output_and_reference HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_layer_python LocalStack Pro: tests/aws/services/cloudformation/resources/test_lambda.py::TestLambdaLayer::test_lambda_layer_python HTTP Status Code: 200
    • test_db_cluster_deployment LocalStack Pro: tests/aws/services/cloudformation/resources/test_rds.py::test_db_cluster_deployment HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_db_instance_deployment LocalStack Pro: tests/aws/services/cloudformation/resources/test_rds.py::test_db_instance_deployment HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_db_proxy LocalStack Pro: tests/aws/services/cloudformation/resources/test_rds.py::test_db_proxy HTTP Status Code: 200
    • test_parameter_group_creation LocalStack Pro: tests/aws/services/cloudformation/resources/test_rds.py::test_parameter_group_creation HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_rds_cluster_with_kms LocalStack Pro: tests/aws/services/cloudformation/resources/test_rds.py::test_rds_cluster_with_kms HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_docdb_resources LocalStack Pro: tests/aws/services/cloudformation/resources/test_redshift.py::TestCfnRedshiftSubnet::test_docdb_resources HTTP Status Code: 200 AWS validated
    • test_hostedzone_optionaltrailingdot[with_trailing_dot] LocalStack Pro: tests/aws/services/cloudformation/resources/test_route53.py::test_hostedzone_optionaltrailingdot[with_trailing_dot] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_hostedzone_optionaltrailingdot[without_trailing_dot] LocalStack Pro: tests/aws/services/cloudformation/resources/test_route53.py::test_hostedzone_optionaltrailingdot[without_trailing_dot] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_hostedzone_with_comment LocalStack Pro: tests/aws/services/cloudformation/resources/test_route53.py::test_hostedzone_with_comment HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_hostedzone_without_comment LocalStack Pro: tests/aws/services/cloudformation/resources/test_route53.py::test_hostedzone_without_comment HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_private_hostedzone LocalStack Pro: tests/aws/services/cloudformation/resources/test_route53.py::test_private_hostedzone HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_record_set_with_alias_record LocalStack Pro: tests/aws/services/cloudformation/resources/test_route53.py::test_record_set_with_alias_record HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_secretsmanager_target_attachment_maridab LocalStack Pro: tests/aws/services/cloudformation/resources/test_secretsmanager.py::test_secretsmanager_target_attachment_maridab HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_receiptrules LocalStack Pro: tests/aws/services/cloudformation/resources/test_ses.py::test_create_receiptrules HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_template LocalStack Pro: tests/aws/services/cloudformation/resources/test_ses.py::test_create_template HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_db_tables LocalStack Pro: tests/aws/services/cloudformation/resources/test_timestream.py::test_create_db_tables HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_misc_resources LocalStack Pro: tests/aws/services/cloudformation/test_api.py::TestAPI::test_create_misc_resources HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_from_cloudformation LocalStack Pro: tests/aws/services/cloudfront/test_cloudfront.py::TestCloudFront::test_create_from_cloudformation 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::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_cognito_authorizer_scopes LocalStack Pro: tests/aws/services/cognito/test_cognito.py::TestCognito::test_cognito_authorizer_scopes HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_service_run_task LocalStack Pro: tests/aws/services/ecs/test_ecs.py::TestTaskExecution::test_create_service_run_task HTTP Status Code: 200
    • test_create_iot_resources LocalStack Pro: tests/aws/services/iot/test_iot.py::TestIoTCrud::test_create_iot_resources HTTP Status Code: 200 AWS validated
    • test_create_iotanalytics_resources LocalStack Pro: tests/aws/services/iotanalytics/test_iotanalytics.py::TestIotAnalytics::test_create_iotanalytics_resources HTTP Status Code: 200
    • test_describe LocalStack Pro: tests/aws/services/neptune/test_neptune_cfn.py::TestNeptuneCfn::test_describe 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_batch_execute_statement_setup[postgres-v1] LocalStack Pro: tests/aws/services/rds/test_rds_data.py::TestAuroraMultiEngine::test_batch_execute_statement_setup[postgres-v1] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_select_char LocalStack Pro: tests/aws/services/rds/test_rds_data.py::TestAuroraPostgresCfn::test_select_char HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_validate_initial_setup LocalStack Pro: tests/aws/services/rds/test_rds_global.py::TestGlobalClusterCDK::test_validate_initial_setup HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_postgres_s3_extension_helpers[11] LocalStack Pro: tests/aws/services/rds/test_rds_postgres_extensions.py::TestRdsPostgresExtensions::test_postgres_s3_extension_helpers[11] HTTP Status Code: 200 AWS validated
Parameters: ChangeSetName, StackName
  • LocalStack Community
    • test_create_and_then_update_refreshes_template_metadata LocalStack Community: tests/aws/services/cloudformation/api/test_changesets.py::test_create_and_then_update_refreshes_template_metadata HTTP Status Code: 200 AWS validated
    • test_empty_changeset LocalStack Community: tests/aws/services/cloudformation/api/test_changesets.py::test_empty_changeset HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_name_conflicts LocalStack Community: tests/aws/services/cloudformation/api/test_changesets.py::test_name_conflicts HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cdk_bootstrap_redeploy LocalStack Community: tests/aws/services/cloudformation/resources/test_cdk.py::TestCdkInit::test_cdk_bootstrap_redeploy HTTP Status Code: 200
    • test_empty_changeset LocalStack Community: tests/aws/services/cloudformation/api/test_changesets.py::test_empty_changeset HTTP Status Code: 400 (InvalidChangeSetStatusException) AWS validated Snapshot Tested

GetTemplate

Parameters: StackName
  • LocalStack Community
    • test_diff_after_update LocalStack Community: tests/aws/services/cloudformation/api/test_update_stack.py::test_diff_after_update HTTP Status Code: 200 AWS validated
Parameters: StackName, TemplateStage
  • LocalStack Community
    • test_get_template[json] LocalStack Community: tests/aws/services/cloudformation/api/test_stacks.py::TestStacksApi::test_get_template[json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_get_template[yaml] LocalStack Community: tests/aws/services/cloudformation/api/test_stacks.py::TestStacksApi::test_get_template[yaml] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cdk_bootstrap_redeploy LocalStack Community: tests/aws/services/cloudformation/resources/test_cdk.py::TestCdkInit::test_cdk_bootstrap_redeploy HTTP Status Code: 200
    • 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_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_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

GetTemplateSummary

Parameters: StackName
  • LocalStack Community
    • test_create_and_then_update_refreshes_template_metadata LocalStack Community: tests/aws/services/cloudformation/api/test_changesets.py::test_create_and_then_update_refreshes_template_metadata HTTP Status Code: 200 AWS validated
    • test_get_template_summary LocalStack Community: tests/aws/services/cloudformation/api/test_templates.py::test_get_template_summary HTTP Status Code: 200 AWS validated Snapshot Tested
Parameters: TemplateBody
  • LocalStack Community
    • test_describe_template LocalStack Community: tests/aws/services/cloudformation/resources/test_kinesis.py::test_describe_template HTTP Status Code: 200 AWS validated
Parameters: TemplateURL
  • LocalStack Community
    • test_describe_template LocalStack Community: tests/aws/services/cloudformation/resources/test_kinesis.py::test_describe_template HTTP Status Code: 200 AWS validated

ListExports

Parameters: - (without any parameters)
  • LocalStack Community
    • test_cfn_with_exports LocalStack Community: tests/aws/services/cloudformation/resources/test_legacy.py::TestCloudFormation::test_cfn_with_exports HTTP Status Code: 200
    • test_cfn_with_route_table LocalStack Community: tests/aws/services/cloudformation/resources/test_legacy.py::TestCloudFormation::test_cfn_with_route_table HTTP Status Code: 200
  • LocalStack Pro
    • test_create_service_run_task LocalStack Pro: tests/aws/services/ecs/test_ecs.py::TestTaskExecution::test_create_service_run_task HTTP Status Code: 200

ListStackResources

Parameters: StackName
  • LocalStack Community
    • test_list_stack_resources_for_removed_resource LocalStack Community: tests/aws/services/cloudformation/api/test_stacks.py::TestStacksApi::test_list_stack_resources_for_removed_resource HTTP Status Code: 200
    • test_cdk_sample LocalStack Community: tests/aws/services/cloudformation/resources/test_cdk.py::TestCdkSampleApp::test_cdk_sample HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_deploy_stack_with_kms LocalStack Community: tests/aws/services/cloudformation/resources/test_kms.py::test_deploy_stack_with_kms HTTP Status Code: 200
    • test_cfn_handle_serverless_api_resource LocalStack Community: tests/aws/services/cloudformation/resources/test_legacy.py::TestCloudFormation::test_cfn_handle_serverless_api_resource HTTP Status Code: 200
    • test_event_rules_deployed LocalStack Community: tests/aws/test_serverless.py::TestServerless::test_event_rules_deployed HTTP Status Code: 200

ListStacks

Parameters: - (without any parameters)
  • LocalStack Pro
    • test_enforce_policy_cloudformation LocalStack Pro: tests/aws/services/iam/test_iam_enforcement.py::TestIAMEnforcementIdentityBasedPolicies::test_enforce_policy_cloudformation HTTP Status Code: 200
    • test_enforce_policy_cloudformation LocalStack Pro: tests/aws/services/iam/test_iam_enforcement.py::TestIAMEnforcementIdentityBasedPolicies::test_enforce_policy_cloudformation HTTP Status Code: 403 (CommonServiceException)

UpdateStack

Parameters: Capabilities, StackName, Tags, TemplateURL
  • LocalStack Community
    • test_event_rules_deployed LocalStack Community: tests/aws/test_serverless.py::TestServerless::test_event_rules_deployed HTTP Status Code: 200
Parameters: Capabilities, StackName, TemplateBody
  • LocalStack Community
    • 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
Parameters: Parameters, StackName, TemplateBody
  • LocalStack Community
    • test_basic_update LocalStack Community: tests/aws/services/cloudformation/api/test_update_stack.py::test_basic_update HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_update_with_previous_parameter_value LocalStack Community: tests/aws/services/cloudformation/api/test_update_stack.py::test_update_with_previous_parameter_value HTTP Status Code: 200 AWS validated Snapshot Tested
Parameters: Parameters, StackName, TemplateURL
  • LocalStack Community
    • test_update_using_template_url LocalStack Community: tests/aws/services/cloudformation/api/test_update_stack.py::test_update_using_template_url HTTP Status Code: 200 AWS validated
Parameters: StackName, TemplateBody
  • LocalStack Community
    • test_diff_after_update LocalStack Community: tests/aws/services/cloudformation/api/test_update_stack.py::test_diff_after_update HTTP Status Code: 200 AWS validated
    • test_no_parameters_update LocalStack Community: tests/aws/services/cloudformation/api/test_update_stack.py::test_no_parameters_update HTTP Status Code: 200 AWS validated
    • test_update_conditions LocalStack Community: tests/aws/services/cloudformation/resources/test_legacy.py::TestCloudFormation::test_update_conditions HTTP Status Code: 200
    • test_update_stack_with_same_template_withoutchange LocalStack Community: tests/aws/services/cloudformation/api/test_stacks.py::TestStacksApi::test_update_stack_with_same_template_withoutchange HTTP Status Code: 400 (ValidationError)
    • test_diff_after_update LocalStack Community: tests/aws/services/cloudformation/api/test_update_stack.py::test_diff_after_update HTTP Status Code: 400 (ValidationError) AWS validated

UpdateTerminationProtection

Parameters: EnableTerminationProtection, StackName
  • LocalStack Community
    • test_update_termination_protection LocalStack Community: tests/aws/services/cloudformation/api/test_stacks.py::test_update_termination_protection HTTP Status Code: 200 AWS validated Snapshot Tested
  • LocalStack Pro
    • test_cloudformation_stack_operations LocalStack Pro: tests/aws/services/iam/test_iam_enforcement.py::TestIAMEnforcementIdentityBasedPolicies::test_cloudformation_stack_operations HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cloudformation_stack_operations LocalStack Pro: tests/aws/services/iam/test_iam_enforcement.py::TestIAMEnforcementIdentityBasedPolicies::test_cloudformation_stack_operations HTTP Status Code: 403 (CommonServiceException) AWS validated Snapshot Tested
    • test_cloudformation_stack_operations LocalStack Pro: tests/aws/services/iam/test_iam_enforcement.py::TestIAMEnforcementIdentityBasedPolicies::test_cloudformation_stack_operations HTTP Status Code: 403 (CommonServiceException) AWS validated Snapshot Tested
    • test_cloudformation_stack_operations LocalStack Pro: tests/aws/services/iam/test_iam_enforcement.py::TestIAMEnforcementIdentityBasedPolicies::test_cloudformation_stack_operations HTTP Status Code: 403 (CommonServiceException) AWS validated Snapshot Tested
    • test_cloudformation_stack_operations LocalStack Pro: tests/aws/services/iam/test_iam_enforcement.py::TestIAMEnforcementIdentityBasedPolicies::test_cloudformation_stack_operations HTTP Status Code: 403 (CommonServiceException) AWS validated Snapshot Tested
    • test_cloudformation_stack_operations LocalStack Pro: tests/aws/services/iam/test_iam_enforcement.py::TestIAMEnforcementIdentityBasedPolicies::test_cloudformation_stack_operations HTTP Status Code: 403 (CommonServiceException) AWS validated Snapshot Tested
    • test_cloudformation_stack_operations LocalStack Pro: tests/aws/services/iam/test_iam_enforcement.py::TestIAMEnforcementIdentityBasedPolicies::test_cloudformation_stack_operations HTTP Status Code: 403 (CommonServiceException) AWS validated Snapshot Tested
    • test_cloudformation_stack_operations LocalStack Pro: tests/aws/services/iam/test_iam_enforcement.py::TestIAMEnforcementIdentityBasedPolicies::test_cloudformation_stack_operations HTTP Status Code: 403 (CommonServiceException) AWS validated Snapshot Tested

ValidateTemplate

Parameters: TemplateBody
  • LocalStack Community
    • test_validate_template LocalStack Community: tests/aws/services/cloudformation/resources/test_legacy.py::TestCloudFormation::test_validate_template HTTP Status Code: 200
    • test_validate_invalid_json_template_should_fail LocalStack Community: tests/aws/services/cloudformation/resources/test_legacy.py::TestCloudFormation::test_validate_invalid_json_template_should_fail HTTP Status Code: 400 (ValidationError)


Last modified March 20, 2023: improve Coverage Docs (#505) (46f2fb0c0)