Lambda

Implementation details for API lambda

Coverage Overview

Lambda is supported by LocalStack in the community version.

AvailabilityTesting*
OperationImplementedEditionInternal Test SuiteExternal Test SuiteTerraform ValidatedAWS ValidatedSnapshot TestedDetails
AddLayerVersionPermission✔️community✔️✔️✔️Show Tests
AddPermission✔️community✔️✔️✔️✔️Show Tests
CreateAlias✔️community✔️✔️✔️✔️Show Tests
CreateCodeSigningConfig✔️community✔️✔️✔️Show Tests
CreateEventSourceMapping✔️community✔️✔️✔️✔️Show Tests
CreateFunction✔️community✔️✔️✔️✔️Show Tests
CreateFunctionUrlConfig✔️community✔️✔️✔️✔️Show Tests
DeleteAlias✔️community✔️✔️✔️✔️Show Tests
DeleteCodeSigningConfig✔️community✔️✔️✔️Show Tests
DeleteEventSourceMapping✔️community✔️✔️✔️Show Tests
DeleteFunction✔️community✔️✔️✔️✔️Show Tests
DeleteFunctionCodeSigningConfig✔️community✔️✔️✔️Show Tests
DeleteFunctionConcurrency✔️community✔️✔️✔️✔️Show Tests
DeleteFunctionEventInvokeConfig✔️community✔️✔️✔️Show Tests
DeleteFunctionUrlConfig✔️community✔️✔️✔️✔️Show Tests
DeleteLayerVersion✔️community✔️✔️✔️Show Tests
DeleteProvisionedConcurrencyConfig✔️community✔️✔️✔️Show Tests
GetAccountSettings✔️community✔️✔️✔️Show Tests
GetAlias✔️community✔️✔️✔️✔️Show Tests
GetCodeSigningConfig✔️community✔️✔️✔️Show Tests
GetEventSourceMapping✔️community✔️✔️✔️✔️Show Tests
GetFunction✔️community✔️✔️✔️✔️Show Tests
GetFunctionCodeSigningConfig✔️community✔️✔️✔️Show Tests
GetFunctionConcurrency✔️community✔️✔️✔️✔️Show Tests
GetFunctionConfiguration✔️community✔️✔️✔️Show Tests
GetFunctionEventInvokeConfig✔️community✔️✔️✔️Show Tests
GetFunctionUrlConfig✔️community✔️✔️✔️✔️Show Tests
GetLayerVersion✔️community✔️✔️✔️Show Tests
GetLayerVersionByArn✔️community✔️✔️✔️Show Tests
GetLayerVersionPolicy✔️community✔️✔️✔️Show Tests
GetPolicy✔️community✔️✔️✔️✔️Show Tests
GetProvisionedConcurrencyConfig✔️community✔️✔️✔️Show Tests
GetRuntimeManagementConfig
Invoke✔️community✔️✔️✔️Show Tests
InvokeAsync
InvokeWithResponseStream
ListAliases✔️community✔️✔️✔️Show Tests
ListCodeSigningConfigs✔️community✔️✔️✔️Show Tests
ListEventSourceMappings✔️community✔️✔️✔️✔️✔️Show Tests
ListFunctionEventInvokeConfigs✔️community✔️✔️✔️Show Tests
ListFunctionUrlConfigs✔️community✔️✔️✔️Show Tests
ListFunctions✔️community✔️✔️✔️✔️Show Tests
ListFunctionsByCodeSigningConfig✔️community✔️✔️✔️Show Tests
ListLayerVersions✔️community✔️✔️✔️Show Tests
ListLayers✔️community✔️✔️✔️Show Tests
ListProvisionedConcurrencyConfigs✔️community✔️✔️✔️Show Tests
ListTags✔️community✔️✔️✔️✔️Show Tests
ListVersionsByFunction✔️community✔️✔️✔️✔️Show Tests
PublishLayerVersion✔️community✔️✔️✔️Show Tests
PublishVersion✔️community✔️✔️✔️✔️Show Tests
PutFunctionCodeSigningConfig✔️community✔️✔️✔️Show Tests
PutFunctionConcurrency✔️community✔️✔️✔️✔️Show Tests
PutFunctionEventInvokeConfig✔️community✔️✔️✔️Show Tests
PutProvisionedConcurrencyConfig✔️community✔️✔️✔️Show Tests
PutRuntimeManagementConfig
RemoveLayerVersionPermission✔️community✔️✔️✔️Show Tests
RemovePermission✔️community✔️✔️✔️✔️Show Tests
TagResource✔️community✔️✔️✔️✔️Show Tests
UntagResource✔️community✔️✔️✔️✔️Show Tests
UpdateAlias✔️community✔️✔️✔️✔️Show Tests
UpdateCodeSigningConfig✔️community✔️✔️✔️Show Tests
UpdateEventSourceMapping✔️community✔️✔️✔️Show Tests
UpdateFunctionCode✔️community✔️✔️✔️✔️Show Tests
UpdateFunctionConfiguration✔️community✔️✔️✔️Show Tests
UpdateFunctionEventInvokeConfig✔️community✔️✔️✔️Show Tests
UpdateFunctionUrlConfig✔️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


AddLayerVersionPermission

Parameters: Action, LayerName, Principal, RevisionId, StatementId, VersionNumber
  • LocalStack Community
    • test_layer_policy_lifecycle LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaLayer::test_layer_policy_lifecycle HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_layer_policy_exceptions LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaLayer::test_layer_policy_exceptions HTTP Status Code: 412 (PreconditionFailedException) AWS validated Snapshot Tested
Parameters: Action, LayerName, Principal, StatementId, VersionNumber
  • LocalStack Community
    • test_cross_account_access LocalStack Community: tests/integration/awslambda/test_lambda.py::TestLambdaFeatures::test_cross_account_access HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_layer_policy_exceptions LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaLayer::test_layer_policy_exceptions HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_layer_policy_lifecycle LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaLayer::test_layer_policy_lifecycle HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_layer_policy_exceptions LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaLayer::test_layer_policy_exceptions HTTP Status Code: 400 (ValidationException) AWS validated Snapshot Tested
    • test_layer_policy_exceptions LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaLayer::test_layer_policy_exceptions HTTP Status Code: 404 (ResourceNotFoundException) AWS validated Snapshot Tested
    • test_layer_policy_exceptions LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaLayer::test_layer_policy_exceptions HTTP Status Code: 404 (ResourceNotFoundException) AWS validated Snapshot Tested
    • test_layer_policy_exceptions LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaLayer::test_layer_policy_exceptions HTTP Status Code: 409 (ResourceConflictException) AWS validated Snapshot Tested
  • LocalStack Pro
    • test_get_lambda_layer LocalStack Pro: tests/integration/iam_enforcement/test_iam_enforcement.py::TestIAMEnforcementResourceBasedPolicies::test_get_lambda_layer HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_cross_account_layer LocalStack Pro: tests/integration/test_lambda.py::TestLambdaLayerBehavior::test_cross_account_layer HTTP Status Code: 201 AWS validated Snapshot Tested

AddPermission

Parameters: Action, EventSourceToken, FunctionName, Principal, StatementId
  • LocalStack Community
    • test_add_lambda_permission_fields LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaPermissions::test_add_lambda_permission_fields HTTP Status Code: 201 AWS validated Snapshot Tested
Parameters: Action, FunctionName, FunctionUrlAuthType, Principal, PrincipalOrgID, SourceAccount, SourceArn, StatementId
  • LocalStack Community
    • test_add_lambda_permission_fields LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaPermissions::test_add_lambda_permission_fields HTTP Status Code: 201 AWS validated Snapshot Tested
Parameters: Action, FunctionName, FunctionUrlAuthType, Principal, StatementId
  • LocalStack Community
    • test_lambda_url_echo_invoke LocalStack Community: tests/integration/awslambda/test_lambda.py::TestLambdaURL::test_lambda_url_echo_invoke HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_lambda_url_invocation[boolean] LocalStack Community: tests/integration/awslambda/test_lambda.py::TestLambdaURL::test_lambda_url_invocation[boolean] HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_lambda_url_invocation[dict] LocalStack Community: tests/integration/awslambda/test_lambda.py::TestLambdaURL::test_lambda_url_invocation[dict] HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_lambda_url_invocation[float] LocalStack Community: tests/integration/awslambda/test_lambda.py::TestLambdaURL::test_lambda_url_invocation[float] HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_lambda_url_invocation[http-response-json] LocalStack Community: tests/integration/awslambda/test_lambda.py::TestLambdaURL::test_lambda_url_invocation[http-response-json] HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_lambda_url_invocation[http-response] LocalStack Community: tests/integration/awslambda/test_lambda.py::TestLambdaURL::test_lambda_url_invocation[http-response] HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_lambda_url_invocation[integer] LocalStack Community: tests/integration/awslambda/test_lambda.py::TestLambdaURL::test_lambda_url_invocation[integer] HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_lambda_url_invocation[list-mixed] LocalStack Community: tests/integration/awslambda/test_lambda.py::TestLambdaURL::test_lambda_url_invocation[list-mixed] HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_lambda_url_invocation[string] LocalStack Community: tests/integration/awslambda/test_lambda.py::TestLambdaURL::test_lambda_url_invocation[string] HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_lambda_url_invocation_exception LocalStack Community: tests/integration/awslambda/test_lambda.py::TestLambdaURL::test_lambda_url_invocation_exception HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_request_id_invoke_url LocalStack Community: tests/integration/awslambda/test_lambda.py::TestRequestIdHandling::test_request_id_invoke_url HTTP Status Code: 201 AWS validated Snapshot Tested
Parameters: Action, FunctionName, Principal, Qualifier, RevisionId, SourceArn, StatementId
  • LocalStack Community
    • test_lambda_permission_fn_versioning LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaPermissions::test_lambda_permission_fn_versioning HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_lambda_permission_fn_versioning LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaPermissions::test_lambda_permission_fn_versioning HTTP Status Code: 412 (PreconditionFailedException) AWS validated Snapshot Tested
Parameters: Action, FunctionName, Principal, Qualifier, SourceArn, StatementId
  • LocalStack Community
    • test_lambda_permission_fn_versioning LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaPermissions::test_lambda_permission_fn_versioning HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_permission_exceptions LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaPermissions::test_permission_exceptions HTTP Status Code: 400 (InvalidParameterValueException) AWS validated Snapshot Tested
    • test_permission_exceptions LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaPermissions::test_permission_exceptions HTTP Status Code: 400 (InvalidParameterValueException) AWS validated Snapshot Tested
    • test_permission_exceptions LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaPermissions::test_permission_exceptions HTTP Status Code: 400 (ValidationException) AWS validated Snapshot Tested
    • test_permission_exceptions LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaPermissions::test_permission_exceptions HTTP Status Code: 404 (ResourceNotFoundException) AWS validated Snapshot Tested
    • test_permission_exceptions LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaPermissions::test_permission_exceptions HTTP Status Code: 404 (ResourceNotFoundException) AWS validated Snapshot Tested
Parameters: Action, FunctionName, Principal, RevisionId, SourceArn, StatementId
  • LocalStack Community
    • test_lambda_permission_fn_versioning LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaPermissions::test_lambda_permission_fn_versioning HTTP Status Code: 201 AWS validated Snapshot Tested
Parameters: Action, FunctionName, Principal, RevisionId, StatementId
  • LocalStack Community
    • test_function_revisions_permissions LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaRevisions::test_function_revisions_permissions HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_function_revisions_permissions LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaRevisions::test_function_revisions_permissions HTTP Status Code: 412 (PreconditionFailedException) AWS validated Snapshot Tested
Parameters: Action, FunctionName, Principal, SourceAccount, SourceArn, StatementId
  • LocalStack Community
    • test_put_subscription_filter_lambda LocalStack Community: tests/integration/test_logs.py::TestCloudWatchLogs::test_put_subscription_filter_lambda HTTP Status Code: 201 AWS validated Snapshot Tested
Parameters: Action, FunctionName, Principal, SourceAccount, StatementId
  • LocalStack Community
    • test_add_lambda_permission_fields LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaPermissions::test_add_lambda_permission_fields HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_permission_exceptions LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaPermissions::test_permission_exceptions HTTP Status Code: 400 (InvalidParameterValueException) AWS validated Snapshot Tested
Parameters: Action, FunctionName, Principal, SourceArn, StatementId
  • LocalStack Community
    • test_api_gateway_lambda_integration_aws_type LocalStack Community: tests/integration/apigateway/test_apigateway_basic.py::TestAPIGateway::test_api_gateway_lambda_integration_aws_type HTTP Status Code: 201 AWS validated
    • test_apigw_stage_variables[dev] LocalStack Community: tests/integration/apigateway/test_apigateway_basic.py::TestAPIGateway::test_apigw_stage_variables[dev] HTTP Status Code: 201 AWS validated
    • test_apigw_stage_variables[local] LocalStack Community: tests/integration/apigateway/test_apigateway_basic.py::TestAPIGateway::test_apigw_stage_variables[local] HTTP Status Code: 201 AWS validated
    • test_api_gateway_request_validator LocalStack Community: tests/integration/apigateway/test_apigateway_common.py::TestApiGatewayCommon::test_api_gateway_request_validator HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_add_lambda_permission_aws LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaPermissions::test_add_lambda_permission_aws HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_lambda_permission_fn_versioning LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaPermissions::test_lambda_permission_fn_versioning HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_permission_exceptions LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaPermissions::test_permission_exceptions HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_remove_multi_permissions LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaPermissions::test_remove_multi_permissions HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_java_lambda_subscribe_sns_topic LocalStack Community: tests/integration/awslambda/test_lambda_runtimes.py::TestJavaRuntimes::test_java_lambda_subscribe_sns_topic HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_cdk_template LocalStack Community: tests/integration/cloudformation/resources/test_cdk.py::TestCdkInit::test_cdk_template HTTP Status Code: 201
    • test_events_sqs_sns_lambda LocalStack Community: tests/integration/cloudformation/resources/test_integration.py::test_events_sqs_sns_lambda HTTP Status Code: 201
    • test_cfn_lambda_permissions LocalStack Community: tests/integration/cloudformation/resources/test_lambda.py::TestCfnLambdaIntegrations::test_cfn_lambda_permissions HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_cfn_handle_serverless_api_resource LocalStack Community: tests/integration/cloudformation/resources/test_legacy.py::TestCloudFormation::test_cfn_handle_serverless_api_resource HTTP Status Code: 201
    • test_sam_policies LocalStack Community: tests/integration/cloudformation/resources/test_sam.py::test_sam_policies HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_apigateway_invoke LocalStack Community: tests/integration/cloudformation/resources/test_stepfunctions.py::test_apigateway_invoke HTTP Status Code: 201
    • test_apigateway_invoke_localhost LocalStack Community: tests/integration/cloudformation/resources/test_stepfunctions.py::test_apigateway_invoke_localhost HTTP Status Code: 201
    • test_apigateway_invoke_localhost_with_path LocalStack Community: tests/integration/cloudformation/resources/test_stepfunctions.py::test_apigateway_invoke_localhost_with_path HTTP Status Code: 201
    • test_apigateway_invoke_with_path LocalStack Community: tests/integration/cloudformation/resources/test_stepfunctions.py::test_apigateway_invoke_with_path HTTP Status Code: 201
    • test_step_functions_calling_api_gateway LocalStack Community: tests/integration/stepfunctions/v2/scenarios/test_sfn_scenarios.py::TestFundamental::test_step_functions_calling_api_gateway HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_apigateway_deployed LocalStack Community: tests/integration/test_serverless.py::TestServerless::test_apigateway_deployed HTTP Status Code: 201
    • test_sns_topic_as_lambda_dead_letter_queue LocalStack Community: tests/integration/test_sns.py::TestSNSProvider::test_sns_topic_as_lambda_dead_letter_queue HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_delivery_lambda LocalStack Community: tests/integration/test_sns.py::TestSNSPublishDelivery::test_delivery_lambda HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_python_lambda_subscribe_sns_topic LocalStack Community: tests/integration/test_sns.py::TestSNSSubscription::test_python_lambda_subscribe_sns_topic HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_permission_exceptions LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaPermissions::test_permission_exceptions HTTP Status Code: 404 (ResourceNotFoundException) AWS validated Snapshot Tested
    • test_permission_exceptions LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaPermissions::test_permission_exceptions HTTP Status Code: 404 (ResourceNotFoundException) AWS validated Snapshot Tested
    • test_permission_exceptions LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaPermissions::test_permission_exceptions HTTP Status Code: 409 (ResourceConflictException) AWS validated Snapshot Tested
  • LocalStack Pro
    • test_apigw_v2_lambda_request_authorizer[1.0] LocalStack Pro: tests/integration/apigateway/test_http_apis.py::TestHttpApis::test_apigw_v2_lambda_request_authorizer[1.0] HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_apigw_v2_lambda_request_authorizer[2.0] LocalStack Pro: tests/integration/apigateway/test_http_apis.py::TestHttpApis::test_apigw_v2_lambda_request_authorizer[2.0] HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_cors_preflight_requests LocalStack Pro: tests/integration/apigateway/test_http_apis.py::TestHttpApis::test_cors_preflight_requests HTTP Status Code: 201 AWS validated
    • test_http_to_lambda_payload_v2 LocalStack Pro: tests/integration/apigateway/test_http_apis.py::TestHttpApis::test_http_to_lambda_payload_v2 HTTP Status Code: 201 AWS validated
    • test_lambda_events[1.0] LocalStack Pro: tests/integration/apigateway/test_http_apis.py::TestHttpApis::test_lambda_events[1.0] HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_lambda_events[2.0] LocalStack Pro: tests/integration/apigateway/test_http_apis.py::TestHttpApis::test_lambda_events[2.0] HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_cognito_authorizer_token_types[client_credentials] LocalStack Pro: tests/integration/apigateway/test_rest_apis.py::TestRestAPIs::test_cognito_authorizer_token_types[client_credentials] HTTP Status Code: 201 AWS validated
    • test_cognito_authorizer_token_types[username] LocalStack Pro: tests/integration/apigateway/test_rest_apis.py::TestRestAPIs::test_cognito_authorizer_token_types[username] HTTP Status Code: 201 AWS validated
    • test_lambda_token_authorizer LocalStack Pro: tests/integration/apigateway/test_rest_apis.py::TestRestAPIs::test_lambda_token_authorizer HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_lambda_token_authorizer_event_payload LocalStack Pro: tests/integration/apigateway/test_rest_apis.py::TestRestAPIs::test_lambda_token_authorizer_event_payload HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_lambda_token_authorizer_path_suffixes LocalStack Pro: tests/integration/apigateway/test_rest_apis.py::TestRestAPIs::test_lambda_token_authorizer_path_suffixes HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_rest_import_openapi_3_0 LocalStack Pro: tests/integration/apigateway/test_rest_apis.py::TestRestAPIs::test_rest_import_openapi_3_0 HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_cognito_authorization_auth_context_propagated LocalStack Pro: tests/integration/appsync/test_appsync.py::TestAppSync::test_cognito_authorization_auth_context_propagated HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_cognito_authorization_auth_context_propagated_without_groups LocalStack Pro: tests/integration/appsync/test_appsync.py::TestAppSync::test_cognito_authorization_auth_context_propagated_without_groups HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_lambda_authorization LocalStack Pro: tests/integration/appsync/test_appsync.py::TestAppSync::test_lambda_authorization HTTP Status Code: 201 AWS validated
    • test_events_lambda LocalStack Pro: tests/integration/iam_enforcement/test_inter_service_enforcement.py::TestInterServiceCommunicationEnforcement::test_events_lambda HTTP Status Code: 201 AWS validated
    • test_sns_lambda_subscription LocalStack Pro: tests/integration/iam_enforcement/test_inter_service_enforcement.py::TestInterServiceCommunicationEnforcement::test_sns_lambda_subscription HTTP Status Code: 201 AWS validated
    • test_lambda_redirect LocalStack Pro: tests/integration/test_cloudfront.py::TestCloudFront::test_lambda_redirect HTTP Status Code: 201 AWS validated
    • test_load_balancing LocalStack Pro: tests/integration/test_elb.py::TestELB::test_load_balancing HTTP Status Code: 201 AWS validated Snapshot Tested
Parameters: Action, FunctionName, Principal, StatementId
  • LocalStack Community
    • test_add_lambda_permission_fields LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaPermissions::test_add_lambda_permission_fields HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_create_multiple_lambda_permissions LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaPermissions::test_create_multiple_lambda_permissions HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_remove_multi_permissions LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaPermissions::test_remove_multi_permissions HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_cfn_function_url LocalStack Community: tests/integration/cloudformation/resources/test_lambda.py::test_cfn_function_url HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_multiple_lambda_permissions_for_singlefn LocalStack Community: tests/integration/cloudformation/resources/test_lambda.py::test_multiple_lambda_permissions_for_singlefn HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_create_object_by_presigned_request_via_dynamodb LocalStack Community: tests/integration/s3/test_s3_notifications_lambda.py::TestS3NotificationsToLambda::test_create_object_by_presigned_request_via_dynamodb HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_create_object_put_via_dynamodb LocalStack Community: tests/integration/s3/test_s3_notifications_lambda.py::TestS3NotificationsToLambda::test_create_object_put_via_dynamodb HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_should_ignore_schedules_for_put_event LocalStack Community: tests/integration/test_events.py::TestEvents::test_should_ignore_schedules_for_put_event HTTP Status Code: 201 AWS validated
    • test_permission_exceptions LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaPermissions::test_permission_exceptions HTTP Status Code: 400 (ValidationException) AWS validated Snapshot Tested
  • LocalStack Pro
    • test_cognito_authorizer_token_types[client_credentials] LocalStack Pro: tests/integration/apigateway/test_rest_apis.py::TestRestAPIs::test_cognito_authorizer_token_types[client_credentials] HTTP Status Code: 201 AWS validated
    • test_cognito_authorizer_token_types[username] LocalStack Pro: tests/integration/apigateway/test_rest_apis.py::TestRestAPIs::test_cognito_authorizer_token_types[username] HTTP Status Code: 201 AWS validated
    • test_connect_disconnect_always_called LocalStack Pro: tests/integration/apigateway/test_websocket_apis.py::TestWebSockets::test_connect_disconnect_always_called HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_lambda_invoke LocalStack Pro: tests/integration/iam_enforcement/test_iam_enforcement.py::TestIAMEnforcementResourceBasedPolicies::test_lambda_invoke HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_get_resource_policy_lambda LocalStack Pro: tests/integration/iam_enforcement/test_iam_internals.py::TestIAMResourcePolicyRetrieval::test_get_resource_policy_lambda HTTP Status Code: 201
    • test_admin_create_user_should_trigger_custom_message_lambda LocalStack Pro: tests/integration/test_cognito.py::TestCognito::test_admin_create_user_should_trigger_custom_message_lambda HTTP Status Code: 201 AWS validated
    • test_api_gateway_cognito_pool_authorizer LocalStack Pro: tests/integration/test_cognito.py::TestCognito::test_api_gateway_cognito_pool_authorizer HTTP Status Code: 201 AWS validated
    • test_api_gateway_cognito_pool_authorizer_oauth_client_credentials_token LocalStack Pro: tests/integration/test_cognito.py::TestCognito::test_api_gateway_cognito_pool_authorizer_oauth_client_credentials_token HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_auth_trigger_group_overrides LocalStack Pro: tests/integration/test_cognito.py::TestTriggers::test_auth_trigger_group_overrides HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_cognito_triggers LocalStack Pro: tests/integration/test_cognito.py::TestTriggers::test_cognito_triggers HTTP Status Code: 201 AWS validated
    • test_custom_auth_triggers LocalStack Pro: tests/integration/test_cognito.py::TestTriggers::test_custom_auth_triggers HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_user_migration_lambda[None] LocalStack Pro: tests/integration/test_cognito.py::TestTriggers::test_user_migration_lambda[None] HTTP Status Code: 201
    • test_user_migration_lambda[aliases1] LocalStack Pro: tests/integration/test_cognito.py::TestTriggers::test_user_migration_lambda[aliases1] HTTP Status Code: 201
    • test_user_migration_lambda[aliases2] LocalStack Pro: tests/integration/test_cognito.py::TestTriggers::test_user_migration_lambda[aliases2] HTTP Status Code: 201

CreateAlias

Parameters: Description, FunctionName, FunctionVersion, Name
  • LocalStack Community
    • test_alias_lifecycle LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaAlias::test_alias_lifecycle HTTP Status Code: 201 AWS validated Snapshot Tested
  • LocalStack Pro
    • test_create_misc_resources LocalStack Pro: tests/integration/cloudformation/test_api.py::TestAPI::test_create_misc_resources HTTP Status Code: 201
Parameters: Description, FunctionName, FunctionVersion, Name, RoutingConfig
  • LocalStack Community
    • test_alias_lifecycle LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaAlias::test_alias_lifecycle HTTP Status Code: 201 AWS validated Snapshot Tested
Parameters: FunctionName, FunctionVersion, Name
  • LocalStack Community
    • test_lambda_alias_moving LocalStack Community: tests/integration/awslambda/test_lambda.py::TestLambdaAliases::test_lambda_alias_moving HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_cross_account_access LocalStack Community: tests/integration/awslambda/test_lambda.py::TestLambdaFeatures::test_cross_account_access HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_alias_lifecycle LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaAlias::test_alias_lifecycle HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_notfound_and_invalid_routingconfigs LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaAlias::test_notfound_and_invalid_routingconfigs HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_lambda_eventinvokeconfig_exceptions LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaEventInvokeConfig::test_lambda_eventinvokeconfig_exceptions HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_lambda_permission_fn_versioning LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaPermissions::test_lambda_permission_fn_versioning HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_lambda_provisioned_lifecycle LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaProvisionedConcurrency::test_lambda_provisioned_lifecycle HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_function_revisions_version_and_alias LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaRevisions::test_function_revisions_version_and_alias HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_url_config_exceptions LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaUrl::test_url_config_exceptions HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_url_config_list_paging LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaUrl::test_url_config_list_paging HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_lambda_alias LocalStack Community: tests/integration/cloudformation/resources/test_lambda.py::test_lambda_alias HTTP Status Code: 201 AWS validated Snapshot Tested
Parameters: FunctionName, FunctionVersion, Name, RoutingConfig
  • LocalStack Community
    • test_alias_routingconfig LocalStack Community: tests/integration/awslambda/test_lambda.py::TestLambdaAliases::test_alias_routingconfig HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_notfound_and_invalid_routingconfigs LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaAlias::test_notfound_and_invalid_routingconfigs HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_notfound_and_invalid_routingconfigs LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaAlias::test_notfound_and_invalid_routingconfigs HTTP Status Code: 400 (InvalidParameterValueException) AWS validated Snapshot Tested
    • test_notfound_and_invalid_routingconfigs LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaAlias::test_notfound_and_invalid_routingconfigs HTTP Status Code: 400 (ValidationException) AWS validated Snapshot Tested
    • test_notfound_and_invalid_routingconfigs LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaAlias::test_notfound_and_invalid_routingconfigs HTTP Status Code: 400 (ValidationException) AWS validated Snapshot Tested
    • test_notfound_and_invalid_routingconfigs LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaAlias::test_notfound_and_invalid_routingconfigs HTTP Status Code: 400 (InvalidParameterValueException) AWS validated Snapshot Tested
    • test_notfound_and_invalid_routingconfigs LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaAlias::test_notfound_and_invalid_routingconfigs HTTP Status Code: 400 (InvalidParameterValueException) AWS validated Snapshot Tested
    • test_notfound_and_invalid_routingconfigs LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaAlias::test_notfound_and_invalid_routingconfigs HTTP Status Code: 400 (ValidationException) AWS validated Snapshot Tested
    • test_notfound_and_invalid_routingconfigs LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaAlias::test_notfound_and_invalid_routingconfigs HTTP Status Code: 404 (ResourceNotFoundException) AWS validated Snapshot Tested
    • test_notfound_and_invalid_routingconfigs LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaAlias::test_notfound_and_invalid_routingconfigs HTTP Status Code: 404 (ResourceNotFoundException) AWS validated Snapshot Tested
    • test_notfound_and_invalid_routingconfigs LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaAlias::test_notfound_and_invalid_routingconfigs HTTP Status Code: 409 (ResourceConflictException) AWS validated Snapshot Tested

CreateCodeSigningConfig

Parameters: AllowedPublishers, CodeSigningPolicies, Description
  • LocalStack Community
    • test_code_signing_not_found_excs LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestCodeSigningConfig::test_code_signing_not_found_excs HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_function_code_signing_config LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestCodeSigningConfig::test_function_code_signing_config HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_lambda_code_signing_config LocalStack Community: tests/integration/cloudformation/resources/test_lambda.py::test_lambda_code_signing_config HTTP Status Code: 201 AWS validated Snapshot Tested

CreateEventSourceMapping

Parameters: BatchSize, DestinationConfig, EventSourceArn, FunctionName, MaximumBatchingWindowInSeconds, MaximumRetryAttempts, StartingPosition
  • LocalStack Community
    • test_event_source_mapping_lifecycle LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaEventSourceMappings::test_event_source_mapping_lifecycle HTTP Status Code: 202 AWS validated Snapshot Tested
    • test_dynamodb_event_source_mapping_with_on_failure_destination_config LocalStack Community: tests/integration/awslambda/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_source_mapping_with_on_failure_destination_config HTTP Status Code: 202 AWS validated Snapshot Tested
    • test_kinesis_event_source_mapping_with_on_failure_destination_config LocalStack Community: tests/integration/awslambda/test_lambda_integration_kinesis.py::TestKinesisSource::test_kinesis_event_source_mapping_with_on_failure_destination_config HTTP Status Code: 202 AWS validated Snapshot Tested
Parameters: BatchSize, Enabled, EventSourceArn, FunctionName
  • LocalStack Community
    • test_cfn_lambda_sqs_source LocalStack Community: tests/integration/cloudformation/resources/test_lambda.py::TestCfnLambdaIntegrations::test_cfn_lambda_sqs_source HTTP Status Code: 202 AWS validated Snapshot Tested
    • test_apigateway_deployed LocalStack Community: tests/integration/test_serverless.py::TestServerless::test_apigateway_deployed HTTP Status Code: 202
Parameters: BatchSize, Enabled, EventSourceArn, FunctionName, MaximumBatchingWindowInSeconds, MaximumRecordAgeInSeconds, MaximumRetryAttempts, ParallelizationFactor, StartingPosition
  • LocalStack Community
    • test_apigateway_deployed LocalStack Community: tests/integration/test_serverless.py::TestServerless::test_apigateway_deployed HTTP Status Code: 202
Parameters: BatchSize, Enabled, EventSourceArn, FunctionName, MaximumBatchingWindowInSeconds, StartingPosition
  • LocalStack Community
    • test_cfn_lambda_kinesis_source LocalStack Community: tests/integration/cloudformation/resources/test_lambda.py::TestCfnLambdaIntegrations::test_cfn_lambda_kinesis_source HTTP Status Code: 202 AWS validated Snapshot Tested
Parameters: BatchSize, Enabled, EventSourceArn, FunctionName, StartingPosition
  • LocalStack Community
    • test_cfn_lambda_dynamodb_source LocalStack Community: tests/integration/cloudformation/resources/test_lambda.py::TestCfnLambdaIntegrations::test_cfn_lambda_dynamodb_source HTTP Status Code: 202 AWS validated Snapshot Tested
    • test_apigateway_deployed LocalStack Community: tests/integration/test_serverless.py::TestServerless::test_apigateway_deployed HTTP Status Code: 202
Parameters: BatchSize, EventSourceArn, FilterCriteria, FunctionName, MaximumBatchingWindowInSeconds, MaximumRetryAttempts, StartingPosition
  • LocalStack Community
    • test_dynamodb_event_filter[item_to_put10-None-filter0-1] LocalStack Community: tests/integration/awslambda/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_filter[item_to_put10-None-filter0-1] HTTP Status Code: 202 AWS validated Snapshot Tested
    • test_dynamodb_event_filter[item_to_put11-item_to_put21-filter1-2] LocalStack Community: tests/integration/awslambda/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_filter[item_to_put11-item_to_put21-filter1-2] HTTP Status Code: 202 AWS validated Snapshot Tested
    • test_dynamodb_event_filter[item_to_put12-item_to_put22-filter2-1] LocalStack Community: tests/integration/awslambda/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_filter[item_to_put12-item_to_put22-filter2-1] HTTP Status Code: 202 AWS validated Snapshot Tested
    • test_dynamodb_event_filter[item_to_put13-item_to_put23-filter3-1] LocalStack Community: tests/integration/awslambda/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_filter[item_to_put13-item_to_put23-filter3-1] HTTP Status Code: 202 AWS validated Snapshot Tested
    • test_dynamodb_event_filter[item_to_put14-item_to_put24-filter4-0] LocalStack Community: tests/integration/awslambda/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_filter[item_to_put14-item_to_put24-filter4-0] HTTP Status Code: 202 AWS validated Snapshot Tested
    • test_dynamodb_event_filter[item_to_put15-item_to_put25-filter5-0] LocalStack Community: tests/integration/awslambda/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_filter[item_to_put15-item_to_put25-filter5-0] HTTP Status Code: 202 AWS validated Snapshot Tested
    • test_dynamodb_event_filter[item_to_put16-item_to_put26-filter6-1] LocalStack Community: tests/integration/awslambda/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_filter[item_to_put16-item_to_put26-filter6-1] HTTP Status Code: 202 AWS validated Snapshot Tested
    • test_dynamodb_invalid_event_filter[[{"eventName": ["INSERT"=123}]] LocalStack Community: tests/integration/awslambda/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_invalid_event_filter[[{"eventName": ["INSERT"=123}]] HTTP Status Code: 400 (InvalidParameterValueException) AWS validated Snapshot Tested
    • test_dynamodb_invalid_event_filter[single-string] LocalStack Community: tests/integration/awslambda/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_invalid_event_filter[single-string] HTTP Status Code: 400 (InvalidParameterValueException) AWS validated Snapshot Tested
Parameters: BatchSize, EventSourceArn, FunctionName
  • LocalStack Community
    • test_failing_lambda_retries_after_visibility_timeout LocalStack Community: tests/integration/awslambda/test_lambda_integration_sqs.py::test_failing_lambda_retries_after_visibility_timeout HTTP Status Code: 202 AWS validated Snapshot Tested
    • test_redrive_policy_with_failing_lambda LocalStack Community: tests/integration/awslambda/test_lambda_integration_sqs.py::test_redrive_policy_with_failing_lambda HTTP Status Code: 202 AWS validated Snapshot Tested
    • test_events_sqs_sns_lambda LocalStack Community: tests/integration/cloudformation/resources/test_integration.py::test_events_sqs_sns_lambda HTTP Status Code: 202
    • test_wait_for_callback LocalStack Community: tests/integration/stepfunctions/v2/scenarios/test_sfn_scenarios.py::TestFundamental::test_wait_for_callback HTTP Status Code: 202 AWS validated Snapshot Tested
    • test_event_source_mapping_default_batch_size LocalStack Community: tests/integration/awslambda/test_lambda_integration_sqs.py::TestSQSEventSourceMapping::test_event_source_mapping_default_batch_size HTTP Status Code: 400 (InvalidParameterValueException) AWS validated Snapshot Tested
Parameters: BatchSize, EventSourceArn, FunctionName, FunctionResponseTypes, MaximumBatchingWindowInSeconds
  • LocalStack Community
    • test_report_batch_item_failures LocalStack Community: tests/integration/awslambda/test_lambda_integration_sqs.py::test_report_batch_item_failures HTTP Status Code: 202 AWS validated Snapshot Tested
    • test_report_batch_item_failures_empty_json_batch_succeeds LocalStack Community: tests/integration/awslambda/test_lambda_integration_sqs.py::test_report_batch_item_failures_empty_json_batch_succeeds HTTP Status Code: 202 AWS validated Snapshot Tested
    • test_report_batch_item_failures_invalid_result_json_batch_fails LocalStack Community: tests/integration/awslambda/test_lambda_integration_sqs.py::test_report_batch_item_failures_invalid_result_json_batch_fails HTTP Status Code: 202 AWS validated Snapshot Tested
Parameters: BatchSize, EventSourceArn, FunctionName, MaximumBatchingWindowInSeconds, MaximumRetryAttempts, StartingPosition
  • LocalStack Community
    • test_dynamodb_event_source_mapping LocalStack Community: tests/integration/awslambda/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_source_mapping HTTP Status Code: 202 AWS validated Snapshot Tested
Parameters: BatchSize, EventSourceArn, FunctionName, StartingPosition
  • LocalStack Community
    • test_disable_kinesis_event_source_mapping LocalStack Community: tests/integration/awslambda/test_lambda_integration_kinesis.py::TestKinesisSource::test_disable_kinesis_event_source_mapping HTTP Status Code: 202 AWS validated Snapshot Tested
    • test_kinesis_event_source_trim_horizon LocalStack Community: tests/integration/awslambda/test_lambda_integration_kinesis.py::TestKinesisSource::test_kinesis_event_source_trim_horizon HTTP Status Code: 202 AWS validated Snapshot Tested
Parameters: Enabled, EventSourceArn, FunctionName
  • LocalStack Community
    • test_bucket_exists LocalStack Community: tests/integration/test_terraform.py::TestTerraform::test_bucket_exists HTTP Status Code: 202
Parameters: EventSourceArn, FilterCriteria, FunctionName, MaximumBatchingWindowInSeconds
  • LocalStack Community
    • test_sqs_event_filter[filter0-item_matching0-item_not_matching0] LocalStack Community: tests/integration/awslambda/test_lambda_integration_sqs.py::TestSQSEventSourceMapping::test_sqs_event_filter[filter0-item_matching0-item_not_matching0] HTTP Status Code: 202 AWS validated Snapshot Tested
    • test_sqs_event_filter[filter1-item_matching1-item_not_matching1] LocalStack Community: tests/integration/awslambda/test_lambda_integration_sqs.py::TestSQSEventSourceMapping::test_sqs_event_filter[filter1-item_matching1-item_not_matching1] HTTP Status Code: 202 AWS validated Snapshot Tested
    • test_sqs_event_filter[filter2-item_matching2-item_not_matching2] LocalStack Community: tests/integration/awslambda/test_lambda_integration_sqs.py::TestSQSEventSourceMapping::test_sqs_event_filter[filter2-item_matching2-item_not_matching2] HTTP Status Code: 202 AWS validated Snapshot Tested
    • test_sqs_event_filter[filter3-item_matching3-item_not_matching3] LocalStack Community: tests/integration/awslambda/test_lambda_integration_sqs.py::TestSQSEventSourceMapping::test_sqs_event_filter[filter3-item_matching3-item_not_matching3] HTTP Status Code: 202 AWS validated Snapshot Tested
    • test_sqs_event_filter[filter4-item_matching4-this is a test string] LocalStack Community: tests/integration/awslambda/test_lambda_integration_sqs.py::TestSQSEventSourceMapping::test_sqs_event_filter[filter4-item_matching4-this is a test string] HTTP Status Code: 202 AWS validated Snapshot Tested
    • test_sqs_event_filter[filter5-item_matching5-item_not_matching5] LocalStack Community: tests/integration/awslambda/test_lambda_integration_sqs.py::TestSQSEventSourceMapping::test_sqs_event_filter[filter5-item_matching5-item_not_matching5] HTTP Status Code: 202 AWS validated Snapshot Tested
    • test_sqs_event_filter[filter6-item_matching6-item_not_matching6] LocalStack Community: tests/integration/awslambda/test_lambda_integration_sqs.py::TestSQSEventSourceMapping::test_sqs_event_filter[filter6-item_matching6-item_not_matching6] HTTP Status Code: 202 AWS validated Snapshot Tested
    • test_sqs_event_filter[filter7-item_matching7-item_not_matching7] LocalStack Community: tests/integration/awslambda/test_lambda_integration_sqs.py::TestSQSEventSourceMapping::test_sqs_event_filter[filter7-item_matching7-item_not_matching7] HTTP Status Code: 202 AWS validated Snapshot Tested
    • test_sqs_invalid_event_filter[None] LocalStack Community: tests/integration/awslambda/test_lambda_integration_sqs.py::TestSQSEventSourceMapping::test_sqs_invalid_event_filter[None] HTTP Status Code: 400 (InvalidParameterValueException) AWS validated Snapshot Tested
    • test_sqs_invalid_event_filter[invalid_filter2] LocalStack Community: tests/integration/awslambda/test_lambda_integration_sqs.py::TestSQSEventSourceMapping::test_sqs_invalid_event_filter[invalid_filter2] HTTP Status Code: 400 (InvalidParameterValueException) AWS validated Snapshot Tested
    • test_sqs_invalid_event_filter[invalid_filter3] LocalStack Community: tests/integration/awslambda/test_lambda_integration_sqs.py::TestSQSEventSourceMapping::test_sqs_invalid_event_filter[invalid_filter3] HTTP Status Code: 400 (InvalidParameterValueException) AWS validated Snapshot Tested
    • test_sqs_invalid_event_filter[simple string] LocalStack Community: tests/integration/awslambda/test_lambda_integration_sqs.py::TestSQSEventSourceMapping::test_sqs_invalid_event_filter[simple string] HTTP Status Code: 400 (InvalidParameterValueException) AWS validated Snapshot Tested
Parameters: EventSourceArn, FunctionName
  • LocalStack Community
    • test_event_source_mapping_default_batch_size LocalStack Community: tests/integration/awslambda/test_lambda_integration_sqs.py::TestSQSEventSourceMapping::test_event_source_mapping_default_batch_size HTTP Status Code: 202 AWS validated Snapshot Tested
    • test_create_event_source_validation LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaEventSourceMappings::test_create_event_source_validation HTTP Status Code: 400 (InvalidParameterValueException) AWS validated Snapshot Tested
    • test_event_source_mapping_exceptions LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaEventSourceMappings::test_event_source_mapping_exceptions HTTP Status Code: 400 (InvalidParameterValueException) AWS validated Snapshot Tested
Parameters: EventSourceArn, FunctionName, FunctionResponseTypes
  • LocalStack Community
    • test_report_batch_item_failures_on_lambda_error LocalStack Community: tests/integration/awslambda/test_lambda_integration_sqs.py::test_report_batch_item_failures_on_lambda_error HTTP Status Code: 202 AWS validated Snapshot Tested
Parameters: EventSourceArn, FunctionName, MaximumBatchingWindowInSeconds
  • LocalStack Community
    • test_sqs_event_source_mapping LocalStack Community: tests/integration/awslambda/test_lambda_integration_sqs.py::TestSQSEventSourceMapping::test_sqs_event_source_mapping HTTP Status Code: 202 AWS validated Snapshot Tested
Parameters: EventSourceArn, FunctionName, MaximumBatchingWindowInSeconds, StartingPosition
  • LocalStack Community
    • test_disabled_dynamodb_event_source_mapping LocalStack Community: tests/integration/awslambda/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_disabled_dynamodb_event_source_mapping HTTP Status Code: 202 AWS validated Snapshot Tested
Parameters: EventSourceArn, FunctionName, StartingPosition
  • LocalStack Community
    • test_deletion_event_source_mapping_with_dynamodb LocalStack Community: tests/integration/awslambda/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_deletion_event_source_mapping_with_dynamodb HTTP Status Code: 202 AWS validated Snapshot Tested
    • test_create_kinesis_event_source_mapping LocalStack Community: tests/integration/awslambda/test_lambda_integration_kinesis.py::TestKinesisSource::test_create_kinesis_event_source_mapping HTTP Status Code: 202 AWS validated Snapshot Tested
    • test_lambda_streams_batch_and_transactions LocalStack Community: tests/integration/test_integration.py::TestIntegration::test_lambda_streams_batch_and_transactions HTTP Status Code: 202
    • test_kinesis_lambda_forward_chain LocalStack Community: tests/integration/test_integration.py::test_kinesis_lambda_forward_chain HTTP Status Code: 202
Parameters: EventSourceArn, FunctionName, StartingPosition, Topics
  • LocalStack Pro
    • test_kafka_lambda_event_source_mapping[False] LocalStack Pro: tests/integration/test_kafka.py::TestKafka::test_kafka_lambda_event_source_mapping[False] HTTP Status Code: 202
    • test_kafka_lambda_event_source_mapping[True] LocalStack Pro: tests/integration/test_kafka.py::TestKafka::test_kafka_lambda_event_source_mapping[True] HTTP Status Code: 202
Parameters: FunctionName
  • LocalStack Community
    • test_event_source_mapping_exceptions LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaEventSourceMappings::test_event_source_mapping_exceptions HTTP Status Code: 400 (InvalidParameterValueException) AWS validated Snapshot Tested

CreateFunction

Parameters: Architectures, Code, Environment, FunctionName, Handler, Layers, Role, Runtime, Tags, Timeout
  • LocalStack Pro
    • test_external_layer_specific LocalStack Pro: tests/integration/test_lambda.py::TestExternalLayerDownload::test_external_layer_specific HTTP Status Code: 201 AWS validated Snapshot Tested
Parameters: Architectures, Code, Environment, FunctionName, Handler, Role, Runtime, Tags, Timeout
  • LocalStack Community
    • test_ignore_architecture LocalStack Community: tests/integration/awslambda/test_lambda.py::TestLambdaBehavior::test_ignore_architecture HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_runtime_introspection_x86 LocalStack Community: tests/integration/awslambda/test_lambda.py::TestLambdaBehavior::test_runtime_introspection_x86 HTTP Status Code: 201 AWS validated Snapshot Tested
Parameters: Architectures, Code, FunctionName, Handler, PackageType, Role, Runtime
  • LocalStack Community
    • test_create_lambda_exceptions LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaFunction::test_create_lambda_exceptions HTTP Status Code: 400 (ValidationException) AWS validated Snapshot Tested
    • test_create_lambda_exceptions LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaFunction::test_create_lambda_exceptions HTTP Status Code: 400 (ValidationException) AWS validated Snapshot Tested
Parameters: Architectures, Code, FunctionName, Handler, Role, Runtime
  • LocalStack Community
    • test_sam_policies LocalStack Community: tests/integration/cloudformation/resources/test_sam.py::test_sam_policies HTTP Status Code: 201 AWS validated Snapshot Tested
Parameters: Code, DeadLetterConfig, Environment, FunctionName, Handler, Role, Runtime, Tags, Timeout
  • LocalStack Community
    • test_dead_letter_queue LocalStack Community: tests/integration/awslambda/test_lambda_destinations.py::TestLambdaDLQ::test_dead_letter_queue HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_sqs_queue_as_lambda_dead_letter_queue LocalStack Community: tests/integration/awslambda/test_lambda_integration_sqs.py::test_sqs_queue_as_lambda_dead_letter_queue HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_sns_topic_as_lambda_dead_letter_queue LocalStack Community: tests/integration/test_sns.py::TestSNSProvider::test_sns_topic_as_lambda_dead_letter_queue HTTP Status Code: 201 AWS validated Snapshot Tested
Parameters: Code, Description, Environment, FunctionName, Handler, Role, Runtime, Tags, Timeout
  • LocalStack Community
    • test_delete_on_nonexisting_version LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaFunction::test_delete_on_nonexisting_version HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_get_function_wrong_region[delete_function] LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaFunction::test_get_function_wrong_region[delete_function] HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_get_function_wrong_region[get_function] LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaFunction::test_get_function_wrong_region[get_function] HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_get_function_wrong_region[get_function_code_signing_config] LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaFunction::test_get_function_wrong_region[get_function_code_signing_config] HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_get_function_wrong_region[get_function_concurrency] LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaFunction::test_get_function_wrong_region[get_function_concurrency] HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_get_function_wrong_region[get_function_configuration] LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaFunction::test_get_function_wrong_region[get_function_configuration] HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_get_function_wrong_region[get_function_event_invoke_config] LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaFunction::test_get_function_wrong_region[get_function_event_invoke_config] HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_get_function_wrong_region[get_function_url_config] LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaFunction::test_get_function_wrong_region[get_function_url_config] HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_get_function_wrong_region[invoke] LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaFunction::test_get_function_wrong_region[invoke] HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_ops_on_nonexisting_version[get_function] LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaFunction::test_ops_on_nonexisting_version[get_function] HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_ops_on_nonexisting_version[get_function_configuration] LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaFunction::test_ops_on_nonexisting_version[get_function_configuration] HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_ops_on_nonexisting_version[get_function_event_invoke_config] LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaFunction::test_ops_on_nonexisting_version[get_function_event_invoke_config] HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_redundant_updates LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaFunction::test_redundant_updates HTTP Status Code: 201 AWS validated Snapshot Tested
Parameters: Code, Description, FunctionName, Handler, MemorySize, Publish, Role, Runtime, Timeout
  • LocalStack Community
    • test_bucket_exists LocalStack Community: tests/integration/test_terraform.py::TestTerraform::test_bucket_exists HTTP Status Code: 201
Parameters: Code, Description, FunctionName, Handler, MemorySize, Role, Runtime, Timeout
  • LocalStack Community
    • test_apigateway_deployed LocalStack Community: tests/integration/test_serverless.py::TestServerless::test_apigateway_deployed HTTP Status Code: 201
Parameters: Code, Description, FunctionName, Handler, PackageType, Publish, Role, Runtime
  • LocalStack Community
    • test_alias_routingconfig LocalStack Community: tests/integration/awslambda/test_lambda.py::TestLambdaAliases::test_alias_routingconfig HTTP Status Code: 201 AWS validated Snapshot Tested
Parameters: Code, Description, FunctionName, Handler, PackageType, Role, Runtime
  • LocalStack Community
    • test_lambda_alias_moving LocalStack Community: tests/integration/awslambda/test_lambda.py::TestLambdaAliases::test_lambda_alias_moving HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_lambda_versions_with_code_changes LocalStack Community: tests/integration/awslambda/test_lambda.py::TestLambdaVersions::test_lambda_versions_with_code_changes HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_version_lifecycle LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaVersions::test_version_lifecycle HTTP Status Code: 201 AWS validated Snapshot Tested
Parameters: Code, Description, FunctionName, Handler, Role, Runtime
  • LocalStack Community
    • test_cfn_function_url LocalStack Community: tests/integration/cloudformation/resources/test_lambda.py::test_cfn_function_url HTTP Status Code: 201 AWS validated Snapshot Tested
Parameters: Code, Environment, FunctionName, Handler, Layers, Role, Runtime, Tags, Timeout
  • LocalStack Community
    • test_layer_function_exceptions LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaLayer::test_layer_function_exceptions HTTP Status Code: 400 (InvalidParameterValueException) AWS validated Snapshot Tested
    • test_layer_function_quota_exception LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaLayer::test_layer_function_quota_exception HTTP Status Code: 400 (InvalidParameterValueException) AWS validated Snapshot Tested
  • LocalStack Pro
    • test_generic_extension_full_lifecycle LocalStack Pro: tests/integration/awslambda/test_lambda_extensions_api.py::TestExtensionsApi::test_generic_extension_full_lifecycle HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_external_layer_download LocalStack Pro: tests/integration/test_lambda.py::TestExternalLayerDownload::test_external_layer_download HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_cross_account_layer LocalStack Pro: tests/integration/test_lambda.py::TestLambdaLayerBehavior::test_cross_account_layer HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_function_multiple_layers_override LocalStack Pro: tests/integration/test_lambda.py::TestLambdaLayerBehavior::test_function_multiple_layers_override HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_function_using_layer LocalStack Pro: tests/integration/test_lambda.py::TestLambdaLayerBehavior::test_function_using_layer HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_external_layer_exceptions LocalStack Pro: tests/integration/test_lambda.py::TestExternalLayerDownload::test_external_layer_exceptions HTTP Status Code: 403 (AccessDeniedException) AWS validated Snapshot Tested
    • test_external_layer_exceptions LocalStack Pro: tests/integration/test_lambda.py::TestExternalLayerDownload::test_external_layer_exceptions HTTP Status Code: 403 (AccessDeniedException) AWS validated Snapshot Tested
Parameters: Code, Environment, FunctionName, Handler, Layers, Role, Runtime, Tags, Timeout, TracingConfig
  • LocalStack Pro
    • test_basic_xray_integration LocalStack Pro: tests/integration/awslambda/test_lambda_xray.py::TestLambdaXrayIntegration::test_basic_xray_integration HTTP Status Code: 201 AWS validated
Parameters: Code, Environment, FunctionName, Handler, MemorySize, Role, Runtime
  • LocalStack Community
    • test_calling_localstack_from_lambda[dotnet6] LocalStack Community: tests/integration/awslambda/test_lambda_common.py::TestLambdaCallingLocalstack::test_calling_localstack_from_lambda[dotnet6] HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_calling_localstack_from_lambda[dotnetcore3.1] LocalStack Community: tests/integration/awslambda/test_lambda_common.py::TestLambdaCallingLocalstack::test_calling_localstack_from_lambda[dotnetcore3.1] HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_calling_localstack_from_lambda[go1.x] LocalStack Community: tests/integration/awslambda/test_lambda_common.py::TestLambdaCallingLocalstack::test_calling_localstack_from_lambda[go1.x] HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_calling_localstack_from_lambda[java11] LocalStack Community: tests/integration/awslambda/test_lambda_common.py::TestLambdaCallingLocalstack::test_calling_localstack_from_lambda[java11] HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_calling_localstack_from_lambda[java8.al2] LocalStack Community: tests/integration/awslambda/test_lambda_common.py::TestLambdaCallingLocalstack::test_calling_localstack_from_lambda[java8.al2] HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_calling_localstack_from_lambda[nodejs12.x] LocalStack Community: tests/integration/awslambda/test_lambda_common.py::TestLambdaCallingLocalstack::test_calling_localstack_from_lambda[nodejs12.x] HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_calling_localstack_from_lambda[nodejs14.x] LocalStack Community: tests/integration/awslambda/test_lambda_common.py::TestLambdaCallingLocalstack::test_calling_localstack_from_lambda[nodejs14.x] HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_calling_localstack_from_lambda[nodejs16.x] LocalStack Community: tests/integration/awslambda/test_lambda_common.py::TestLambdaCallingLocalstack::test_calling_localstack_from_lambda[nodejs16.x] HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_calling_localstack_from_lambda[nodejs18.x] LocalStack Community: tests/integration/awslambda/test_lambda_common.py::TestLambdaCallingLocalstack::test_calling_localstack_from_lambda[nodejs18.x] HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_calling_localstack_from_lambda[python3.10] LocalStack Community: tests/integration/awslambda/test_lambda_common.py::TestLambdaCallingLocalstack::test_calling_localstack_from_lambda[python3.10] HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_calling_localstack_from_lambda[python3.7] LocalStack Community: tests/integration/awslambda/test_lambda_common.py::TestLambdaCallingLocalstack::test_calling_localstack_from_lambda[python3.7] HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_calling_localstack_from_lambda[python3.8] LocalStack Community: tests/integration/awslambda/test_lambda_common.py::TestLambdaCallingLocalstack::test_calling_localstack_from_lambda[python3.8] HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_calling_localstack_from_lambda[python3.9] LocalStack Community: tests/integration/awslambda/test_lambda_common.py::TestLambdaCallingLocalstack::test_calling_localstack_from_lambda[python3.9] HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_calling_localstack_from_lambda[ruby2.7] LocalStack Community: tests/integration/awslambda/test_lambda_common.py::TestLambdaCallingLocalstack::test_calling_localstack_from_lambda[ruby2.7] HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_introspection_invoke[dotnet6] LocalStack Community: tests/integration/awslambda/test_lambda_common.py::TestLambdaRuntimesCommon::test_introspection_invoke[dotnet6] HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_introspection_invoke[dotnetcore3.1] LocalStack Community: tests/integration/awslambda/test_lambda_common.py::TestLambdaRuntimesCommon::test_introspection_invoke[dotnetcore3.1] HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_introspection_invoke[go1.x] LocalStack Community: tests/integration/awslambda/test_lambda_common.py::TestLambdaRuntimesCommon::test_introspection_invoke[go1.x] HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_introspection_invoke[java11] LocalStack Community: tests/integration/awslambda/test_lambda_common.py::TestLambdaRuntimesCommon::test_introspection_invoke[java11] HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_introspection_invoke[java17] LocalStack Community: tests/integration/awslambda/test_lambda_common.py::TestLambdaRuntimesCommon::test_introspection_invoke[java17] HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_introspection_invoke[java8.al2] LocalStack Community: tests/integration/awslambda/test_lambda_common.py::TestLambdaRuntimesCommon::test_introspection_invoke[java8.al2] HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_introspection_invoke[java8] LocalStack Community: tests/integration/awslambda/test_lambda_common.py::TestLambdaRuntimesCommon::test_introspection_invoke[java8] HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_introspection_invoke[nodejs12.x] LocalStack Community: tests/integration/awslambda/test_lambda_common.py::TestLambdaRuntimesCommon::test_introspection_invoke[nodejs12.x] HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_introspection_invoke[nodejs14.x] LocalStack Community: tests/integration/awslambda/test_lambda_common.py::TestLambdaRuntimesCommon::test_introspection_invoke[nodejs14.x] HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_introspection_invoke[nodejs16.x] LocalStack Community: tests/integration/awslambda/test_lambda_common.py::TestLambdaRuntimesCommon::test_introspection_invoke[nodejs16.x] HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_introspection_invoke[nodejs18.x] LocalStack Community: tests/integration/awslambda/test_lambda_common.py::TestLambdaRuntimesCommon::test_introspection_invoke[nodejs18.x] HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_introspection_invoke[provided.al2] LocalStack Community: tests/integration/awslambda/test_lambda_common.py::TestLambdaRuntimesCommon::test_introspection_invoke[provided.al2] HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_introspection_invoke[provided] LocalStack Community: tests/integration/awslambda/test_lambda_common.py::TestLambdaRuntimesCommon::test_introspection_invoke[provided] HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_introspection_invoke[python3.10] LocalStack Community: tests/integration/awslambda/test_lambda_common.py::TestLambdaRuntimesCommon::test_introspection_invoke[python3.10] HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_introspection_invoke[python3.7] LocalStack Community: tests/integration/awslambda/test_lambda_common.py::TestLambdaRuntimesCommon::test_introspection_invoke[python3.7] HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_introspection_invoke[python3.8] LocalStack Community: tests/integration/awslambda/test_lambda_common.py::TestLambdaRuntimesCommon::test_introspection_invoke[python3.8] HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_introspection_invoke[python3.9] LocalStack Community: tests/integration/awslambda/test_lambda_common.py::TestLambdaRuntimesCommon::test_introspection_invoke[python3.9] HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_introspection_invoke[ruby2.7] LocalStack Community: tests/integration/awslambda/test_lambda_common.py::TestLambdaRuntimesCommon::test_introspection_invoke[ruby2.7] HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_runtime_wrapper_invoke[nodejs12.x] LocalStack Community: tests/integration/awslambda/test_lambda_common.py::TestLambdaRuntimesCommon::test_runtime_wrapper_invoke[nodejs12.x] HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_runtime_wrapper_invoke[nodejs14.x] LocalStack Community: tests/integration/awslambda/test_lambda_common.py::TestLambdaRuntimesCommon::test_runtime_wrapper_invoke[nodejs14.x] HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_runtime_wrapper_invoke[nodejs16.x] LocalStack Community: tests/integration/awslambda/test_lambda_common.py::TestLambdaRuntimesCommon::test_runtime_wrapper_invoke[nodejs16.x] HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_runtime_wrapper_invoke[nodejs18.x] LocalStack Community: tests/integration/awslambda/test_lambda_common.py::TestLambdaRuntimesCommon::test_runtime_wrapper_invoke[nodejs18.x] HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_cdk_template LocalStack Community: tests/integration/cloudformation/resources/test_cdk.py::TestCdkInit::test_cdk_template HTTP Status Code: 201
Parameters: Code, Environment, FunctionName, Handler, MemorySize, Role, Runtime, Tags, Timeout
  • LocalStack Community
    • test_function_lifecycle LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaFunction::test_function_lifecycle HTTP Status Code: 201 AWS validated Snapshot Tested
Parameters: Code, Environment, FunctionName, Handler, MemorySize, Role, Runtime, Timeout
  • LocalStack Community
    • test_cfn_deploy_apigateway_integration LocalStack Community: tests/integration/cloudformation/resources/test_apigateway.py::test_cfn_deploy_apigateway_integration HTTP Status Code: 201 AWS validated Snapshot Tested
Parameters: Code, Environment, FunctionName, Handler, PackageType, Publish, Role, Runtime
  • LocalStack Community
    • test_notfound_and_invalid_routingconfigs LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaAlias::test_notfound_and_invalid_routingconfigs HTTP Status Code: 201 AWS validated Snapshot Tested
Parameters: Code, Environment, FunctionName, Handler, PackageType, Role, Runtime
  • LocalStack Community
    • test_alias_lifecycle LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaAlias::test_alias_lifecycle HTTP Status Code: 201 AWS validated Snapshot Tested
Parameters: Code, Environment, FunctionName, Handler, Publish, Role, Runtime, Tags, Timeout
  • LocalStack Community
    • test_list_functions LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaFunction::test_list_functions HTTP Status Code: 201 AWS validated Snapshot Tested
Parameters: Code, Environment, FunctionName, Handler, Role, Runtime
  • LocalStack Pro
    • test_secretsmanager_target_attachment_maridab LocalStack Pro: tests/integration/cloudformation/resources/test_secretsmanager.py::test_secretsmanager_target_attachment_maridab HTTP Status Code: 201 AWS validated Snapshot Tested
Parameters: Code, Environment, FunctionName, Handler, Role, Runtime, SnapStart, Tags, Timeout
  • LocalStack Community
    • test_snapstart_lifecycle[java11] LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaSnapStart::test_snapstart_lifecycle[java11] HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_snapstart_lifecycle[java17] LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaSnapStart::test_snapstart_lifecycle[java17] HTTP Status Code: 201 AWS validated Snapshot Tested
Parameters: Code, Environment, FunctionName, Handler, Role, Runtime, Tags, Timeout
  • LocalStack Community
    • test_api_gateway_lambda_asynchronous_invocation LocalStack Community: tests/integration/apigateway/test_apigateway_basic.py::TestAPIGateway::test_api_gateway_lambda_asynchronous_invocation HTTP Status Code: 201
    • test_api_gateway_lambda_integration LocalStack Community: tests/integration/apigateway/test_apigateway_basic.py::TestAPIGateway::test_api_gateway_lambda_integration HTTP Status Code: 201
    • test_api_gateway_lambda_integration_aws_type LocalStack Community: tests/integration/apigateway/test_apigateway_basic.py::TestAPIGateway::test_api_gateway_lambda_integration_aws_type HTTP Status Code: 201 AWS validated
    • test_api_gateway_lambda_proxy_integration LocalStack Community: tests/integration/apigateway/test_apigateway_basic.py::TestAPIGateway::test_api_gateway_lambda_proxy_integration HTTP Status Code: 201
    • test_api_gateway_lambda_proxy_integration_any_method LocalStack Community: tests/integration/apigateway/test_apigateway_basic.py::TestAPIGateway::test_api_gateway_lambda_proxy_integration_any_method HTTP Status Code: 201
    • test_api_gateway_lambda_proxy_integration_any_method_with_path_param LocalStack Community: tests/integration/apigateway/test_apigateway_basic.py::TestAPIGateway::test_api_gateway_lambda_proxy_integration_any_method_with_path_param HTTP Status Code: 201
    • test_api_gateway_lambda_proxy_integration_with_is_base_64_encoded LocalStack Community: tests/integration/apigateway/test_apigateway_basic.py::TestAPIGateway::test_api_gateway_lambda_proxy_integration_with_is_base_64_encoded HTTP Status Code: 201
    • test_api_gateway_lambda_proxy_integration_with_path_param LocalStack Community: tests/integration/apigateway/test_apigateway_basic.py::TestAPIGateway::test_api_gateway_lambda_proxy_integration_with_path_param HTTP Status Code: 201
    • test_api_gateway_sqs_integration_with_event_source LocalStack Community: tests/integration/apigateway/test_apigateway_basic.py::TestAPIGateway::test_api_gateway_sqs_integration_with_event_source HTTP Status Code: 201
    • test_apigateway_with_custom_authorization_method LocalStack Community: tests/integration/apigateway/test_apigateway_basic.py::TestAPIGateway::test_apigateway_with_custom_authorization_method HTTP Status Code: 201
    • test_apigateway_with_lambda_integration LocalStack Community: tests/integration/apigateway/test_apigateway_basic.py::TestAPIGateway::test_apigateway_with_lambda_integration HTTP Status Code: 201
    • test_apigateway_with_step_function_integration[DeleteStateMachine] LocalStack Community: tests/integration/apigateway/test_apigateway_basic.py::TestAPIGateway::test_apigateway_with_step_function_integration[DeleteStateMachine] HTTP Status Code: 201 AWS validated
    • test_apigateway_with_step_function_integration[StartExecution] LocalStack Community: tests/integration/apigateway/test_apigateway_basic.py::TestAPIGateway::test_apigateway_with_step_function_integration[StartExecution] HTTP Status Code: 201 AWS validated
    • test_apigw_stage_variables[dev] LocalStack Community: tests/integration/apigateway/test_apigateway_basic.py::TestAPIGateway::test_apigw_stage_variables[dev] HTTP Status Code: 201 AWS validated
    • test_apigw_stage_variables[local] LocalStack Community: tests/integration/apigateway/test_apigateway_basic.py::TestAPIGateway::test_apigw_stage_variables[local] HTTP Status Code: 201 AWS validated
    • test_apigw_test_invoke_method_api LocalStack Community: tests/integration/apigateway/test_apigateway_basic.py::TestAPIGateway::test_apigw_test_invoke_method_api HTTP Status Code: 201
    • test_malformed_response_apigw_invocation LocalStack Community: tests/integration/apigateway/test_apigateway_basic.py::TestAPIGateway::test_malformed_response_apigw_invocation HTTP Status Code: 201
    • test_response_headers_invocation_with_apigw LocalStack Community: tests/integration/apigateway/test_apigateway_basic.py::TestAPIGateway::test_response_headers_invocation_with_apigw HTTP Status Code: 201
    • test_apigateway_rust_lambda LocalStack Community: tests/integration/apigateway/test_apigateway_basic.py::test_apigateway_rust_lambda HTTP Status Code: 201
    • test_rest_api_multi_region[host_based_url-ANY] LocalStack Community: tests/integration/apigateway/test_apigateway_basic.py::test_rest_api_multi_region[host_based_url-ANY] HTTP Status Code: 201
    • test_rest_api_multi_region[host_based_url-GET] LocalStack Community: tests/integration/apigateway/test_apigateway_basic.py::test_rest_api_multi_region[host_based_url-GET] HTTP Status Code: 201
    • test_rest_api_multi_region[path_based_url-ANY] LocalStack Community: tests/integration/apigateway/test_apigateway_basic.py::test_rest_api_multi_region[path_based_url-ANY] HTTP Status Code: 201
    • test_rest_api_multi_region[path_based_url-GET] LocalStack Community: tests/integration/apigateway/test_apigateway_basic.py::test_rest_api_multi_region[path_based_url-GET] HTTP Status Code: 201
    • test_api_gateway_request_validator LocalStack Community: tests/integration/apigateway/test_apigateway_common.py::TestApiGatewayCommon::test_api_gateway_request_validator HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_lambda_aws_integration LocalStack Community: tests/integration/apigateway/test_apigateway_lambda.py::test_lambda_aws_integration HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_lambda_aws_proxy_integration LocalStack Community: tests/integration/apigateway/test_apigateway_lambda.py::test_lambda_aws_proxy_integration HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_lambda_different_iam_keys_environment LocalStack Community: tests/integration/awslambda/test_lambda.py::TestLambdaBaseFeatures::test_lambda_different_iam_keys_environment HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_large_payloads LocalStack Community: tests/integration/awslambda/test_lambda.py::TestLambdaBaseFeatures::test_large_payloads HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_lambda_cache_local[nodejs] LocalStack Community: tests/integration/awslambda/test_lambda.py::TestLambdaBehavior::test_lambda_cache_local[nodejs] HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_lambda_cache_local[python] LocalStack Community: tests/integration/awslambda/test_lambda.py::TestLambdaBehavior::test_lambda_cache_local[python] HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_lambda_invoke_no_timeout LocalStack Community: tests/integration/awslambda/test_lambda.py::TestLambdaBehavior::test_lambda_invoke_no_timeout HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_lambda_invoke_with_timeout LocalStack Community: tests/integration/awslambda/test_lambda.py::TestLambdaBehavior::test_lambda_invoke_with_timeout HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_runtime_ulimits LocalStack Community: tests/integration/awslambda/test_lambda.py::TestLambdaBehavior::test_runtime_ulimits HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_lambda_concurrency_crud LocalStack Community: tests/integration/awslambda/test_lambda.py::TestLambdaConcurrency::test_lambda_concurrency_crud HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_provisioned_concurrency LocalStack Community: tests/integration/awslambda/test_lambda.py::TestLambdaConcurrency::test_provisioned_concurrency HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_reserved_concurrency LocalStack Community: tests/integration/awslambda/test_lambda.py::TestLambdaConcurrency::test_reserved_concurrency HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_reserved_concurrency_async_queue LocalStack Community: tests/integration/awslambda/test_lambda.py::TestLambdaConcurrency::test_reserved_concurrency_async_queue HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_reserved_provisioned_overlap LocalStack Community: tests/integration/awslambda/test_lambda.py::TestLambdaConcurrency::test_reserved_provisioned_overlap HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_cross_account_access LocalStack Community: tests/integration/awslambda/test_lambda.py::TestLambdaFeatures::test_cross_account_access HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_invocation_type_event[nodejs16.x] LocalStack Community: tests/integration/awslambda/test_lambda.py::TestLambdaFeatures::test_invocation_type_event[nodejs16.x] HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_invocation_type_event[python3.10] LocalStack Community: tests/integration/awslambda/test_lambda.py::TestLambdaFeatures::test_invocation_type_event[python3.10] HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_invocation_type_request_response[nodejs16.x] LocalStack Community: tests/integration/awslambda/test_lambda.py::TestLambdaFeatures::test_invocation_type_request_response[nodejs16.x] HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_invocation_type_request_response[python3.10] LocalStack Community: tests/integration/awslambda/test_lambda.py::TestLambdaFeatures::test_invocation_type_request_response[python3.10] HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_invocation_with_logs[nodejs16.x] LocalStack Community: tests/integration/awslambda/test_lambda.py::TestLambdaFeatures::test_invocation_with_logs[nodejs16.x] HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_invocation_with_logs[python3.10] LocalStack Community: tests/integration/awslambda/test_lambda.py::TestLambdaFeatures::test_invocation_with_logs[python3.10] HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_lambda_url_echo_invoke LocalStack Community: tests/integration/awslambda/test_lambda.py::TestLambdaURL::test_lambda_url_echo_invoke HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_lambda_url_invocation[boolean] LocalStack Community: tests/integration/awslambda/test_lambda.py::TestLambdaURL::test_lambda_url_invocation[boolean] HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_lambda_url_invocation[dict] LocalStack Community: tests/integration/awslambda/test_lambda.py::TestLambdaURL::test_lambda_url_invocation[dict] HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_lambda_url_invocation[float] LocalStack Community: tests/integration/awslambda/test_lambda.py::TestLambdaURL::test_lambda_url_invocation[float] HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_lambda_url_invocation[http-response-json] LocalStack Community: tests/integration/awslambda/test_lambda.py::TestLambdaURL::test_lambda_url_invocation[http-response-json] HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_lambda_url_invocation[http-response] LocalStack Community: tests/integration/awslambda/test_lambda.py::TestLambdaURL::test_lambda_url_invocation[http-response] HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_lambda_url_invocation[integer] LocalStack Community: tests/integration/awslambda/test_lambda.py::TestLambdaURL::test_lambda_url_invocation[integer] HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_lambda_url_invocation[list-mixed] LocalStack Community: tests/integration/awslambda/test_lambda.py::TestLambdaURL::test_lambda_url_invocation[list-mixed] HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_lambda_url_invocation[string] LocalStack Community: tests/integration/awslambda/test_lambda.py::TestLambdaURL::test_lambda_url_invocation[string] HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_lambda_url_invocation_exception LocalStack Community: tests/integration/awslambda/test_lambda.py::TestLambdaURL::test_lambda_url_invocation_exception HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_request_id_async_invoke_with_retry LocalStack Community: tests/integration/awslambda/test_lambda.py::TestRequestIdHandling::test_request_id_async_invoke_with_retry HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_request_id_invoke LocalStack Community: tests/integration/awslambda/test_lambda.py::TestRequestIdHandling::test_request_id_invoke HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_request_id_invoke_url LocalStack Community: tests/integration/awslambda/test_lambda.py::TestRequestIdHandling::test_request_id_invoke_url HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_code_signing_not_found_excs LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestCodeSigningConfig::test_code_signing_not_found_excs HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_function_code_signing_config LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestCodeSigningConfig::test_function_code_signing_config HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_account_settings_total_code_size LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaAccountSettings::test_account_settings_total_code_size HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_account_settings_total_code_size_config_update LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaAccountSettings::test_account_settings_total_code_size_config_update HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_lambda_eventinvokeconfig_exceptions LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaEventInvokeConfig::test_lambda_eventinvokeconfig_exceptions HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_lambda_eventinvokeconfig_lifecycle LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaEventInvokeConfig::test_lambda_eventinvokeconfig_lifecycle HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_create_event_source_validation LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaEventSourceMappings::test_create_event_source_validation HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_event_source_mapping_lifecycle LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaEventSourceMappings::test_event_source_mapping_lifecycle HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_list_functions LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaFunction::test_list_functions HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_layer_function_exceptions LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaLayer::test_layer_function_exceptions HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_layer_lifecycle LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaLayer::test_layer_lifecycle HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_add_lambda_permission_aws LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaPermissions::test_add_lambda_permission_aws HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_add_lambda_permission_fields LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaPermissions::test_add_lambda_permission_fields HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_create_multiple_lambda_permissions LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaPermissions::test_create_multiple_lambda_permissions HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_lambda_permission_fn_versioning LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaPermissions::test_lambda_permission_fn_versioning HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_permission_exceptions LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaPermissions::test_permission_exceptions HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_remove_multi_permissions LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaPermissions::test_remove_multi_permissions HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_lambda_provisioned_lifecycle LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaProvisionedConcurrency::test_lambda_provisioned_lifecycle HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_provisioned_concurrency_exceptions LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaProvisionedConcurrency::test_provisioned_concurrency_exceptions HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_function_concurrency LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaReservedConcurrency::test_function_concurrency HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_function_concurrency_exceptions LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaReservedConcurrency::test_function_concurrency_exceptions HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_function_revisions_basic LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaRevisions::test_function_revisions_basic HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_function_revisions_permissions LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaRevisions::test_function_revisions_permissions HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_function_revisions_version_and_alias LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaRevisions::test_function_revisions_version_and_alias HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_lambda_envvars_near_limit_succeeds LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaSizeLimits::test_lambda_envvars_near_limit_succeeds HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_snapstart_update_function_configuration[java11] LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaSnapStart::test_snapstart_update_function_configuration[java11] HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_snapstart_update_function_configuration[java17] LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaSnapStart::test_snapstart_update_function_configuration[java17] HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_create_tag_on_fn_create LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaTag::test_create_tag_on_fn_create HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_tag_lifecycle LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaTag::test_tag_lifecycle HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_tag_nonexisting_resource LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaTag::test_tag_nonexisting_resource HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_tag_exceptions LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaTags::test_tag_exceptions HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_tag_lifecycle LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaTags::test_tag_lifecycle HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_tag_limits LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaTags::test_tag_limits HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_tag_versions LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaTags::test_tag_versions HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_url_config_exceptions LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaUrl::test_url_config_exceptions HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_url_config_lifecycle LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaUrl::test_url_config_lifecycle HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_url_config_list_paging LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaUrl::test_url_config_list_paging HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_assess_lambda_destination_invocation[payload0] LocalStack Community: tests/integration/awslambda/test_lambda_destinations.py::TestLambdaDestinationSqs::test_assess_lambda_destination_invocation[payload0] HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_assess_lambda_destination_invocation[payload1] LocalStack Community: tests/integration/awslambda/test_lambda_destinations.py::TestLambdaDestinationSqs::test_assess_lambda_destination_invocation[payload1] HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_lambda_destination_default_retries LocalStack Community: tests/integration/awslambda/test_lambda_destinations.py::TestLambdaDestinationSqs::test_lambda_destination_default_retries HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_additional_docker_flags LocalStack Community: tests/integration/awslambda/test_lambda_developer_tools.py::TestDockerFlags::test_additional_docker_flags HTTP Status Code: 201
    • test_deletion_event_source_mapping_with_dynamodb LocalStack Community: tests/integration/awslambda/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_deletion_event_source_mapping_with_dynamodb HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_disabled_dynamodb_event_source_mapping LocalStack Community: tests/integration/awslambda/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_disabled_dynamodb_event_source_mapping HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_dynamodb_event_filter[item_to_put10-None-filter0-1] LocalStack Community: tests/integration/awslambda/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_filter[item_to_put10-None-filter0-1] HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_dynamodb_event_filter[item_to_put11-item_to_put21-filter1-2] LocalStack Community: tests/integration/awslambda/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_filter[item_to_put11-item_to_put21-filter1-2] HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_dynamodb_event_filter[item_to_put12-item_to_put22-filter2-1] LocalStack Community: tests/integration/awslambda/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_filter[item_to_put12-item_to_put22-filter2-1] HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_dynamodb_event_filter[item_to_put13-item_to_put23-filter3-1] LocalStack Community: tests/integration/awslambda/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_filter[item_to_put13-item_to_put23-filter3-1] HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_dynamodb_event_filter[item_to_put14-item_to_put24-filter4-0] LocalStack Community: tests/integration/awslambda/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_filter[item_to_put14-item_to_put24-filter4-0] HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_dynamodb_event_filter[item_to_put15-item_to_put25-filter5-0] LocalStack Community: tests/integration/awslambda/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_filter[item_to_put15-item_to_put25-filter5-0] HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_dynamodb_event_filter[item_to_put16-item_to_put26-filter6-1] LocalStack Community: tests/integration/awslambda/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_filter[item_to_put16-item_to_put26-filter6-1] HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_dynamodb_event_source_mapping LocalStack Community: tests/integration/awslambda/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_source_mapping HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_dynamodb_event_source_mapping_with_on_failure_destination_config LocalStack Community: tests/integration/awslambda/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_source_mapping_with_on_failure_destination_config HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_dynamodb_invalid_event_filter[[{"eventName": ["INSERT"=123}]] LocalStack Community: tests/integration/awslambda/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_invalid_event_filter[[{"eventName": ["INSERT"=123}]] HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_dynamodb_invalid_event_filter[single-string] LocalStack Community: tests/integration/awslambda/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_invalid_event_filter[single-string] HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_create_kinesis_event_source_mapping LocalStack Community: tests/integration/awslambda/test_lambda_integration_kinesis.py::TestKinesisSource::test_create_kinesis_event_source_mapping HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_disable_kinesis_event_source_mapping LocalStack Community: tests/integration/awslambda/test_lambda_integration_kinesis.py::TestKinesisSource::test_disable_kinesis_event_source_mapping HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_kinesis_event_source_mapping_with_on_failure_destination_config LocalStack Community: tests/integration/awslambda/test_lambda_integration_kinesis.py::TestKinesisSource::test_kinesis_event_source_mapping_with_on_failure_destination_config HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_kinesis_event_source_trim_horizon LocalStack Community: tests/integration/awslambda/test_lambda_integration_kinesis.py::TestKinesisSource::test_kinesis_event_source_trim_horizon HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_event_source_mapping_default_batch_size LocalStack Community: tests/integration/awslambda/test_lambda_integration_sqs.py::TestSQSEventSourceMapping::test_event_source_mapping_default_batch_size HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_sqs_event_filter[filter0-item_matching0-item_not_matching0] LocalStack Community: tests/integration/awslambda/test_lambda_integration_sqs.py::TestSQSEventSourceMapping::test_sqs_event_filter[filter0-item_matching0-item_not_matching0] HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_sqs_event_filter[filter1-item_matching1-item_not_matching1] LocalStack Community: tests/integration/awslambda/test_lambda_integration_sqs.py::TestSQSEventSourceMapping::test_sqs_event_filter[filter1-item_matching1-item_not_matching1] HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_sqs_event_filter[filter2-item_matching2-item_not_matching2] LocalStack Community: tests/integration/awslambda/test_lambda_integration_sqs.py::TestSQSEventSourceMapping::test_sqs_event_filter[filter2-item_matching2-item_not_matching2] HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_sqs_event_filter[filter3-item_matching3-item_not_matching3] LocalStack Community: tests/integration/awslambda/test_lambda_integration_sqs.py::TestSQSEventSourceMapping::test_sqs_event_filter[filter3-item_matching3-item_not_matching3] HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_sqs_event_filter[filter4-item_matching4-this is a test string] LocalStack Community: tests/integration/awslambda/test_lambda_integration_sqs.py::TestSQSEventSourceMapping::test_sqs_event_filter[filter4-item_matching4-this is a test string] HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_sqs_event_filter[filter5-item_matching5-item_not_matching5] LocalStack Community: tests/integration/awslambda/test_lambda_integration_sqs.py::TestSQSEventSourceMapping::test_sqs_event_filter[filter5-item_matching5-item_not_matching5] HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_sqs_event_filter[filter6-item_matching6-item_not_matching6] LocalStack Community: tests/integration/awslambda/test_lambda_integration_sqs.py::TestSQSEventSourceMapping::test_sqs_event_filter[filter6-item_matching6-item_not_matching6] HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_sqs_event_filter[filter7-item_matching7-item_not_matching7] LocalStack Community: tests/integration/awslambda/test_lambda_integration_sqs.py::TestSQSEventSourceMapping::test_sqs_event_filter[filter7-item_matching7-item_not_matching7] HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_sqs_event_source_mapping LocalStack Community: tests/integration/awslambda/test_lambda_integration_sqs.py::TestSQSEventSourceMapping::test_sqs_event_source_mapping HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_sqs_invalid_event_filter[None] LocalStack Community: tests/integration/awslambda/test_lambda_integration_sqs.py::TestSQSEventSourceMapping::test_sqs_invalid_event_filter[None] HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_sqs_invalid_event_filter[invalid_filter2] LocalStack Community: tests/integration/awslambda/test_lambda_integration_sqs.py::TestSQSEventSourceMapping::test_sqs_invalid_event_filter[invalid_filter2] HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_sqs_invalid_event_filter[invalid_filter3] LocalStack Community: tests/integration/awslambda/test_lambda_integration_sqs.py::TestSQSEventSourceMapping::test_sqs_invalid_event_filter[invalid_filter3] HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_sqs_invalid_event_filter[simple string] LocalStack Community: tests/integration/awslambda/test_lambda_integration_sqs.py::TestSQSEventSourceMapping::test_sqs_invalid_event_filter[simple string] HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_failing_lambda_retries_after_visibility_timeout LocalStack Community: tests/integration/awslambda/test_lambda_integration_sqs.py::test_failing_lambda_retries_after_visibility_timeout HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_redrive_policy_with_failing_lambda LocalStack Community: tests/integration/awslambda/test_lambda_integration_sqs.py::test_redrive_policy_with_failing_lambda HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_report_batch_item_failures LocalStack Community: tests/integration/awslambda/test_lambda_integration_sqs.py::test_report_batch_item_failures HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_report_batch_item_failures_empty_json_batch_succeeds LocalStack Community: tests/integration/awslambda/test_lambda_integration_sqs.py::test_report_batch_item_failures_empty_json_batch_succeeds HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_report_batch_item_failures_invalid_result_json_batch_fails LocalStack Community: tests/integration/awslambda/test_lambda_integration_sqs.py::test_report_batch_item_failures_invalid_result_json_batch_fails HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_report_batch_item_failures_on_lambda_error LocalStack Community: tests/integration/awslambda/test_lambda_integration_sqs.py::test_report_batch_item_failures_on_lambda_error HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_java_custom_handler_method_specification[cloud.localstack.sample.LambdaHandlerWithInterfaceAndCustom-INTERFACE] LocalStack Community: tests/integration/awslambda/test_lambda_runtimes.py::TestJavaRuntimes::test_java_custom_handler_method_specification[cloud.localstack.sample.LambdaHandlerWithInterfaceAndCustom-INTERFACE] HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_java_custom_handler_method_specification[cloud.localstack.sample.LambdaHandlerWithInterfaceAndCustom::handleRequest-INTERFACE] LocalStack Community: tests/integration/awslambda/test_lambda_runtimes.py::TestJavaRuntimes::test_java_custom_handler_method_specification[cloud.localstack.sample.LambdaHandlerWithInterfaceAndCustom::handleRequest-INTERFACE] HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_java_custom_handler_method_specification[cloud.localstack.sample.LambdaHandlerWithInterfaceAndCustom::handleRequestCustom-CUSTOM] LocalStack Community: tests/integration/awslambda/test_lambda_runtimes.py::TestJavaRuntimes::test_java_custom_handler_method_specification[cloud.localstack.sample.LambdaHandlerWithInterfaceAndCustom::handleRequestCustom-CUSTOM] HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_java_lambda_subscribe_sns_topic LocalStack Community: tests/integration/awslambda/test_lambda_runtimes.py::TestJavaRuntimes::test_java_lambda_subscribe_sns_topic HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_java_runtime_with_lib LocalStack Community: tests/integration/awslambda/test_lambda_runtimes.py::TestJavaRuntimes::test_java_runtime_with_lib HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_serializable_input_object[java11] LocalStack Community: tests/integration/awslambda/test_lambda_runtimes.py::TestJavaRuntimes::test_serializable_input_object[java11] HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_serializable_input_object[java17] LocalStack Community: tests/integration/awslambda/test_lambda_runtimes.py::TestJavaRuntimes::test_serializable_input_object[java17] HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_serializable_input_object[java8.al2] LocalStack Community: tests/integration/awslambda/test_lambda_runtimes.py::TestJavaRuntimes::test_serializable_input_object[java8.al2] HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_serializable_input_object[java8] LocalStack Community: tests/integration/awslambda/test_lambda_runtimes.py::TestJavaRuntimes::test_serializable_input_object[java8] HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_stream_handler[java11] LocalStack Community: tests/integration/awslambda/test_lambda_runtimes.py::TestJavaRuntimes::test_stream_handler[java11] HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_stream_handler[java17] LocalStack Community: tests/integration/awslambda/test_lambda_runtimes.py::TestJavaRuntimes::test_stream_handler[java17] HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_stream_handler[java8.al2] LocalStack Community: tests/integration/awslambda/test_lambda_runtimes.py::TestJavaRuntimes::test_stream_handler[java8.al2] HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_stream_handler[java8] LocalStack Community: tests/integration/awslambda/test_lambda_runtimes.py::TestJavaRuntimes::test_stream_handler[java8] HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_invoke_nodejs_es6_lambda[nodejs14.x] LocalStack Community: tests/integration/awslambda/test_lambda_runtimes.py::TestNodeJSRuntimes::test_invoke_nodejs_es6_lambda[nodejs14.x] HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_invoke_nodejs_es6_lambda[nodejs16.x] LocalStack Community: tests/integration/awslambda/test_lambda_runtimes.py::TestNodeJSRuntimes::test_invoke_nodejs_es6_lambda[nodejs16.x] HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_handler_in_submodule[python3.10] LocalStack Community: tests/integration/awslambda/test_lambda_runtimes.py::TestPythonRuntimes::test_handler_in_submodule[python3.10] HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_handler_in_submodule[python3.7] LocalStack Community: tests/integration/awslambda/test_lambda_runtimes.py::TestPythonRuntimes::test_handler_in_submodule[python3.7] HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_handler_in_submodule[python3.8] LocalStack Community: tests/integration/awslambda/test_lambda_runtimes.py::TestPythonRuntimes::test_handler_in_submodule[python3.8] HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_handler_in_submodule[python3.9] LocalStack Community: tests/integration/awslambda/test_lambda_runtimes.py::TestPythonRuntimes::test_handler_in_submodule[python3.9] HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_python_runtime_correct_versions[python3.10] LocalStack Community: tests/integration/awslambda/test_lambda_runtimes.py::TestPythonRuntimes::test_python_runtime_correct_versions[python3.10] HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_python_runtime_correct_versions[python3.7] LocalStack Community: tests/integration/awslambda/test_lambda_runtimes.py::TestPythonRuntimes::test_python_runtime_correct_versions[python3.7] HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_python_runtime_correct_versions[python3.8] LocalStack Community: tests/integration/awslambda/test_lambda_runtimes.py::TestPythonRuntimes::test_python_runtime_correct_versions[python3.8] HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_python_runtime_correct_versions[python3.9] LocalStack Community: tests/integration/awslambda/test_lambda_runtimes.py::TestPythonRuntimes::test_python_runtime_correct_versions[python3.9] HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_python_runtime_unhandled_errors[python3.10] LocalStack Community: tests/integration/awslambda/test_lambda_runtimes.py::TestPythonRuntimes::test_python_runtime_unhandled_errors[python3.10] HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_python_runtime_unhandled_errors[python3.7] LocalStack Community: tests/integration/awslambda/test_lambda_runtimes.py::TestPythonRuntimes::test_python_runtime_unhandled_errors[python3.7] HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_python_runtime_unhandled_errors[python3.8] LocalStack Community: tests/integration/awslambda/test_lambda_runtimes.py::TestPythonRuntimes::test_python_runtime_unhandled_errors[python3.8] HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_python_runtime_unhandled_errors[python3.9] LocalStack Community: tests/integration/awslambda/test_lambda_runtimes.py::TestPythonRuntimes::test_python_runtime_unhandled_errors[python3.9] HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_capabilities_requirements LocalStack Community: tests/integration/cloudformation/test_template_engine.py::TestMacros::test_capabilities_requirements HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_failed_state[raise_error.py] LocalStack Community: tests/integration/cloudformation/test_template_engine.py::TestMacros::test_failed_state[raise_error.py] HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_failed_state[return_invalid_template.py] LocalStack Community: tests/integration/cloudformation/test_template_engine.py::TestMacros::test_failed_state[return_invalid_template.py] HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_failed_state[return_unsuccessful_with_message.py] LocalStack Community: tests/integration/cloudformation/test_template_engine.py::TestMacros::test_failed_state[return_unsuccessful_with_message.py] HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_failed_state[return_unsuccessful_without_message.py] LocalStack Community: tests/integration/cloudformation/test_template_engine.py::TestMacros::test_failed_state[return_unsuccessful_without_message.py] HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_functions_and_references_during_transformation LocalStack Community: tests/integration/cloudformation/test_template_engine.py::TestMacros::test_functions_and_references_during_transformation HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_global_scope LocalStack Community: tests/integration/cloudformation/test_template_engine.py::TestMacros::test_global_scope HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_macro_deployment LocalStack Community: tests/integration/cloudformation/test_template_engine.py::TestMacros::test_macro_deployment HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_to_validate_template_limit_for_macro LocalStack Community: tests/integration/cloudformation/test_template_engine.py::TestMacros::test_to_validate_template_limit_for_macro HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_validate_lambda_internals LocalStack Community: tests/integration/cloudformation/test_template_engine.py::TestMacros::test_validate_lambda_internals HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_s3_download_object_with_lambda LocalStack Community: tests/integration/s3/test_s3.py::TestS3::test_s3_download_object_with_lambda HTTP Status Code: 201 AWS validated
    • test_s3_lambda_integration LocalStack Community: tests/integration/s3/test_s3.py::TestS3::test_s3_lambda_integration HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_presigned_url_v4_signed_headers_in_qs LocalStack Community: tests/integration/s3/test_s3.py::TestS3PresignedUrl::test_presigned_url_v4_signed_headers_in_qs HTTP Status Code: 201 AWS validated
    • test_presigned_url_v4_x_amz_in_qs LocalStack Community: tests/integration/s3/test_s3.py::TestS3PresignedUrl::test_presigned_url_v4_x_amz_in_qs HTTP Status Code: 201 AWS validated
    • test_create_object_by_presigned_request_via_dynamodb LocalStack Community: tests/integration/s3/test_s3_notifications_lambda.py::TestS3NotificationsToLambda::test_create_object_by_presigned_request_via_dynamodb HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_create_object_put_via_dynamodb LocalStack Community: tests/integration/s3/test_s3_notifications_lambda.py::TestS3NotificationsToLambda::test_create_object_put_via_dynamodb HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_create_choice_state_machine LocalStack Community: tests/integration/stepfunctions/legacy/test_stepfunctions_legacy.py::TestStateMachine::test_create_choice_state_machine HTTP Status Code: 201
    • test_put_events_with_target_lambda LocalStack Community: tests/integration/test_events.py::TestEvents::test_put_events_with_target_lambda HTTP Status Code: 201
    • test_should_ignore_schedules_for_put_event LocalStack Community: tests/integration/test_events.py::TestEvents::test_should_ignore_schedules_for_put_event HTTP Status Code: 201 AWS validated
    • test_firehose_http[True] LocalStack Community: tests/integration/test_firehose.py::test_firehose_http[True] HTTP Status Code: 201
    • test_firehose_s3 LocalStack Community: tests/integration/test_integration.py::TestIntegration::test_firehose_s3 HTTP Status Code: 201
    • test_lambda_streams_batch_and_transactions LocalStack Community: tests/integration/test_integration.py::TestIntegration::test_lambda_streams_batch_and_transactions HTTP Status Code: 201
    • test_lambda_put_item_to_dynamodb[python3.10] LocalStack Community: tests/integration/test_integration.py::TestLambdaOutgoingSdkCalls::test_lambda_put_item_to_dynamodb[python3.10] HTTP Status Code: 201
    • test_lambda_put_item_to_dynamodb[python3.7] LocalStack Community: tests/integration/test_integration.py::TestLambdaOutgoingSdkCalls::test_lambda_put_item_to_dynamodb[python3.7] HTTP Status Code: 201
    • test_lambda_put_item_to_dynamodb[python3.8] LocalStack Community: tests/integration/test_integration.py::TestLambdaOutgoingSdkCalls::test_lambda_put_item_to_dynamodb[python3.8] HTTP Status Code: 201
    • test_lambda_put_item_to_dynamodb[python3.9] LocalStack Community: tests/integration/test_integration.py::TestLambdaOutgoingSdkCalls::test_lambda_put_item_to_dynamodb[python3.9] HTTP Status Code: 201
    • test_lambda_send_message_to_sqs[python3.10] LocalStack Community: tests/integration/test_integration.py::TestLambdaOutgoingSdkCalls::test_lambda_send_message_to_sqs[python3.10] HTTP Status Code: 201
    • test_lambda_send_message_to_sqs[python3.7] LocalStack Community: tests/integration/test_integration.py::TestLambdaOutgoingSdkCalls::test_lambda_send_message_to_sqs[python3.7] HTTP Status Code: 201
    • test_lambda_send_message_to_sqs[python3.8] LocalStack Community: tests/integration/test_integration.py::TestLambdaOutgoingSdkCalls::test_lambda_send_message_to_sqs[python3.8] HTTP Status Code: 201
    • test_lambda_send_message_to_sqs[python3.9] LocalStack Community: tests/integration/test_integration.py::TestLambdaOutgoingSdkCalls::test_lambda_send_message_to_sqs[python3.9] HTTP Status Code: 201
    • test_lambda_start_stepfunctions_execution[python3.10] LocalStack Community: tests/integration/test_integration.py::TestLambdaOutgoingSdkCalls::test_lambda_start_stepfunctions_execution[python3.10] HTTP Status Code: 201
    • test_lambda_start_stepfunctions_execution[python3.7] LocalStack Community: tests/integration/test_integration.py::TestLambdaOutgoingSdkCalls::test_lambda_start_stepfunctions_execution[python3.7] HTTP Status Code: 201
    • test_lambda_start_stepfunctions_execution[python3.8] LocalStack Community: tests/integration/test_integration.py::TestLambdaOutgoingSdkCalls::test_lambda_start_stepfunctions_execution[python3.8] HTTP Status Code: 201
    • test_lambda_start_stepfunctions_execution[python3.9] LocalStack Community: tests/integration/test_integration.py::TestLambdaOutgoingSdkCalls::test_lambda_start_stepfunctions_execution[python3.9] HTTP Status Code: 201
    • test_kinesis_lambda_forward_chain LocalStack Community: tests/integration/test_integration.py::test_kinesis_lambda_forward_chain HTTP Status Code: 201
    • test_put_subscription_filter_lambda LocalStack Community: tests/integration/test_logs.py::TestCloudWatchLogs::test_put_subscription_filter_lambda HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_function_url LocalStack Community: tests/integration/test_network_configuration.py::TestLambda::test_function_url HTTP Status Code: 201
    • test_redrive_policy_lambda_subscription LocalStack Community: tests/integration/test_sns.py::TestSNSProvider::test_redrive_policy_lambda_subscription HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_delivery_lambda LocalStack Community: tests/integration/test_sns.py::TestSNSPublishDelivery::test_delivery_lambda HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_python_lambda_subscribe_sns_topic LocalStack Community: tests/integration/test_sns.py::TestSNSSubscription::test_python_lambda_subscribe_sns_topic HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_delete_message_batch_from_lambda LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_delete_message_batch_from_lambda HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_large_environment_fails_multiple_keys LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaSizeLimits::test_large_environment_fails_multiple_keys HTTP Status Code: 400 (InvalidParameterValueException) AWS validated Snapshot Tested
    • test_large_environment_variables_fails LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaSizeLimits::test_large_environment_variables_fails HTTP Status Code: 400 (InvalidParameterValueException) AWS validated Snapshot Tested
  • LocalStack Pro
    • test_apigw_v2_lambda_request_authorizer[1.0] LocalStack Pro: tests/integration/apigateway/test_http_apis.py::TestHttpApis::test_apigw_v2_lambda_request_authorizer[1.0] HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_apigw_v2_lambda_request_authorizer[2.0] LocalStack Pro: tests/integration/apigateway/test_http_apis.py::TestHttpApis::test_apigw_v2_lambda_request_authorizer[2.0] HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_cors_preflight_requests LocalStack Pro: tests/integration/apigateway/test_http_apis.py::TestHttpApis::test_cors_preflight_requests HTTP Status Code: 201 AWS validated
    • test_custom_domains[--<random>.example.com-1.0] LocalStack Pro: tests/integration/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[--<random>.example.com-1.0] HTTP Status Code: 201
    • test_custom_domains[--<random>.example.com-2.0] LocalStack Pro: tests/integration/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[--<random>.example.com-2.0] HTTP Status Code: 201
    • test_custom_domains[--<random>.localhost-1.0] LocalStack Pro: tests/integration/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[--<random>.localhost-1.0] HTTP Status Code: 201
    • test_custom_domains[--<random>.localhost-2.0] LocalStack Pro: tests/integration/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[--<random>.localhost-2.0] HTTP Status Code: 201
    • test_custom_domains[--<random>.localhost.localstack.cloud-1.0] LocalStack Pro: tests/integration/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[--<random>.localhost.localstack.cloud-1.0] HTTP Status Code: 201
    • test_custom_domains[--<random>.localhost.localstack.cloud-2.0] LocalStack Pro: tests/integration/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[--<random>.localhost.localstack.cloud-2.0] HTTP Status Code: 201
    • test_custom_domains[-base1-<random>.example.com-1.0] LocalStack Pro: tests/integration/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[-base1-<random>.example.com-1.0] HTTP Status Code: 201
    • test_custom_domains[-base1-<random>.example.com-2.0] LocalStack Pro: tests/integration/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[-base1-<random>.example.com-2.0] HTTP Status Code: 201
    • test_custom_domains[-base1-<random>.localhost-1.0] LocalStack Pro: tests/integration/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[-base1-<random>.localhost-1.0] HTTP Status Code: 201
    • test_custom_domains[-base1-<random>.localhost-2.0] LocalStack Pro: tests/integration/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[-base1-<random>.localhost-2.0] HTTP Status Code: 201
    • test_custom_domains[-base1-<random>.localhost.localstack.cloud-1.0] LocalStack Pro: tests/integration/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[-base1-<random>.localhost.localstack.cloud-1.0] HTTP Status Code: 201
    • test_custom_domains[-base1-<random>.localhost.localstack.cloud-2.0] LocalStack Pro: tests/integration/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[-base1-<random>.localhost.localstack.cloud-2.0] HTTP Status Code: 201
    • test_custom_domains[stage1--<random>.example.com-1.0] LocalStack Pro: tests/integration/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[stage1--<random>.example.com-1.0] HTTP Status Code: 201
    • test_custom_domains[stage1--<random>.example.com-2.0] LocalStack Pro: tests/integration/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[stage1--<random>.example.com-2.0] HTTP Status Code: 201
    • test_custom_domains[stage1--<random>.localhost-1.0] LocalStack Pro: tests/integration/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[stage1--<random>.localhost-1.0] HTTP Status Code: 201
    • test_custom_domains[stage1--<random>.localhost-2.0] LocalStack Pro: tests/integration/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[stage1--<random>.localhost-2.0] HTTP Status Code: 201
    • test_custom_domains[stage1--<random>.localhost.localstack.cloud-1.0] LocalStack Pro: tests/integration/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[stage1--<random>.localhost.localstack.cloud-1.0] HTTP Status Code: 201
    • test_custom_domains[stage1--<random>.localhost.localstack.cloud-2.0] LocalStack Pro: tests/integration/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[stage1--<random>.localhost.localstack.cloud-2.0] HTTP Status Code: 201
    • test_custom_domains[stage1-base1-<random>.example.com-1.0] LocalStack Pro: tests/integration/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[stage1-base1-<random>.example.com-1.0] HTTP Status Code: 201
    • test_custom_domains[stage1-base1-<random>.example.com-2.0] LocalStack Pro: tests/integration/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[stage1-base1-<random>.example.com-2.0] HTTP Status Code: 201
    • test_custom_domains[stage1-base1-<random>.localhost-1.0] LocalStack Pro: tests/integration/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[stage1-base1-<random>.localhost-1.0] HTTP Status Code: 201
    • test_custom_domains[stage1-base1-<random>.localhost-2.0] LocalStack Pro: tests/integration/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[stage1-base1-<random>.localhost-2.0] HTTP Status Code: 201
    • test_custom_domains[stage1-base1-<random>.localhost.localstack.cloud-1.0] LocalStack Pro: tests/integration/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[stage1-base1-<random>.localhost.localstack.cloud-1.0] HTTP Status Code: 201
    • test_custom_domains[stage1-base1-<random>.localhost.localstack.cloud-2.0] LocalStack Pro: tests/integration/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[stage1-base1-<random>.localhost.localstack.cloud-2.0] HTTP Status Code: 201
    • test_http_lambda_authorizers[eu-west-1-UrlType.HOST_BASED-1.0-ANY] LocalStack Pro: tests/integration/apigateway/test_http_apis.py::TestHttpApis::test_http_lambda_authorizers[eu-west-1-UrlType.HOST_BASED-1.0-ANY] HTTP Status Code: 201 AWS validated
    • test_http_lambda_authorizers[eu-west-1-UrlType.HOST_BASED-1.0-POST] LocalStack Pro: tests/integration/apigateway/test_http_apis.py::TestHttpApis::test_http_lambda_authorizers[eu-west-1-UrlType.HOST_BASED-1.0-POST] HTTP Status Code: 201 AWS validated
    • test_http_lambda_authorizers[eu-west-1-UrlType.HOST_BASED-2.0-ANY] LocalStack Pro: tests/integration/apigateway/test_http_apis.py::TestHttpApis::test_http_lambda_authorizers[eu-west-1-UrlType.HOST_BASED-2.0-ANY] HTTP Status Code: 201 AWS validated
    • test_http_lambda_authorizers[eu-west-1-UrlType.HOST_BASED-2.0-POST] LocalStack Pro: tests/integration/apigateway/test_http_apis.py::TestHttpApis::test_http_lambda_authorizers[eu-west-1-UrlType.HOST_BASED-2.0-POST] HTTP Status Code: 201 AWS validated
    • test_http_lambda_authorizers[eu-west-1-UrlType.PATH_BASED-1.0-ANY] LocalStack Pro: tests/integration/apigateway/test_http_apis.py::TestHttpApis::test_http_lambda_authorizers[eu-west-1-UrlType.PATH_BASED-1.0-ANY] HTTP Status Code: 201 AWS validated
    • test_http_lambda_authorizers[eu-west-1-UrlType.PATH_BASED-1.0-POST] LocalStack Pro: tests/integration/apigateway/test_http_apis.py::TestHttpApis::test_http_lambda_authorizers[eu-west-1-UrlType.PATH_BASED-1.0-POST] HTTP Status Code: 201 AWS validated
    • test_http_lambda_authorizers[eu-west-1-UrlType.PATH_BASED-2.0-ANY] LocalStack Pro: tests/integration/apigateway/test_http_apis.py::TestHttpApis::test_http_lambda_authorizers[eu-west-1-UrlType.PATH_BASED-2.0-ANY] HTTP Status Code: 201 AWS validated
    • test_http_lambda_authorizers[eu-west-1-UrlType.PATH_BASED-2.0-POST] LocalStack Pro: tests/integration/apigateway/test_http_apis.py::TestHttpApis::test_http_lambda_authorizers[eu-west-1-UrlType.PATH_BASED-2.0-POST] HTTP Status Code: 201 AWS validated
    • test_http_lambda_authorizers[us-east-1-UrlType.HOST_BASED-1.0-ANY] LocalStack Pro: tests/integration/apigateway/test_http_apis.py::TestHttpApis::test_http_lambda_authorizers[us-east-1-UrlType.HOST_BASED-1.0-ANY] HTTP Status Code: 201 AWS validated
    • test_http_lambda_authorizers[us-east-1-UrlType.HOST_BASED-1.0-POST] LocalStack Pro: tests/integration/apigateway/test_http_apis.py::TestHttpApis::test_http_lambda_authorizers[us-east-1-UrlType.HOST_BASED-1.0-POST] HTTP Status Code: 201 AWS validated
    • test_http_lambda_authorizers[us-east-1-UrlType.HOST_BASED-2.0-ANY] LocalStack Pro: tests/integration/apigateway/test_http_apis.py::TestHttpApis::test_http_lambda_authorizers[us-east-1-UrlType.HOST_BASED-2.0-ANY] HTTP Status Code: 201 AWS validated
    • test_http_lambda_authorizers[us-east-1-UrlType.HOST_BASED-2.0-POST] LocalStack Pro: tests/integration/apigateway/test_http_apis.py::TestHttpApis::test_http_lambda_authorizers[us-east-1-UrlType.HOST_BASED-2.0-POST] HTTP Status Code: 201 AWS validated
    • test_http_lambda_authorizers[us-east-1-UrlType.PATH_BASED-1.0-ANY] LocalStack Pro: tests/integration/apigateway/test_http_apis.py::TestHttpApis::test_http_lambda_authorizers[us-east-1-UrlType.PATH_BASED-1.0-ANY] HTTP Status Code: 201 AWS validated
    • test_http_lambda_authorizers[us-east-1-UrlType.PATH_BASED-1.0-POST] LocalStack Pro: tests/integration/apigateway/test_http_apis.py::TestHttpApis::test_http_lambda_authorizers[us-east-1-UrlType.PATH_BASED-1.0-POST] HTTP Status Code: 201 AWS validated
    • test_http_lambda_authorizers[us-east-1-UrlType.PATH_BASED-2.0-ANY] LocalStack Pro: tests/integration/apigateway/test_http_apis.py::TestHttpApis::test_http_lambda_authorizers[us-east-1-UrlType.PATH_BASED-2.0-ANY] HTTP Status Code: 201 AWS validated
    • test_http_lambda_authorizers[us-east-1-UrlType.PATH_BASED-2.0-POST] LocalStack Pro: tests/integration/apigateway/test_http_apis.py::TestHttpApis::test_http_lambda_authorizers[us-east-1-UrlType.PATH_BASED-2.0-POST] HTTP Status Code: 201 AWS validated
    • test_http_to_lambda_payload_v2 LocalStack Pro: tests/integration/apigateway/test_http_apis.py::TestHttpApis::test_http_to_lambda_payload_v2 HTTP Status Code: 201 AWS validated
    • test_lambda_authorizer_with_aws_proxy_integration[1.0] LocalStack Pro: tests/integration/apigateway/test_http_apis.py::TestHttpApis::test_lambda_authorizer_with_aws_proxy_integration[1.0] HTTP Status Code: 201
    • test_lambda_authorizer_with_aws_proxy_integration[2.0] LocalStack Pro: tests/integration/apigateway/test_http_apis.py::TestHttpApis::test_lambda_authorizer_with_aws_proxy_integration[2.0] HTTP Status Code: 201
    • test_lambda_authorizer_with_no_payload_format_version LocalStack Pro: tests/integration/apigateway/test_http_apis.py::TestHttpApis::test_lambda_authorizer_with_no_payload_format_version HTTP Status Code: 201
    • test_lambda_events[1.0] LocalStack Pro: tests/integration/apigateway/test_http_apis.py::TestHttpApis::test_lambda_events[1.0] HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_lambda_events[2.0] LocalStack Pro: tests/integration/apigateway/test_http_apis.py::TestHttpApis::test_lambda_events[2.0] HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_lambda_handling_binary_data[200] LocalStack Pro: tests/integration/apigateway/test_http_apis.py::TestHttpApis::test_lambda_handling_binary_data[200] HTTP Status Code: 201
    • test_lambda_handling_binary_data[404] LocalStack Pro: tests/integration/apigateway/test_http_apis.py::TestHttpApis::test_lambda_handling_binary_data[404] HTTP Status Code: 201
    • test_lambda_handling_form_urlencoded_data[False] LocalStack Pro: tests/integration/apigateway/test_http_apis.py::TestHttpApis::test_lambda_handling_form_urlencoded_data[False] HTTP Status Code: 201
    • test_lambda_handling_form_urlencoded_data[True] LocalStack Pro: tests/integration/apigateway/test_http_apis.py::TestHttpApis::test_lambda_handling_form_urlencoded_data[True] HTTP Status Code: 201
    • test_lambda_jwt_authorizer[bogus-1.0] LocalStack Pro: tests/integration/apigateway/test_http_apis.py::TestHttpApis::test_lambda_jwt_authorizer[bogus-1.0] HTTP Status Code: 201 AWS validated
    • test_lambda_jwt_authorizer[bogus-2.0] LocalStack Pro: tests/integration/apigateway/test_http_apis.py::TestHttpApis::test_lambda_jwt_authorizer[bogus-2.0] HTTP Status Code: 201 AWS validated
    • test_lambda_jwt_authorizer[http://localhost:4566-1.0] LocalStack Pro: tests/integration/apigateway/test_http_apis.py::TestHttpApis::test_lambda_jwt_authorizer[http://localhost:4566-1.0] HTTP Status Code: 201 AWS validated
    • test_lambda_jwt_authorizer[http://localhost:4566-2.0] LocalStack Pro: tests/integration/apigateway/test_http_apis.py::TestHttpApis::test_lambda_jwt_authorizer[http://localhost:4566-2.0] HTTP Status Code: 201 AWS validated
    • test_lambda_request_authorizer[1.0] LocalStack Pro: tests/integration/apigateway/test_http_apis.py::TestHttpApis::test_lambda_request_authorizer[1.0] HTTP Status Code: 201
    • test_lambda_request_authorizer[2.0] LocalStack Pro: tests/integration/apigateway/test_http_apis.py::TestHttpApis::test_lambda_request_authorizer[2.0] HTTP Status Code: 201
    • test_lambda_return_gzip_response LocalStack Pro: tests/integration/apigateway/test_http_apis.py::TestHttpApis::test_lambda_return_gzip_response HTTP Status Code: 201
    • test_step_functions_integration[host_based_url-1.0] LocalStack Pro: tests/integration/apigateway/test_http_apis.py::TestHttpApis::test_step_functions_integration[host_based_url-1.0] HTTP Status Code: 201 AWS validated
    • test_step_functions_integration[path_based_url-1.0] LocalStack Pro: tests/integration/apigateway/test_http_apis.py::TestHttpApis::test_step_functions_integration[path_based_url-1.0] HTTP Status Code: 201 AWS validated
    • test_apigw_v1_lambda_request_authorizer LocalStack Pro: tests/integration/apigateway/test_rest_apis.py::TestRestAPIs::test_apigw_v1_lambda_request_authorizer HTTP Status Code: 201
    • test_apigw_v1_lambda_request_authorizer LocalStack Pro: tests/integration/apigateway/test_rest_apis.py::TestRestAPIs::test_apigw_v1_lambda_request_authorizer HTTP Status Code: 201
    • test_cognito_authorizer LocalStack Pro: tests/integration/apigateway/test_rest_apis.py::TestRestAPIs::test_cognito_authorizer HTTP Status Code: 201
    • test_cognito_authorizer_token_types[client_credentials] LocalStack Pro: tests/integration/apigateway/test_rest_apis.py::TestRestAPIs::test_cognito_authorizer_token_types[client_credentials] HTTP Status Code: 201 AWS validated
    • test_cognito_authorizer_token_types[username] LocalStack Pro: tests/integration/apigateway/test_rest_apis.py::TestRestAPIs::test_cognito_authorizer_token_types[username] HTTP Status Code: 201 AWS validated
    • test_cognito_authorizers[host_based_url-ANY] LocalStack Pro: tests/integration/apigateway/test_rest_apis.py::TestRestAPIs::test_cognito_authorizers[host_based_url-ANY] HTTP Status Code: 201 AWS validated
    • test_cognito_authorizers[host_based_url-GET] LocalStack Pro: tests/integration/apigateway/test_rest_apis.py::TestRestAPIs::test_cognito_authorizers[host_based_url-GET] HTTP Status Code: 201 AWS validated
    • test_cognito_authorizers[path_based_url-ANY] LocalStack Pro: tests/integration/apigateway/test_rest_apis.py::TestRestAPIs::test_cognito_authorizers[path_based_url-ANY] HTTP Status Code: 201 AWS validated
    • test_cognito_authorizers[path_based_url-GET] LocalStack Pro: tests/integration/apigateway/test_rest_apis.py::TestRestAPIs::test_cognito_authorizers[path_based_url-GET] HTTP Status Code: 201 AWS validated
    • test_custom_authorizer[CUSTOM-GET] LocalStack Pro: tests/integration/apigateway/test_rest_apis.py::TestRestAPIs::test_custom_authorizer[CUSTOM-GET] HTTP Status Code: 201
    • test_custom_authorizer[CUSTOM-POST] LocalStack Pro: tests/integration/apigateway/test_rest_apis.py::TestRestAPIs::test_custom_authorizer[CUSTOM-POST] HTTP Status Code: 201
    • test_custom_authorizer[NONE-GET] LocalStack Pro: tests/integration/apigateway/test_rest_apis.py::TestRestAPIs::test_custom_authorizer[NONE-GET] HTTP Status Code: 201
    • test_custom_authorizer[NONE-GET] LocalStack Pro: tests/integration/apigateway/test_rest_apis.py::TestRestAPIs::test_custom_authorizer[NONE-GET] HTTP Status Code: 201
    • test_custom_authorizer[NONE-POST] LocalStack Pro: tests/integration/apigateway/test_rest_apis.py::TestRestAPIs::test_custom_authorizer[NONE-POST] HTTP Status Code: 201
    • test_iam_authorizer LocalStack Pro: tests/integration/apigateway/test_rest_apis.py::TestRestAPIs::test_iam_authorizer HTTP Status Code: 201
    • test_invoke_custom_domain LocalStack Pro: tests/integration/apigateway/test_rest_apis.py::TestRestAPIs::test_invoke_custom_domain HTTP Status Code: 201
    • test_lambda_request_authorizer_different_paths[UrlType.HOST_BASED] LocalStack Pro: tests/integration/apigateway/test_rest_apis.py::TestRestAPIs::test_lambda_request_authorizer_different_paths[UrlType.HOST_BASED] HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_lambda_request_authorizer_different_paths[UrlType.PATH_BASED] LocalStack Pro: tests/integration/apigateway/test_rest_apis.py::TestRestAPIs::test_lambda_request_authorizer_different_paths[UrlType.PATH_BASED] HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_lambda_token_authorizer LocalStack Pro: tests/integration/apigateway/test_rest_apis.py::TestRestAPIs::test_lambda_token_authorizer HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_lambda_token_authorizer_event_payload LocalStack Pro: tests/integration/apigateway/test_rest_apis.py::TestRestAPIs::test_lambda_token_authorizer_event_payload HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_lambda_token_authorizer_path_suffixes LocalStack Pro: tests/integration/apigateway/test_rest_apis.py::TestRestAPIs::test_lambda_token_authorizer_path_suffixes HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_rest_import_openapi_3_0 LocalStack Pro: tests/integration/apigateway/test_rest_apis.py::TestRestAPIs::test_rest_import_openapi_3_0 HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_connect_disconnect_always_called LocalStack Pro: tests/integration/apigateway/test_websocket_apis.py::TestWebSockets::test_connect_disconnect_always_called HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_websocket_api[AWS_PROXY-False-False] LocalStack Pro: tests/integration/apigateway/test_websocket_apis.py::TestWebSockets::test_websocket_api[AWS_PROXY-False-False] HTTP Status Code: 201
    • test_websocket_api[AWS_PROXY-False-True] LocalStack Pro: tests/integration/apigateway/test_websocket_apis.py::TestWebSockets::test_websocket_api[AWS_PROXY-False-True] HTTP Status Code: 201
    • test_websocket_api_reject_connect[True-False] LocalStack Pro: tests/integration/apigateway/test_websocket_apis.py::TestWebSockets::test_websocket_api_reject_connect[True-False] HTTP Status Code: 201
    • test_websocket_api_reject_connect[True-True] LocalStack Pro: tests/integration/apigateway/test_websocket_apis.py::TestWebSockets::test_websocket_api_reject_connect[True-True] HTTP Status Code: 201
    • test_ws_connection_with_invalid_auth LocalStack Pro: tests/integration/apigateway/test_websocket_apis.py::TestWebSockets::test_ws_connection_with_invalid_auth HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_cognito_authorization_auth_context_propagated LocalStack Pro: tests/integration/appsync/test_appsync.py::TestAppSync::test_cognito_authorization_auth_context_propagated HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_cognito_authorization_auth_context_propagated_without_groups LocalStack Pro: tests/integration/appsync/test_appsync.py::TestAppSync::test_cognito_authorization_auth_context_propagated_without_groups HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_lambda_authorization LocalStack Pro: tests/integration/appsync/test_appsync.py::TestAppSync::test_lambda_authorization HTTP Status Code: 201 AWS validated
    • test_lambda_invoke LocalStack Pro: tests/integration/iam_enforcement/test_iam_enforcement.py::TestIAMEnforcementResourceBasedPolicies::test_lambda_invoke HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_get_resource_policy_lambda LocalStack Pro: tests/integration/iam_enforcement/test_iam_internals.py::TestIAMResourcePolicyRetrieval::test_get_resource_policy_lambda HTTP Status Code: 201
    • test_get_resource_policy_lambda_non_existent LocalStack Pro: tests/integration/iam_enforcement/test_iam_internals.py::TestIAMResourcePolicyRetrieval::test_get_resource_policy_lambda_non_existent HTTP Status Code: 201
    • test_events_lambda LocalStack Pro: tests/integration/iam_enforcement/test_inter_service_enforcement.py::TestInterServiceCommunicationEnforcement::test_events_lambda HTTP Status Code: 201 AWS validated
    • test_lambda_iam LocalStack Pro: tests/integration/iam_enforcement/test_inter_service_enforcement.py::TestInterServiceCommunicationEnforcement::test_lambda_iam HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_lambda_sqs_destination LocalStack Pro: tests/integration/iam_enforcement/test_inter_service_enforcement.py::TestInterServiceCommunicationEnforcement::test_lambda_sqs_destination HTTP Status Code: 201 AWS validated
    • test_sns_lambda_subscription LocalStack Pro: tests/integration/iam_enforcement/test_inter_service_enforcement.py::TestInterServiceCommunicationEnforcement::test_sns_lambda_subscription HTTP Status Code: 201 AWS validated
    • test_admin_create_user_should_trigger_custom_message_lambda LocalStack Pro: tests/integration/test_cognito.py::TestCognito::test_admin_create_user_should_trigger_custom_message_lambda HTTP Status Code: 201 AWS validated
    • test_api_gateway_cognito_pool_authorizer LocalStack Pro: tests/integration/test_cognito.py::TestCognito::test_api_gateway_cognito_pool_authorizer HTTP Status Code: 201 AWS validated
    • test_api_gateway_cognito_pool_authorizer_oauth_client_credentials_token LocalStack Pro: tests/integration/test_cognito.py::TestCognito::test_api_gateway_cognito_pool_authorizer_oauth_client_credentials_token HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_auth_trigger_group_overrides LocalStack Pro: tests/integration/test_cognito.py::TestTriggers::test_auth_trigger_group_overrides HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_cognito_triggers LocalStack Pro: tests/integration/test_cognito.py::TestTriggers::test_cognito_triggers HTTP Status Code: 201 AWS validated
    • test_custom_auth_triggers LocalStack Pro: tests/integration/test_cognito.py::TestTriggers::test_custom_auth_triggers HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_user_migration_lambda[None] LocalStack Pro: tests/integration/test_cognito.py::TestTriggers::test_user_migration_lambda[None] HTTP Status Code: 201
    • test_user_migration_lambda[aliases1] LocalStack Pro: tests/integration/test_cognito.py::TestTriggers::test_user_migration_lambda[aliases1] HTTP Status Code: 201
    • test_user_migration_lambda[aliases2] LocalStack Pro: tests/integration/test_cognito.py::TestTriggers::test_user_migration_lambda[aliases2] HTTP Status Code: 201
    • test_load_balancing LocalStack Pro: tests/integration/test_elb.py::TestELB::test_load_balancing HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_kafka_lambda_event_source_mapping[False] LocalStack Pro: tests/integration/test_kafka.py::TestKafka::test_kafka_lambda_event_source_mapping[False] HTTP Status Code: 201
    • test_kafka_lambda_event_source_mapping[True] LocalStack Pro: tests/integration/test_kafka.py::TestKafka::test_kafka_lambda_event_source_mapping[True] HTTP Status Code: 201
    • test_function_using_layer_overriding_runtime LocalStack Pro: tests/integration/test_lambda.py::TestLambdaLayerBehavior::test_function_using_layer_overriding_runtime HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_lambda_extensions[10.23] LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgresExtensions::test_lambda_extensions[10.23] HTTP Status Code: 201
    • test_lambda_extensions[11.16] LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgresExtensions::test_lambda_extensions[11.16] HTTP Status Code: 201
    • test_lambda_extensions[12.8] LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgresExtensions::test_lambda_extensions[12.8] HTTP Status Code: 201
    • test_lambda_extensions[13.4] LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgresExtensions::test_lambda_extensions[13.4] HTTP Status Code: 201
    • test_lambda_extensions[14.7] LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgresExtensions::test_lambda_extensions[14.7] HTTP Status Code: 201
    • test_lambda_extensions[15.2] LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgresExtensions::test_lambda_extensions[15.2] HTTP Status Code: 201
Parameters: Code, Environment, FunctionName, Handler, Role, Runtime, Tags, Timeout, TracingConfig
  • LocalStack Community
    • test_traceid_outside_handler[Active] LocalStack Community: tests/integration/awslambda/test_lambda_integration_xray.py::test_traceid_outside_handler[Active] HTTP Status Code: 201 AWS validated
    • test_traceid_outside_handler[PassThrough] LocalStack Community: tests/integration/awslambda/test_lambda_integration_xray.py::test_traceid_outside_handler[PassThrough] HTTP Status Code: 201 AWS validated
Parameters: Code, Environment, FunctionName, Handler, Role, Runtime, Tags, Timeout, VpcConfig
  • LocalStack Community
    • test_create_execute_api_vpc_endpoint LocalStack Community: tests/integration/apigateway/test_apigateway_integrations.py::test_create_execute_api_vpc_endpoint HTTP Status Code: 201 AWS validated Snapshot Tested
Parameters: Code, Environment, FunctionName, ImageConfig, PackageType, Role
  • LocalStack Community
    • test_lambda_image_and_image_config_crud LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaImages::test_lambda_image_and_image_config_crud HTTP Status Code: 201 AWS validated Snapshot Tested
Parameters: Code, Environment, FunctionName, PackageType, Publish, Role
  • LocalStack Community
    • test_lambda_image_versions LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaImages::test_lambda_image_versions HTTP Status Code: 201 AWS validated Snapshot Tested
Parameters: Code, Environment, FunctionName, PackageType, Role
  • LocalStack Community
    • test_lambda_image_crud LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaImages::test_lambda_image_crud HTTP Status Code: 201 AWS validated Snapshot Tested
  • LocalStack Pro
    • test_lambda_from_image[node] LocalStack Pro: tests/integration/test_lambda.py::TestLambdaContainer::test_lambda_from_image[node] HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_lambda_from_image[python] LocalStack Pro: tests/integration/test_lambda.py::TestLambdaContainer::test_lambda_from_image[python] HTTP Status Code: 201 AWS validated Snapshot Tested
Parameters: Code, FunctionName, Handler, Layers, Role, Runtime
  • LocalStack Pro
    • test_lambda_layer_python LocalStack Pro: tests/integration/cloudformation/resources/test_lambda.py::TestLambdaLayer::test_lambda_layer_python HTTP Status Code: 201
    • test_layer_and_function_hot_reloading LocalStack Pro: tests/integration/test_lambda.py::TestLayerHotReloading::test_layer_and_function_hot_reloading HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_layer_only_hot_reloading LocalStack Pro: tests/integration/test_lambda.py::TestLayerHotReloading::test_layer_only_hot_reloading HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_multiple_hot_reloading_layers_fail LocalStack Pro: tests/integration/test_lambda.py::TestLayerHotReloading::test_multiple_hot_reloading_layers_fail HTTP Status Code: 201 AWS validated Snapshot Tested
Parameters: Code, FunctionName, Handler, MemorySize, Role, Runtime
  • LocalStack Community
    • test_uncaught_exception_invoke[dotnet6] LocalStack Community: tests/integration/awslambda/test_lambda_common.py::TestLambdaRuntimesCommon::test_uncaught_exception_invoke[dotnet6] HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_uncaught_exception_invoke[dotnetcore3.1] LocalStack Community: tests/integration/awslambda/test_lambda_common.py::TestLambdaRuntimesCommon::test_uncaught_exception_invoke[dotnetcore3.1] HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_uncaught_exception_invoke[go1.x] LocalStack Community: tests/integration/awslambda/test_lambda_common.py::TestLambdaRuntimesCommon::test_uncaught_exception_invoke[go1.x] HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_uncaught_exception_invoke[java11] LocalStack Community: tests/integration/awslambda/test_lambda_common.py::TestLambdaRuntimesCommon::test_uncaught_exception_invoke[java11] HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_uncaught_exception_invoke[java17] LocalStack Community: tests/integration/awslambda/test_lambda_common.py::TestLambdaRuntimesCommon::test_uncaught_exception_invoke[java17] HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_uncaught_exception_invoke[java8.al2] LocalStack Community: tests/integration/awslambda/test_lambda_common.py::TestLambdaRuntimesCommon::test_uncaught_exception_invoke[java8.al2] HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_uncaught_exception_invoke[java8] LocalStack Community: tests/integration/awslambda/test_lambda_common.py::TestLambdaRuntimesCommon::test_uncaught_exception_invoke[java8] HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_uncaught_exception_invoke[nodejs12.x] LocalStack Community: tests/integration/awslambda/test_lambda_common.py::TestLambdaRuntimesCommon::test_uncaught_exception_invoke[nodejs12.x] HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_uncaught_exception_invoke[nodejs14.x] LocalStack Community: tests/integration/awslambda/test_lambda_common.py::TestLambdaRuntimesCommon::test_uncaught_exception_invoke[nodejs14.x] HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_uncaught_exception_invoke[nodejs16.x] LocalStack Community: tests/integration/awslambda/test_lambda_common.py::TestLambdaRuntimesCommon::test_uncaught_exception_invoke[nodejs16.x] HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_uncaught_exception_invoke[nodejs18.x] LocalStack Community: tests/integration/awslambda/test_lambda_common.py::TestLambdaRuntimesCommon::test_uncaught_exception_invoke[nodejs18.x] HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_uncaught_exception_invoke[provided.al2] LocalStack Community: tests/integration/awslambda/test_lambda_common.py::TestLambdaRuntimesCommon::test_uncaught_exception_invoke[provided.al2] HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_uncaught_exception_invoke[provided] LocalStack Community: tests/integration/awslambda/test_lambda_common.py::TestLambdaRuntimesCommon::test_uncaught_exception_invoke[provided] HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_uncaught_exception_invoke[python3.10] LocalStack Community: tests/integration/awslambda/test_lambda_common.py::TestLambdaRuntimesCommon::test_uncaught_exception_invoke[python3.10] HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_uncaught_exception_invoke[python3.7] LocalStack Community: tests/integration/awslambda/test_lambda_common.py::TestLambdaRuntimesCommon::test_uncaught_exception_invoke[python3.7] HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_uncaught_exception_invoke[python3.8] LocalStack Community: tests/integration/awslambda/test_lambda_common.py::TestLambdaRuntimesCommon::test_uncaught_exception_invoke[python3.8] HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_uncaught_exception_invoke[python3.9] LocalStack Community: tests/integration/awslambda/test_lambda_common.py::TestLambdaRuntimesCommon::test_uncaught_exception_invoke[python3.9] HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_uncaught_exception_invoke[ruby2.7] LocalStack Community: tests/integration/awslambda/test_lambda_common.py::TestLambdaRuntimesCommon::test_uncaught_exception_invoke[ruby2.7] HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_sub_in_lambda_function_name LocalStack Community: tests/integration/cloudformation/resources/test_legacy.py::TestCloudFormation::test_sub_in_lambda_function_name HTTP Status Code: 201
Parameters: Code, FunctionName, Handler, MemorySize, Role, Runtime, Timeout
  • LocalStack Community
    • test_echo_invoke[dotnet6] LocalStack Community: tests/integration/awslambda/test_lambda_common.py::TestLambdaRuntimesCommon::test_echo_invoke[dotnet6] HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_echo_invoke[dotnetcore3.1] LocalStack Community: tests/integration/awslambda/test_lambda_common.py::TestLambdaRuntimesCommon::test_echo_invoke[dotnetcore3.1] HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_echo_invoke[go1.x] LocalStack Community: tests/integration/awslambda/test_lambda_common.py::TestLambdaRuntimesCommon::test_echo_invoke[go1.x] HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_echo_invoke[java11] LocalStack Community: tests/integration/awslambda/test_lambda_common.py::TestLambdaRuntimesCommon::test_echo_invoke[java11] HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_echo_invoke[java17] LocalStack Community: tests/integration/awslambda/test_lambda_common.py::TestLambdaRuntimesCommon::test_echo_invoke[java17] HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_echo_invoke[java8.al2] LocalStack Community: tests/integration/awslambda/test_lambda_common.py::TestLambdaRuntimesCommon::test_echo_invoke[java8.al2] HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_echo_invoke[java8] LocalStack Community: tests/integration/awslambda/test_lambda_common.py::TestLambdaRuntimesCommon::test_echo_invoke[java8] HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_echo_invoke[nodejs12.x] LocalStack Community: tests/integration/awslambda/test_lambda_common.py::TestLambdaRuntimesCommon::test_echo_invoke[nodejs12.x] HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_echo_invoke[nodejs14.x] LocalStack Community: tests/integration/awslambda/test_lambda_common.py::TestLambdaRuntimesCommon::test_echo_invoke[nodejs14.x] HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_echo_invoke[nodejs16.x] LocalStack Community: tests/integration/awslambda/test_lambda_common.py::TestLambdaRuntimesCommon::test_echo_invoke[nodejs16.x] HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_echo_invoke[nodejs18.x] LocalStack Community: tests/integration/awslambda/test_lambda_common.py::TestLambdaRuntimesCommon::test_echo_invoke[nodejs18.x] HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_echo_invoke[provided.al2] LocalStack Community: tests/integration/awslambda/test_lambda_common.py::TestLambdaRuntimesCommon::test_echo_invoke[provided.al2] HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_echo_invoke[provided] LocalStack Community: tests/integration/awslambda/test_lambda_common.py::TestLambdaRuntimesCommon::test_echo_invoke[provided] HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_echo_invoke[python3.10] LocalStack Community: tests/integration/awslambda/test_lambda_common.py::TestLambdaRuntimesCommon::test_echo_invoke[python3.10] HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_echo_invoke[python3.7] LocalStack Community: tests/integration/awslambda/test_lambda_common.py::TestLambdaRuntimesCommon::test_echo_invoke[python3.7] HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_echo_invoke[python3.8] LocalStack Community: tests/integration/awslambda/test_lambda_common.py::TestLambdaRuntimesCommon::test_echo_invoke[python3.8] HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_echo_invoke[python3.9] LocalStack Community: tests/integration/awslambda/test_lambda_common.py::TestLambdaRuntimesCommon::test_echo_invoke[python3.9] HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_echo_invoke[ruby2.7] LocalStack Community: tests/integration/awslambda/test_lambda_common.py::TestLambdaRuntimesCommon::test_echo_invoke[ruby2.7] HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_apigateway_deployed LocalStack Community: tests/integration/test_serverless.py::TestServerless::test_apigateway_deployed HTTP Status Code: 201
Parameters: Code, FunctionName, Handler, PackageType, Publish, Role, Runtime
  • LocalStack Community
    • test_publish_version_on_create LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaVersions::test_publish_version_on_create HTTP Status Code: 201 AWS validated Snapshot Tested
Parameters: Code, FunctionName, Handler, PackageType, Role, Runtime
  • LocalStack Community
    • test_lambda_code_location_s3 LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaFunction::test_lambda_code_location_s3 HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_lambda_code_location_zipfile LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaFunction::test_lambda_code_location_zipfile HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_update_lambda_exceptions LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaFunction::test_update_lambda_exceptions HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_publish_with_update LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaVersions::test_publish_with_update HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_publish_with_wrong_sha256 LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaVersions::test_publish_with_wrong_sha256 HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_create_lambda_exceptions LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaFunction::test_create_lambda_exceptions HTTP Status Code: 400 (ValidationException) AWS validated Snapshot Tested
    • test_create_lambda_exceptions LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaFunction::test_create_lambda_exceptions HTTP Status Code: 400 (InvalidParameterValueException) AWS validated Snapshot Tested
    • test_create_lambda_exceptions LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaFunction::test_create_lambda_exceptions HTTP Status Code: 400 (InvalidParameterValueException) AWS validated Snapshot Tested
    • test_create_lambda_exceptions LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaFunction::test_create_lambda_exceptions HTTP Status Code: 400 (InvalidParameterValueException) AWS validated Snapshot Tested
Parameters: Code, FunctionName, Handler, PackageType, Role, Runtime, SnapStart
  • LocalStack Community
    • test_snapstart_exceptions LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaSnapStart::test_snapstart_exceptions HTTP Status Code: 400 (InvalidParameterValueException) AWS validated Snapshot Tested
    • test_snapstart_exceptions LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaSnapStart::test_snapstart_exceptions HTTP Status Code: 400 (ValidationException) AWS validated Snapshot Tested
Parameters: Code, FunctionName, Handler, Publish, Role, Runtime, Timeout
  • LocalStack Community
    • test_invocation_with_qualifier LocalStack Community: tests/integration/awslambda/test_lambda.py::TestLambdaFeatures::test_invocation_with_qualifier HTTP Status Code: 201 AWS validated Snapshot Tested
Parameters: Code, FunctionName, Handler, Role, Runtime
  • LocalStack Community
    • test_function_state LocalStack Community: tests/integration/awslambda/test_lambda.py::TestLambdaBaseFeatures::test_function_state HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_lambda_zip_file_to_image LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaImages::test_lambda_zip_file_to_image HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_hot_reloading[nodejs18.x] LocalStack Community: tests/integration/awslambda/test_lambda_developer_tools.py::TestHotReloading::test_hot_reloading[nodejs18.x] HTTP Status Code: 201
    • test_hot_reloading[python3.9] LocalStack Community: tests/integration/awslambda/test_lambda_developer_tools.py::TestHotReloading::test_hot_reloading[python3.9] HTTP Status Code: 201
    • test_hot_reloading_publish_version LocalStack Community: tests/integration/awslambda/test_lambda_developer_tools.py::TestHotReloading::test_hot_reloading_publish_version HTTP Status Code: 201
    • test_events_sqs_sns_lambda LocalStack Community: tests/integration/cloudformation/resources/test_integration.py::test_events_sqs_sns_lambda HTTP Status Code: 201
    • test_cfn_lambda_dynamodb_source LocalStack Community: tests/integration/cloudformation/resources/test_lambda.py::TestCfnLambdaIntegrations::test_cfn_lambda_dynamodb_source HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_cfn_lambda_kinesis_source LocalStack Community: tests/integration/cloudformation/resources/test_lambda.py::TestCfnLambdaIntegrations::test_cfn_lambda_kinesis_source HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_cfn_lambda_permissions LocalStack Community: tests/integration/cloudformation/resources/test_lambda.py::TestCfnLambdaIntegrations::test_cfn_lambda_permissions HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_cfn_lambda_sqs_source LocalStack Community: tests/integration/cloudformation/resources/test_lambda.py::TestCfnLambdaIntegrations::test_cfn_lambda_sqs_source HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_lambda_alias LocalStack Community: tests/integration/cloudformation/resources/test_lambda.py::test_lambda_alias HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_lambda_cfn_run LocalStack Community: tests/integration/cloudformation/resources/test_lambda.py::test_lambda_cfn_run HTTP Status Code: 201 AWS validated
    • test_lambda_version LocalStack Community: tests/integration/cloudformation/resources/test_lambda.py::test_lambda_version HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_multiple_lambda_permissions_for_singlefn LocalStack Community: tests/integration/cloudformation/resources/test_lambda.py::test_multiple_lambda_permissions_for_singlefn HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_cfn_handle_serverless_api_resource LocalStack Community: tests/integration/cloudformation/resources/test_legacy.py::TestCloudFormation::test_cfn_handle_serverless_api_resource HTTP Status Code: 201
    • test_sub_in_lambda_function_name LocalStack Community: tests/integration/cloudformation/resources/test_legacy.py::TestCloudFormation::test_sub_in_lambda_function_name HTTP Status Code: 201
    • test_sam_template LocalStack Community: tests/integration/cloudformation/resources/test_sam.py::test_sam_template HTTP Status Code: 201
    • test_apigateway_invoke LocalStack Community: tests/integration/cloudformation/resources/test_stepfunctions.py::test_apigateway_invoke HTTP Status Code: 201
    • test_apigateway_invoke_localhost LocalStack Community: tests/integration/cloudformation/resources/test_stepfunctions.py::test_apigateway_invoke_localhost HTTP Status Code: 201
    • test_apigateway_invoke_localhost_with_path LocalStack Community: tests/integration/cloudformation/resources/test_stepfunctions.py::test_apigateway_invoke_localhost_with_path HTTP Status Code: 201
    • test_apigateway_invoke_with_path LocalStack Community: tests/integration/cloudformation/resources/test_stepfunctions.py::test_apigateway_invoke_with_path HTTP Status Code: 201
    • test_nested_statemachine_with_sync2 LocalStack Community: tests/integration/cloudformation/resources/test_stepfunctions.py::test_nested_statemachine_with_sync2 HTTP Status Code: 201
    • test_retry_and_catch LocalStack Community: tests/integration/cloudformation/resources/test_stepfunctions.py::test_retry_and_catch HTTP Status Code: 201
    • test_statemachine_definitionsubstitution LocalStack Community: tests/integration/cloudformation/resources/test_stepfunctions.py::test_statemachine_definitionsubstitution HTTP Status Code: 201
    • test_step_functions_calling_api_gateway LocalStack Community: tests/integration/stepfunctions/v2/scenarios/test_sfn_scenarios.py::TestFundamental::test_step_functions_calling_api_gateway HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_wait_for_callback LocalStack Community: tests/integration/stepfunctions/v2/scenarios/test_sfn_scenarios.py::TestFundamental::test_wait_for_callback HTTP Status Code: 201 AWS validated Snapshot Tested
  • LocalStack Pro
    • test_cloudfront_distribution_with_logging LocalStack Pro: tests/integration/cloudformation/resources/test_cloudfront.py::test_cloudfront_distribution_with_logging HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_create_misc_resources LocalStack Pro: tests/integration/cloudformation/test_api.py::TestAPI::test_create_misc_resources HTTP Status Code: 201
    • test_enforce_policy_lambda LocalStack Pro: tests/integration/iam_enforcement/test_iam_enforcement.py::TestIAMEnforcementIdentityBasedPolicies::test_enforce_policy_lambda HTTP Status Code: 201
    • test_lambda_iam LocalStack Pro: tests/integration/iam_enforcement/test_inter_service_enforcement.py::TestInterServiceCommunicationEnforcement::test_lambda_iam HTTP Status Code: 400 (InvalidParameterValueException) AWS validated Snapshot Tested
    • test_enforce_policy_lambda LocalStack Pro: tests/integration/iam_enforcement/test_iam_enforcement.py::TestIAMEnforcementIdentityBasedPolicies::test_enforce_policy_lambda HTTP Status Code: 403 (AccessDeniedException)
Parameters: Code, FunctionName, Handler, Role, Runtime, Timeout
  • LocalStack Community
    • test_upload_lambda_from_s3 LocalStack Community: tests/integration/awslambda/test_lambda.py::TestLambdaFeatures::test_upload_lambda_from_s3 HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_oversized_unzipped_lambda LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaSizeLimits::test_oversized_unzipped_lambda HTTP Status Code: 400 (InvalidParameterValueException) AWS validated Snapshot Tested
    • test_oversized_request_create_lambda LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaSizeLimits::test_oversized_request_create_lambda HTTP Status Code: 413 (RequestEntityTooLargeException) AWS validated Snapshot Tested
  • LocalStack Pro
    • test_customresource_lambda_backed LocalStack Pro: tests/integration/cloudformation/resources/test_customresources.py::test_customresource_lambda_backed HTTP Status Code: 201
    • test_lambda_redirect LocalStack Pro: tests/integration/test_cloudfront.py::TestCloudFront::test_lambda_redirect HTTP Status Code: 201 AWS validated
    • test_cdk_trail_cw_logs LocalStack Pro: tests/integration/test_cloudtrail.py::TestCloudTrail::test_cdk_trail_cw_logs HTTP Status Code: 201 AWS validated
Parameters: Code, FunctionName, Handler, Role, Runtime, TracingConfig
  • LocalStack Community
    • test_event_invoke_config LocalStack Community: tests/integration/cloudformation/resources/test_lambda.py::test_event_invoke_config HTTP Status Code: 201 AWS validated Snapshot Tested
Parameters: Code, FunctionName, ImageConfig, PackageType, Role
  • LocalStack Pro
    • test_container_image_lambda_with_image_config LocalStack Pro: tests/integration/test_lambda.py::TestLambdaContainer::test_container_image_lambda_with_image_config HTTP Status Code: 201 AWS validated Snapshot Tested
Parameters: Code, FunctionName, PackageType, Role
  • LocalStack Pro
    • test_container_image_lambda_chained_invocation LocalStack Pro: tests/integration/test_lambda.py::TestLambdaContainer::test_container_image_lambda_chained_invocation HTTP Status Code: 201 AWS validated Snapshot Tested
Parameters: Code, FunctionName, PackageType, Role, Timeout
  • LocalStack Pro
    • test_container_image_lambda_chained_invocation LocalStack Pro: tests/integration/test_lambda.py::TestLambdaContainer::test_container_image_lambda_chained_invocation HTTP Status Code: 201 AWS validated Snapshot Tested

CreateFunctionUrlConfig

Parameters: AuthType, FunctionName
  • LocalStack Community
    • test_lambda_url_echo_invoke LocalStack Community: tests/integration/awslambda/test_lambda.py::TestLambdaURL::test_lambda_url_echo_invoke HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_lambda_url_invocation[boolean] LocalStack Community: tests/integration/awslambda/test_lambda.py::TestLambdaURL::test_lambda_url_invocation[boolean] HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_lambda_url_invocation[dict] LocalStack Community: tests/integration/awslambda/test_lambda.py::TestLambdaURL::test_lambda_url_invocation[dict] HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_lambda_url_invocation[float] LocalStack Community: tests/integration/awslambda/test_lambda.py::TestLambdaURL::test_lambda_url_invocation[float] HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_lambda_url_invocation[http-response-json] LocalStack Community: tests/integration/awslambda/test_lambda.py::TestLambdaURL::test_lambda_url_invocation[http-response-json] HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_lambda_url_invocation[http-response] LocalStack Community: tests/integration/awslambda/test_lambda.py::TestLambdaURL::test_lambda_url_invocation[http-response] HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_lambda_url_invocation[integer] LocalStack Community: tests/integration/awslambda/test_lambda.py::TestLambdaURL::test_lambda_url_invocation[integer] HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_lambda_url_invocation[list-mixed] LocalStack Community: tests/integration/awslambda/test_lambda.py::TestLambdaURL::test_lambda_url_invocation[list-mixed] HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_lambda_url_invocation[string] LocalStack Community: tests/integration/awslambda/test_lambda.py::TestLambdaURL::test_lambda_url_invocation[string] HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_lambda_url_invocation_exception LocalStack Community: tests/integration/awslambda/test_lambda.py::TestLambdaURL::test_lambda_url_invocation_exception HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_request_id_invoke_url LocalStack Community: tests/integration/awslambda/test_lambda.py::TestRequestIdHandling::test_request_id_invoke_url HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_url_config_lifecycle LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaUrl::test_url_config_lifecycle HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_url_config_list_paging LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaUrl::test_url_config_list_paging HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_cfn_function_url LocalStack Community: tests/integration/cloudformation/resources/test_lambda.py::test_cfn_function_url HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_function_url LocalStack Community: tests/integration/test_network_configuration.py::TestLambda::test_function_url HTTP Status Code: 201
    • test_url_config_exceptions LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaUrl::test_url_config_exceptions HTTP Status Code: 404 (ResourceNotFoundException) AWS validated Snapshot Tested
    • test_url_config_lifecycle LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaUrl::test_url_config_lifecycle HTTP Status Code: 409 (ResourceConflictException) AWS validated Snapshot Tested
Parameters: AuthType, FunctionName, Qualifier
  • LocalStack Community
    • test_url_config_list_paging LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaUrl::test_url_config_list_paging HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_url_config_exceptions LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaUrl::test_url_config_exceptions HTTP Status Code: 400 (ValidationException) AWS validated Snapshot Tested
    • test_url_config_exceptions LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaUrl::test_url_config_exceptions HTTP Status Code: 400 (ValidationException) AWS validated Snapshot Tested
    • test_url_config_exceptions LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaUrl::test_url_config_exceptions HTTP Status Code: 400 (InvalidParameterValueException) AWS validated Snapshot Tested
    • test_url_config_exceptions LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaUrl::test_url_config_exceptions HTTP Status Code: 400 (ValidationException) AWS validated Snapshot Tested
    • test_url_config_exceptions LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaUrl::test_url_config_exceptions HTTP Status Code: 404 (ResourceNotFoundException) AWS validated Snapshot Tested

DeleteAlias

Parameters: FunctionName, Name
  • LocalStack Community
    • test_cross_account_access LocalStack Community: tests/integration/awslambda/test_lambda.py::TestLambdaFeatures::test_cross_account_access HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_alias_lifecycle LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaAlias::test_alias_lifecycle HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_lambda_provisioned_lifecycle LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaProvisionedConcurrency::test_lambda_provisioned_lifecycle HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_lambda_alias LocalStack Community: tests/integration/cloudformation/resources/test_lambda.py::test_lambda_alias HTTP Status Code: 404 (ResourceNotFoundException) AWS validated Snapshot Tested
  • LocalStack Pro
    • test_create_misc_resources LocalStack Pro: tests/integration/cloudformation/test_api.py::TestAPI::test_create_misc_resources HTTP Status Code: 404 (ResourceNotFoundException)

DeleteCodeSigningConfig

Parameters: CodeSigningConfigArn
  • LocalStack Community
    • test_function_code_signing_config LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestCodeSigningConfig::test_function_code_signing_config HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_lambda_code_signing_config LocalStack Community: tests/integration/cloudformation/resources/test_lambda.py::test_lambda_code_signing_config HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_code_signing_not_found_excs LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestCodeSigningConfig::test_code_signing_not_found_excs HTTP Status Code: 404 (ResourceNotFoundException) AWS validated Snapshot Tested

DeleteEventSourceMapping

Parameters: UUID
  • LocalStack Community
    • test_event_source_mapping_lifecycle LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaEventSourceMappings::test_event_source_mapping_lifecycle HTTP Status Code: 202 AWS validated Snapshot Tested
    • test_deletion_event_source_mapping_with_dynamodb LocalStack Community: tests/integration/awslambda/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_deletion_event_source_mapping_with_dynamodb HTTP Status Code: 202 AWS validated Snapshot Tested
    • test_disabled_dynamodb_event_source_mapping LocalStack Community: tests/integration/awslambda/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_disabled_dynamodb_event_source_mapping HTTP Status Code: 202 AWS validated Snapshot Tested
    • test_dynamodb_event_filter[item_to_put10-None-filter0-1] LocalStack Community: tests/integration/awslambda/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_filter[item_to_put10-None-filter0-1] HTTP Status Code: 202 AWS validated Snapshot Tested
    • test_dynamodb_event_filter[item_to_put11-item_to_put21-filter1-2] LocalStack Community: tests/integration/awslambda/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_filter[item_to_put11-item_to_put21-filter1-2] HTTP Status Code: 202 AWS validated Snapshot Tested
    • test_dynamodb_event_filter[item_to_put12-item_to_put22-filter2-1] LocalStack Community: tests/integration/awslambda/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_filter[item_to_put12-item_to_put22-filter2-1] HTTP Status Code: 202 AWS validated Snapshot Tested
    • test_dynamodb_event_filter[item_to_put13-item_to_put23-filter3-1] LocalStack Community: tests/integration/awslambda/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_filter[item_to_put13-item_to_put23-filter3-1] HTTP Status Code: 202 AWS validated Snapshot Tested
    • test_dynamodb_event_filter[item_to_put14-item_to_put24-filter4-0] LocalStack Community: tests/integration/awslambda/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_filter[item_to_put14-item_to_put24-filter4-0] HTTP Status Code: 202 AWS validated Snapshot Tested
    • test_dynamodb_event_filter[item_to_put15-item_to_put25-filter5-0] LocalStack Community: tests/integration/awslambda/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_filter[item_to_put15-item_to_put25-filter5-0] HTTP Status Code: 202 AWS validated Snapshot Tested
    • test_dynamodb_event_filter[item_to_put16-item_to_put26-filter6-1] LocalStack Community: tests/integration/awslambda/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_filter[item_to_put16-item_to_put26-filter6-1] HTTP Status Code: 202 AWS validated Snapshot Tested
    • test_dynamodb_event_source_mapping LocalStack Community: tests/integration/awslambda/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_source_mapping HTTP Status Code: 202 AWS validated Snapshot Tested
    • test_dynamodb_event_source_mapping_with_on_failure_destination_config LocalStack Community: tests/integration/awslambda/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_source_mapping_with_on_failure_destination_config HTTP Status Code: 202 AWS validated Snapshot Tested
    • test_create_kinesis_event_source_mapping LocalStack Community: tests/integration/awslambda/test_lambda_integration_kinesis.py::TestKinesisSource::test_create_kinesis_event_source_mapping HTTP Status Code: 202 AWS validated Snapshot Tested
    • test_disable_kinesis_event_source_mapping LocalStack Community: tests/integration/awslambda/test_lambda_integration_kinesis.py::TestKinesisSource::test_disable_kinesis_event_source_mapping HTTP Status Code: 202 AWS validated Snapshot Tested
    • test_kinesis_event_source_mapping_with_on_failure_destination_config LocalStack Community: tests/integration/awslambda/test_lambda_integration_kinesis.py::TestKinesisSource::test_kinesis_event_source_mapping_with_on_failure_destination_config HTTP Status Code: 202 AWS validated Snapshot Tested
    • test_kinesis_event_source_trim_horizon LocalStack Community: tests/integration/awslambda/test_lambda_integration_kinesis.py::TestKinesisSource::test_kinesis_event_source_trim_horizon HTTP Status Code: 202 AWS validated Snapshot Tested
    • test_event_source_mapping_default_batch_size LocalStack Community: tests/integration/awslambda/test_lambda_integration_sqs.py::TestSQSEventSourceMapping::test_event_source_mapping_default_batch_size HTTP Status Code: 202 AWS validated Snapshot Tested
    • test_sqs_event_filter[filter0-item_matching0-item_not_matching0] LocalStack Community: tests/integration/awslambda/test_lambda_integration_sqs.py::TestSQSEventSourceMapping::test_sqs_event_filter[filter0-item_matching0-item_not_matching0] HTTP Status Code: 202 AWS validated Snapshot Tested
    • test_sqs_event_filter[filter1-item_matching1-item_not_matching1] LocalStack Community: tests/integration/awslambda/test_lambda_integration_sqs.py::TestSQSEventSourceMapping::test_sqs_event_filter[filter1-item_matching1-item_not_matching1] HTTP Status Code: 202 AWS validated Snapshot Tested
    • test_sqs_event_filter[filter2-item_matching2-item_not_matching2] LocalStack Community: tests/integration/awslambda/test_lambda_integration_sqs.py::TestSQSEventSourceMapping::test_sqs_event_filter[filter2-item_matching2-item_not_matching2] HTTP Status Code: 202 AWS validated Snapshot Tested
    • test_sqs_event_filter[filter3-item_matching3-item_not_matching3] LocalStack Community: tests/integration/awslambda/test_lambda_integration_sqs.py::TestSQSEventSourceMapping::test_sqs_event_filter[filter3-item_matching3-item_not_matching3] HTTP Status Code: 202 AWS validated Snapshot Tested
    • test_sqs_event_filter[filter4-item_matching4-this is a test string] LocalStack Community: tests/integration/awslambda/test_lambda_integration_sqs.py::TestSQSEventSourceMapping::test_sqs_event_filter[filter4-item_matching4-this is a test string] HTTP Status Code: 202 AWS validated Snapshot Tested
    • test_sqs_event_filter[filter5-item_matching5-item_not_matching5] LocalStack Community: tests/integration/awslambda/test_lambda_integration_sqs.py::TestSQSEventSourceMapping::test_sqs_event_filter[filter5-item_matching5-item_not_matching5] HTTP Status Code: 202 AWS validated Snapshot Tested
    • test_sqs_event_filter[filter6-item_matching6-item_not_matching6] LocalStack Community: tests/integration/awslambda/test_lambda_integration_sqs.py::TestSQSEventSourceMapping::test_sqs_event_filter[filter6-item_matching6-item_not_matching6] HTTP Status Code: 202 AWS validated Snapshot Tested
    • test_sqs_event_filter[filter7-item_matching7-item_not_matching7] LocalStack Community: tests/integration/awslambda/test_lambda_integration_sqs.py::TestSQSEventSourceMapping::test_sqs_event_filter[filter7-item_matching7-item_not_matching7] HTTP Status Code: 202 AWS validated Snapshot Tested
    • test_sqs_event_source_mapping LocalStack Community: tests/integration/awslambda/test_lambda_integration_sqs.py::TestSQSEventSourceMapping::test_sqs_event_source_mapping HTTP Status Code: 202 AWS validated Snapshot Tested
    • test_failing_lambda_retries_after_visibility_timeout LocalStack Community: tests/integration/awslambda/test_lambda_integration_sqs.py::test_failing_lambda_retries_after_visibility_timeout HTTP Status Code: 202 AWS validated Snapshot Tested
    • test_redrive_policy_with_failing_lambda LocalStack Community: tests/integration/awslambda/test_lambda_integration_sqs.py::test_redrive_policy_with_failing_lambda HTTP Status Code: 202 AWS validated Snapshot Tested
    • test_report_batch_item_failures LocalStack Community: tests/integration/awslambda/test_lambda_integration_sqs.py::test_report_batch_item_failures HTTP Status Code: 202 AWS validated Snapshot Tested
    • test_report_batch_item_failures_empty_json_batch_succeeds LocalStack Community: tests/integration/awslambda/test_lambda_integration_sqs.py::test_report_batch_item_failures_empty_json_batch_succeeds HTTP Status Code: 202 AWS validated Snapshot Tested
    • test_report_batch_item_failures_invalid_result_json_batch_fails LocalStack Community: tests/integration/awslambda/test_lambda_integration_sqs.py::test_report_batch_item_failures_invalid_result_json_batch_fails HTTP Status Code: 202 AWS validated Snapshot Tested
    • test_report_batch_item_failures_on_lambda_error LocalStack Community: tests/integration/awslambda/test_lambda_integration_sqs.py::test_report_batch_item_failures_on_lambda_error HTTP Status Code: 202 AWS validated Snapshot Tested
    • test_events_sqs_sns_lambda LocalStack Community: tests/integration/cloudformation/resources/test_integration.py::test_events_sqs_sns_lambda HTTP Status Code: 202
    • test_cfn_lambda_dynamodb_source LocalStack Community: tests/integration/cloudformation/resources/test_lambda.py::TestCfnLambdaIntegrations::test_cfn_lambda_dynamodb_source HTTP Status Code: 202 AWS validated Snapshot Tested
    • test_cfn_lambda_kinesis_source LocalStack Community: tests/integration/cloudformation/resources/test_lambda.py::TestCfnLambdaIntegrations::test_cfn_lambda_kinesis_source HTTP Status Code: 202 AWS validated Snapshot Tested
    • test_cfn_lambda_sqs_source LocalStack Community: tests/integration/cloudformation/resources/test_lambda.py::TestCfnLambdaIntegrations::test_cfn_lambda_sqs_source HTTP Status Code: 202 AWS validated Snapshot Tested
    • test_wait_for_callback LocalStack Community: tests/integration/stepfunctions/v2/scenarios/test_sfn_scenarios.py::TestFundamental::test_wait_for_callback HTTP Status Code: 202 AWS validated Snapshot Tested
    • test_lambda_streams_batch_and_transactions LocalStack Community: tests/integration/test_integration.py::TestIntegration::test_lambda_streams_batch_and_transactions HTTP Status Code: 202
    • test_kinesis_lambda_forward_chain LocalStack Community: tests/integration/test_integration.py::test_kinesis_lambda_forward_chain HTTP Status Code: 202
    • test_security_groups LocalStack Community: tests/integration/test_terraform.py::TestTerraform::test_security_groups HTTP Status Code: 202
    • test_event_source_mapping_exceptions LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaEventSourceMappings::test_event_source_mapping_exceptions HTTP Status Code: 404 (ResourceNotFoundException) AWS validated Snapshot Tested
    • test_event_source_mapping_lifecycle LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaEventSourceMappings::test_event_source_mapping_lifecycle HTTP Status Code: 404 (ResourceNotFoundException) AWS validated Snapshot Tested
  • LocalStack Pro
    • test_kafka_lambda_event_source_mapping[False] LocalStack Pro: tests/integration/test_kafka.py::TestKafka::test_kafka_lambda_event_source_mapping[False] HTTP Status Code: 202
    • test_kafka_lambda_event_source_mapping[True] LocalStack Pro: tests/integration/test_kafka.py::TestKafka::test_kafka_lambda_event_source_mapping[True] HTTP Status Code: 202

DeleteFunction

Parameters: FunctionName
  • LocalStack Community
    • test_api_gateway_lambda_asynchronous_invocation LocalStack Community: tests/integration/apigateway/test_apigateway_basic.py::TestAPIGateway::test_api_gateway_lambda_asynchronous_invocation HTTP Status Code: 204
    • test_api_gateway_lambda_integration LocalStack Community: tests/integration/apigateway/test_apigateway_basic.py::TestAPIGateway::test_api_gateway_lambda_integration HTTP Status Code: 204
    • test_api_gateway_lambda_integration_aws_type LocalStack Community: tests/integration/apigateway/test_apigateway_basic.py::TestAPIGateway::test_api_gateway_lambda_integration_aws_type HTTP Status Code: 204 AWS validated
    • test_api_gateway_sqs_integration_with_event_source LocalStack Community: tests/integration/apigateway/test_apigateway_basic.py::TestAPIGateway::test_api_gateway_sqs_integration_with_event_source HTTP Status Code: 204
    • test_apigateway_with_custom_authorization_method LocalStack Community: tests/integration/apigateway/test_apigateway_basic.py::TestAPIGateway::test_apigateway_with_custom_authorization_method HTTP Status Code: 204
    • test_apigateway_with_lambda_integration LocalStack Community: tests/integration/apigateway/test_apigateway_basic.py::TestAPIGateway::test_apigateway_with_lambda_integration HTTP Status Code: 204
    • test_apigateway_with_step_function_integration[DeleteStateMachine] LocalStack Community: tests/integration/apigateway/test_apigateway_basic.py::TestAPIGateway::test_apigateway_with_step_function_integration[DeleteStateMachine] HTTP Status Code: 204 AWS validated
    • test_apigateway_with_step_function_integration[StartExecution] LocalStack Community: tests/integration/apigateway/test_apigateway_basic.py::TestAPIGateway::test_apigateway_with_step_function_integration[StartExecution] HTTP Status Code: 204 AWS validated
    • test_apigw_stage_variables[dev] LocalStack Community: tests/integration/apigateway/test_apigateway_basic.py::TestAPIGateway::test_apigw_stage_variables[dev] HTTP Status Code: 204 AWS validated
    • test_apigw_stage_variables[local] LocalStack Community: tests/integration/apigateway/test_apigateway_basic.py::TestAPIGateway::test_apigw_stage_variables[local] HTTP Status Code: 204 AWS validated
    • test_apigw_test_invoke_method_api LocalStack Community: tests/integration/apigateway/test_apigateway_basic.py::TestAPIGateway::test_apigw_test_invoke_method_api HTTP Status Code: 204
    • test_malformed_response_apigw_invocation LocalStack Community: tests/integration/apigateway/test_apigateway_basic.py::TestAPIGateway::test_malformed_response_apigw_invocation HTTP Status Code: 204
    • test_response_headers_invocation_with_apigw LocalStack Community: tests/integration/apigateway/test_apigateway_basic.py::TestAPIGateway::test_response_headers_invocation_with_apigw HTTP Status Code: 204
    • test_apigateway_rust_lambda LocalStack Community: tests/integration/apigateway/test_apigateway_basic.py::test_apigateway_rust_lambda HTTP Status Code: 204
    • test_rest_api_multi_region[host_based_url-ANY] LocalStack Community: tests/integration/apigateway/test_apigateway_basic.py::test_rest_api_multi_region[host_based_url-ANY] HTTP Status Code: 204
    • test_rest_api_multi_region[host_based_url-GET] LocalStack Community: tests/integration/apigateway/test_apigateway_basic.py::test_rest_api_multi_region[host_based_url-GET] HTTP Status Code: 204
    • test_rest_api_multi_region[path_based_url-ANY] LocalStack Community: tests/integration/apigateway/test_apigateway_basic.py::test_rest_api_multi_region[path_based_url-ANY] HTTP Status Code: 204
    • test_rest_api_multi_region[path_based_url-GET] LocalStack Community: tests/integration/apigateway/test_apigateway_basic.py::test_rest_api_multi_region[path_based_url-GET] HTTP Status Code: 204
    • test_api_gateway_request_validator LocalStack Community: tests/integration/apigateway/test_apigateway_common.py::TestApiGatewayCommon::test_api_gateway_request_validator HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_create_execute_api_vpc_endpoint LocalStack Community: tests/integration/apigateway/test_apigateway_integrations.py::test_create_execute_api_vpc_endpoint HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_lambda_aws_integration LocalStack Community: tests/integration/apigateway/test_apigateway_lambda.py::test_lambda_aws_integration HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_lambda_aws_proxy_integration LocalStack Community: tests/integration/apigateway/test_apigateway_lambda.py::test_lambda_aws_proxy_integration HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_alias_routingconfig LocalStack Community: tests/integration/awslambda/test_lambda.py::TestLambdaAliases::test_alias_routingconfig HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_lambda_alias_moving LocalStack Community: tests/integration/awslambda/test_lambda.py::TestLambdaAliases::test_lambda_alias_moving HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_function_state LocalStack Community: tests/integration/awslambda/test_lambda.py::TestLambdaBaseFeatures::test_function_state HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_lambda_different_iam_keys_environment LocalStack Community: tests/integration/awslambda/test_lambda.py::TestLambdaBaseFeatures::test_lambda_different_iam_keys_environment HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_large_payloads LocalStack Community: tests/integration/awslambda/test_lambda.py::TestLambdaBaseFeatures::test_large_payloads HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_ignore_architecture LocalStack Community: tests/integration/awslambda/test_lambda.py::TestLambdaBehavior::test_ignore_architecture HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_lambda_cache_local[nodejs] LocalStack Community: tests/integration/awslambda/test_lambda.py::TestLambdaBehavior::test_lambda_cache_local[nodejs] HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_lambda_cache_local[python] LocalStack Community: tests/integration/awslambda/test_lambda.py::TestLambdaBehavior::test_lambda_cache_local[python] HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_lambda_invoke_no_timeout LocalStack Community: tests/integration/awslambda/test_lambda.py::TestLambdaBehavior::test_lambda_invoke_no_timeout HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_lambda_invoke_with_timeout LocalStack Community: tests/integration/awslambda/test_lambda.py::TestLambdaBehavior::test_lambda_invoke_with_timeout HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_runtime_introspection_x86 LocalStack Community: tests/integration/awslambda/test_lambda.py::TestLambdaBehavior::test_runtime_introspection_x86 HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_runtime_ulimits LocalStack Community: tests/integration/awslambda/test_lambda.py::TestLambdaBehavior::test_runtime_ulimits HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_lambda_concurrency_crud LocalStack Community: tests/integration/awslambda/test_lambda.py::TestLambdaConcurrency::test_lambda_concurrency_crud HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_provisioned_concurrency LocalStack Community: tests/integration/awslambda/test_lambda.py::TestLambdaConcurrency::test_provisioned_concurrency HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_reserved_concurrency LocalStack Community: tests/integration/awslambda/test_lambda.py::TestLambdaConcurrency::test_reserved_concurrency HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_reserved_concurrency_async_queue LocalStack Community: tests/integration/awslambda/test_lambda.py::TestLambdaConcurrency::test_reserved_concurrency_async_queue HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_reserved_provisioned_overlap LocalStack Community: tests/integration/awslambda/test_lambda.py::TestLambdaConcurrency::test_reserved_provisioned_overlap HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_cross_account_access LocalStack Community: tests/integration/awslambda/test_lambda.py::TestLambdaFeatures::test_cross_account_access HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_invocation_type_event[nodejs16.x] LocalStack Community: tests/integration/awslambda/test_lambda.py::TestLambdaFeatures::test_invocation_type_event[nodejs16.x] HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_invocation_type_event[python3.10] LocalStack Community: tests/integration/awslambda/test_lambda.py::TestLambdaFeatures::test_invocation_type_event[python3.10] HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_invocation_type_request_response[nodejs16.x] LocalStack Community: tests/integration/awslambda/test_lambda.py::TestLambdaFeatures::test_invocation_type_request_response[nodejs16.x] HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_invocation_type_request_response[python3.10] LocalStack Community: tests/integration/awslambda/test_lambda.py::TestLambdaFeatures::test_invocation_type_request_response[python3.10] HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_invocation_with_logs[nodejs16.x] LocalStack Community: tests/integration/awslambda/test_lambda.py::TestLambdaFeatures::test_invocation_with_logs[nodejs16.x] HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_invocation_with_logs[python3.10] LocalStack Community: tests/integration/awslambda/test_lambda.py::TestLambdaFeatures::test_invocation_with_logs[python3.10] HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_invocation_with_qualifier LocalStack Community: tests/integration/awslambda/test_lambda.py::TestLambdaFeatures::test_invocation_with_qualifier HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_upload_lambda_from_s3 LocalStack Community: tests/integration/awslambda/test_lambda.py::TestLambdaFeatures::test_upload_lambda_from_s3 HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_lambda_url_echo_invoke LocalStack Community: tests/integration/awslambda/test_lambda.py::TestLambdaURL::test_lambda_url_echo_invoke HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_lambda_url_invocation[boolean] LocalStack Community: tests/integration/awslambda/test_lambda.py::TestLambdaURL::test_lambda_url_invocation[boolean] HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_lambda_url_invocation[dict] LocalStack Community: tests/integration/awslambda/test_lambda.py::TestLambdaURL::test_lambda_url_invocation[dict] HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_lambda_url_invocation[float] LocalStack Community: tests/integration/awslambda/test_lambda.py::TestLambdaURL::test_lambda_url_invocation[float] HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_lambda_url_invocation[http-response-json] LocalStack Community: tests/integration/awslambda/test_lambda.py::TestLambdaURL::test_lambda_url_invocation[http-response-json] HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_lambda_url_invocation[http-response] LocalStack Community: tests/integration/awslambda/test_lambda.py::TestLambdaURL::test_lambda_url_invocation[http-response] HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_lambda_url_invocation[integer] LocalStack Community: tests/integration/awslambda/test_lambda.py::TestLambdaURL::test_lambda_url_invocation[integer] HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_lambda_url_invocation[list-mixed] LocalStack Community: tests/integration/awslambda/test_lambda.py::TestLambdaURL::test_lambda_url_invocation[list-mixed] HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_lambda_url_invocation[string] LocalStack Community: tests/integration/awslambda/test_lambda.py::TestLambdaURL::test_lambda_url_invocation[string] HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_lambda_url_invocation_exception LocalStack Community: tests/integration/awslambda/test_lambda.py::TestLambdaURL::test_lambda_url_invocation_exception HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_lambda_versions_with_code_changes LocalStack Community: tests/integration/awslambda/test_lambda.py::TestLambdaVersions::test_lambda_versions_with_code_changes HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_request_id_async_invoke_with_retry LocalStack Community: tests/integration/awslambda/test_lambda.py::TestRequestIdHandling::test_request_id_async_invoke_with_retry HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_request_id_invoke LocalStack Community: tests/integration/awslambda/test_lambda.py::TestRequestIdHandling::test_request_id_invoke HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_request_id_invoke_url LocalStack Community: tests/integration/awslambda/test_lambda.py::TestRequestIdHandling::test_request_id_invoke_url HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_code_signing_not_found_excs LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestCodeSigningConfig::test_code_signing_not_found_excs HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_function_code_signing_config LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestCodeSigningConfig::test_function_code_signing_config HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_account_settings_total_code_size LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaAccountSettings::test_account_settings_total_code_size HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_account_settings_total_code_size_config_update LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaAccountSettings::test_account_settings_total_code_size_config_update HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_alias_lifecycle LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaAlias::test_alias_lifecycle HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_notfound_and_invalid_routingconfigs LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaAlias::test_notfound_and_invalid_routingconfigs HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_lambda_eventinvokeconfig_exceptions LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaEventInvokeConfig::test_lambda_eventinvokeconfig_exceptions HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_lambda_eventinvokeconfig_lifecycle LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaEventInvokeConfig::test_lambda_eventinvokeconfig_lifecycle HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_create_event_source_validation LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaEventSourceMappings::test_create_event_source_validation HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_event_source_mapping_lifecycle LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaEventSourceMappings::test_event_source_mapping_lifecycle HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_delete_on_nonexisting_version LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaFunction::test_delete_on_nonexisting_version HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_function_lifecycle LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaFunction::test_function_lifecycle HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_get_function_wrong_region[delete_function] LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaFunction::test_get_function_wrong_region[delete_function] HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_get_function_wrong_region[get_function] LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaFunction::test_get_function_wrong_region[get_function] HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_get_function_wrong_region[get_function_code_signing_config] LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaFunction::test_get_function_wrong_region[get_function_code_signing_config] HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_get_function_wrong_region[get_function_concurrency] LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaFunction::test_get_function_wrong_region[get_function_concurrency] HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_get_function_wrong_region[get_function_configuration] LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaFunction::test_get_function_wrong_region[get_function_configuration] HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_get_function_wrong_region[get_function_event_invoke_config] LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaFunction::test_get_function_wrong_region[get_function_event_invoke_config] HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_get_function_wrong_region[get_function_url_config] LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaFunction::test_get_function_wrong_region[get_function_url_config] HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_get_function_wrong_region[invoke] LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaFunction::test_get_function_wrong_region[invoke] HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_lambda_code_location_s3 LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaFunction::test_lambda_code_location_s3 HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_lambda_code_location_zipfile LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaFunction::test_lambda_code_location_zipfile HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_list_functions LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaFunction::test_list_functions HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_ops_on_nonexisting_version[get_function] LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaFunction::test_ops_on_nonexisting_version[get_function] HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_ops_on_nonexisting_version[get_function_configuration] LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaFunction::test_ops_on_nonexisting_version[get_function_configuration] HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_ops_on_nonexisting_version[get_function_event_invoke_config] LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaFunction::test_ops_on_nonexisting_version[get_function_event_invoke_config] HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_redundant_updates LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaFunction::test_redundant_updates HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_update_lambda_exceptions LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaFunction::test_update_lambda_exceptions HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_lambda_image_and_image_config_crud LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaImages::test_lambda_image_and_image_config_crud HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_lambda_image_crud LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaImages::test_lambda_image_crud HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_lambda_image_versions LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaImages::test_lambda_image_versions HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_lambda_zip_file_to_image LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaImages::test_lambda_zip_file_to_image HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_layer_function_exceptions LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaLayer::test_layer_function_exceptions HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_layer_lifecycle LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaLayer::test_layer_lifecycle HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_add_lambda_permission_aws LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaPermissions::test_add_lambda_permission_aws HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_add_lambda_permission_fields LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaPermissions::test_add_lambda_permission_fields HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_create_multiple_lambda_permissions LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaPermissions::test_create_multiple_lambda_permissions HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_lambda_permission_fn_versioning LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaPermissions::test_lambda_permission_fn_versioning HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_permission_exceptions LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaPermissions::test_permission_exceptions HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_remove_multi_permissions LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaPermissions::test_remove_multi_permissions HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_lambda_provisioned_lifecycle LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaProvisionedConcurrency::test_lambda_provisioned_lifecycle HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_provisioned_concurrency_exceptions LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaProvisionedConcurrency::test_provisioned_concurrency_exceptions HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_function_concurrency LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaReservedConcurrency::test_function_concurrency HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_function_concurrency_exceptions LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaReservedConcurrency::test_function_concurrency_exceptions HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_function_revisions_basic LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaRevisions::test_function_revisions_basic HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_function_revisions_permissions LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaRevisions::test_function_revisions_permissions HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_function_revisions_version_and_alias LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaRevisions::test_function_revisions_version_and_alias HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_lambda_envvars_near_limit_succeeds LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaSizeLimits::test_lambda_envvars_near_limit_succeeds HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_snapstart_lifecycle[java11] LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaSnapStart::test_snapstart_lifecycle[java11] HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_snapstart_lifecycle[java17] LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaSnapStart::test_snapstart_lifecycle[java17] HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_snapstart_update_function_configuration[java11] LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaSnapStart::test_snapstart_update_function_configuration[java11] HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_snapstart_update_function_configuration[java17] LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaSnapStart::test_snapstart_update_function_configuration[java17] HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_create_tag_on_fn_create LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaTag::test_create_tag_on_fn_create HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_tag_lifecycle LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaTag::test_tag_lifecycle HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_tag_nonexisting_resource LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaTag::test_tag_nonexisting_resource HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_tag_exceptions LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaTags::test_tag_exceptions HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_tag_lifecycle LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaTags::test_tag_lifecycle HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_tag_limits LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaTags::test_tag_limits HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_tag_versions LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaTags::test_tag_versions HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_url_config_exceptions LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaUrl::test_url_config_exceptions HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_url_config_lifecycle LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaUrl::test_url_config_lifecycle HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_url_config_list_paging LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaUrl::test_url_config_list_paging HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_publish_version_on_create LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaVersions::test_publish_version_on_create HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_publish_with_update LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaVersions::test_publish_with_update HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_publish_with_wrong_sha256 LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaVersions::test_publish_with_wrong_sha256 HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_version_lifecycle LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaVersions::test_version_lifecycle HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_calling_localstack_from_lambda[dotnet6] LocalStack Community: tests/integration/awslambda/test_lambda_common.py::TestLambdaCallingLocalstack::test_calling_localstack_from_lambda[dotnet6] HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_calling_localstack_from_lambda[dotnetcore3.1] LocalStack Community: tests/integration/awslambda/test_lambda_common.py::TestLambdaCallingLocalstack::test_calling_localstack_from_lambda[dotnetcore3.1] HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_calling_localstack_from_lambda[go1.x] LocalStack Community: tests/integration/awslambda/test_lambda_common.py::TestLambdaCallingLocalstack::test_calling_localstack_from_lambda[go1.x] HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_calling_localstack_from_lambda[java11] LocalStack Community: tests/integration/awslambda/test_lambda_common.py::TestLambdaCallingLocalstack::test_calling_localstack_from_lambda[java11] HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_calling_localstack_from_lambda[java8.al2] LocalStack Community: tests/integration/awslambda/test_lambda_common.py::TestLambdaCallingLocalstack::test_calling_localstack_from_lambda[java8.al2] HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_calling_localstack_from_lambda[nodejs12.x] LocalStack Community: tests/integration/awslambda/test_lambda_common.py::TestLambdaCallingLocalstack::test_calling_localstack_from_lambda[nodejs12.x] HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_calling_localstack_from_lambda[nodejs14.x] LocalStack Community: tests/integration/awslambda/test_lambda_common.py::TestLambdaCallingLocalstack::test_calling_localstack_from_lambda[nodejs14.x] HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_calling_localstack_from_lambda[nodejs16.x] LocalStack Community: tests/integration/awslambda/test_lambda_common.py::TestLambdaCallingLocalstack::test_calling_localstack_from_lambda[nodejs16.x] HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_calling_localstack_from_lambda[nodejs18.x] LocalStack Community: tests/integration/awslambda/test_lambda_common.py::TestLambdaCallingLocalstack::test_calling_localstack_from_lambda[nodejs18.x] HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_calling_localstack_from_lambda[python3.10] LocalStack Community: tests/integration/awslambda/test_lambda_common.py::TestLambdaCallingLocalstack::test_calling_localstack_from_lambda[python3.10] HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_calling_localstack_from_lambda[python3.7] LocalStack Community: tests/integration/awslambda/test_lambda_common.py::TestLambdaCallingLocalstack::test_calling_localstack_from_lambda[python3.7] HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_calling_localstack_from_lambda[python3.8] LocalStack Community: tests/integration/awslambda/test_lambda_common.py::TestLambdaCallingLocalstack::test_calling_localstack_from_lambda[python3.8] HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_calling_localstack_from_lambda[python3.9] LocalStack Community: tests/integration/awslambda/test_lambda_common.py::TestLambdaCallingLocalstack::test_calling_localstack_from_lambda[python3.9] HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_calling_localstack_from_lambda[ruby2.7] LocalStack Community: tests/integration/awslambda/test_lambda_common.py::TestLambdaCallingLocalstack::test_calling_localstack_from_lambda[ruby2.7] HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_echo_invoke[dotnet6] LocalStack Community: tests/integration/awslambda/test_lambda_common.py::TestLambdaRuntimesCommon::test_echo_invoke[dotnet6] HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_echo_invoke[dotnetcore3.1] LocalStack Community: tests/integration/awslambda/test_lambda_common.py::TestLambdaRuntimesCommon::test_echo_invoke[dotnetcore3.1] HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_echo_invoke[go1.x] LocalStack Community: tests/integration/awslambda/test_lambda_common.py::TestLambdaRuntimesCommon::test_echo_invoke[go1.x] HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_echo_invoke[java11] LocalStack Community: tests/integration/awslambda/test_lambda_common.py::TestLambdaRuntimesCommon::test_echo_invoke[java11] HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_echo_invoke[java17] LocalStack Community: tests/integration/awslambda/test_lambda_common.py::TestLambdaRuntimesCommon::test_echo_invoke[java17] HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_echo_invoke[java8.al2] LocalStack Community: tests/integration/awslambda/test_lambda_common.py::TestLambdaRuntimesCommon::test_echo_invoke[java8.al2] HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_echo_invoke[java8] LocalStack Community: tests/integration/awslambda/test_lambda_common.py::TestLambdaRuntimesCommon::test_echo_invoke[java8] HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_echo_invoke[nodejs12.x] LocalStack Community: tests/integration/awslambda/test_lambda_common.py::TestLambdaRuntimesCommon::test_echo_invoke[nodejs12.x] HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_echo_invoke[nodejs14.x] LocalStack Community: tests/integration/awslambda/test_lambda_common.py::TestLambdaRuntimesCommon::test_echo_invoke[nodejs14.x] HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_echo_invoke[nodejs16.x] LocalStack Community: tests/integration/awslambda/test_lambda_common.py::TestLambdaRuntimesCommon::test_echo_invoke[nodejs16.x] HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_echo_invoke[nodejs18.x] LocalStack Community: tests/integration/awslambda/test_lambda_common.py::TestLambdaRuntimesCommon::test_echo_invoke[nodejs18.x] HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_echo_invoke[provided.al2] LocalStack Community: tests/integration/awslambda/test_lambda_common.py::TestLambdaRuntimesCommon::test_echo_invoke[provided.al2] HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_echo_invoke[provided] LocalStack Community: tests/integration/awslambda/test_lambda_common.py::TestLambdaRuntimesCommon::test_echo_invoke[provided] HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_echo_invoke[python3.10] LocalStack Community: tests/integration/awslambda/test_lambda_common.py::TestLambdaRuntimesCommon::test_echo_invoke[python3.10] HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_echo_invoke[python3.7] LocalStack Community: tests/integration/awslambda/test_lambda_common.py::TestLambdaRuntimesCommon::test_echo_invoke[python3.7] HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_echo_invoke[python3.8] LocalStack Community: tests/integration/awslambda/test_lambda_common.py::TestLambdaRuntimesCommon::test_echo_invoke[python3.8] HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_echo_invoke[python3.9] LocalStack Community: tests/integration/awslambda/test_lambda_common.py::TestLambdaRuntimesCommon::test_echo_invoke[python3.9] HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_echo_invoke[ruby2.7] LocalStack Community: tests/integration/awslambda/test_lambda_common.py::TestLambdaRuntimesCommon::test_echo_invoke[ruby2.7] HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_introspection_invoke[dotnet6] LocalStack Community: tests/integration/awslambda/test_lambda_common.py::TestLambdaRuntimesCommon::test_introspection_invoke[dotnet6] HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_introspection_invoke[dotnetcore3.1] LocalStack Community: tests/integration/awslambda/test_lambda_common.py::TestLambdaRuntimesCommon::test_introspection_invoke[dotnetcore3.1] HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_introspection_invoke[go1.x] LocalStack Community: tests/integration/awslambda/test_lambda_common.py::TestLambdaRuntimesCommon::test_introspection_invoke[go1.x] HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_introspection_invoke[java11] LocalStack Community: tests/integration/awslambda/test_lambda_common.py::TestLambdaRuntimesCommon::test_introspection_invoke[java11] HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_introspection_invoke[java17] LocalStack Community: tests/integration/awslambda/test_lambda_common.py::TestLambdaRuntimesCommon::test_introspection_invoke[java17] HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_introspection_invoke[java8.al2] LocalStack Community: tests/integration/awslambda/test_lambda_common.py::TestLambdaRuntimesCommon::test_introspection_invoke[java8.al2] HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_introspection_invoke[java8] LocalStack Community: tests/integration/awslambda/test_lambda_common.py::TestLambdaRuntimesCommon::test_introspection_invoke[java8] HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_introspection_invoke[nodejs12.x] LocalStack Community: tests/integration/awslambda/test_lambda_common.py::TestLambdaRuntimesCommon::test_introspection_invoke[nodejs12.x] HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_introspection_invoke[nodejs14.x] LocalStack Community: tests/integration/awslambda/test_lambda_common.py::TestLambdaRuntimesCommon::test_introspection_invoke[nodejs14.x] HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_introspection_invoke[nodejs16.x] LocalStack Community: tests/integration/awslambda/test_lambda_common.py::TestLambdaRuntimesCommon::test_introspection_invoke[nodejs16.x] HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_introspection_invoke[nodejs18.x] LocalStack Community: tests/integration/awslambda/test_lambda_common.py::TestLambdaRuntimesCommon::test_introspection_invoke[nodejs18.x] HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_introspection_invoke[provided.al2] LocalStack Community: tests/integration/awslambda/test_lambda_common.py::TestLambdaRuntimesCommon::test_introspection_invoke[provided.al2] HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_introspection_invoke[provided] LocalStack Community: tests/integration/awslambda/test_lambda_common.py::TestLambdaRuntimesCommon::test_introspection_invoke[provided] HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_introspection_invoke[python3.10] LocalStack Community: tests/integration/awslambda/test_lambda_common.py::TestLambdaRuntimesCommon::test_introspection_invoke[python3.10] HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_introspection_invoke[python3.7] LocalStack Community: tests/integration/awslambda/test_lambda_common.py::TestLambdaRuntimesCommon::test_introspection_invoke[python3.7] HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_introspection_invoke[python3.8] LocalStack Community: tests/integration/awslambda/test_lambda_common.py::TestLambdaRuntimesCommon::test_introspection_invoke[python3.8] HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_introspection_invoke[python3.9] LocalStack Community: tests/integration/awslambda/test_lambda_common.py::TestLambdaRuntimesCommon::test_introspection_invoke[python3.9] HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_introspection_invoke[ruby2.7] LocalStack Community: tests/integration/awslambda/test_lambda_common.py::TestLambdaRuntimesCommon::test_introspection_invoke[ruby2.7] HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_runtime_wrapper_invoke[nodejs12.x] LocalStack Community: tests/integration/awslambda/test_lambda_common.py::TestLambdaRuntimesCommon::test_runtime_wrapper_invoke[nodejs12.x] HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_runtime_wrapper_invoke[nodejs14.x] LocalStack Community: tests/integration/awslambda/test_lambda_common.py::TestLambdaRuntimesCommon::test_runtime_wrapper_invoke[nodejs14.x] HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_runtime_wrapper_invoke[nodejs16.x] LocalStack Community: tests/integration/awslambda/test_lambda_common.py::TestLambdaRuntimesCommon::test_runtime_wrapper_invoke[nodejs16.x] HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_runtime_wrapper_invoke[nodejs18.x] LocalStack Community: tests/integration/awslambda/test_lambda_common.py::TestLambdaRuntimesCommon::test_runtime_wrapper_invoke[nodejs18.x] HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_uncaught_exception_invoke[dotnet6] LocalStack Community: tests/integration/awslambda/test_lambda_common.py::TestLambdaRuntimesCommon::test_uncaught_exception_invoke[dotnet6] HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_uncaught_exception_invoke[dotnetcore3.1] LocalStack Community: tests/integration/awslambda/test_lambda_common.py::TestLambdaRuntimesCommon::test_uncaught_exception_invoke[dotnetcore3.1] HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_uncaught_exception_invoke[go1.x] LocalStack Community: tests/integration/awslambda/test_lambda_common.py::TestLambdaRuntimesCommon::test_uncaught_exception_invoke[go1.x] HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_uncaught_exception_invoke[java11] LocalStack Community: tests/integration/awslambda/test_lambda_common.py::TestLambdaRuntimesCommon::test_uncaught_exception_invoke[java11] HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_uncaught_exception_invoke[java17] LocalStack Community: tests/integration/awslambda/test_lambda_common.py::TestLambdaRuntimesCommon::test_uncaught_exception_invoke[java17] HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_uncaught_exception_invoke[java8.al2] LocalStack Community: tests/integration/awslambda/test_lambda_common.py::TestLambdaRuntimesCommon::test_uncaught_exception_invoke[java8.al2] HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_uncaught_exception_invoke[java8] LocalStack Community: tests/integration/awslambda/test_lambda_common.py::TestLambdaRuntimesCommon::test_uncaught_exception_invoke[java8] HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_uncaught_exception_invoke[nodejs12.x] LocalStack Community: tests/integration/awslambda/test_lambda_common.py::TestLambdaRuntimesCommon::test_uncaught_exception_invoke[nodejs12.x] HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_uncaught_exception_invoke[nodejs14.x] LocalStack Community: tests/integration/awslambda/test_lambda_common.py::TestLambdaRuntimesCommon::test_uncaught_exception_invoke[nodejs14.x] HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_uncaught_exception_invoke[nodejs16.x] LocalStack Community: tests/integration/awslambda/test_lambda_common.py::TestLambdaRuntimesCommon::test_uncaught_exception_invoke[nodejs16.x] HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_uncaught_exception_invoke[nodejs18.x] LocalStack Community: tests/integration/awslambda/test_lambda_common.py::TestLambdaRuntimesCommon::test_uncaught_exception_invoke[nodejs18.x] HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_uncaught_exception_invoke[provided.al2] LocalStack Community: tests/integration/awslambda/test_lambda_common.py::TestLambdaRuntimesCommon::test_uncaught_exception_invoke[provided.al2] HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_uncaught_exception_invoke[provided] LocalStack Community: tests/integration/awslambda/test_lambda_common.py::TestLambdaRuntimesCommon::test_uncaught_exception_invoke[provided] HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_uncaught_exception_invoke[python3.10] LocalStack Community: tests/integration/awslambda/test_lambda_common.py::TestLambdaRuntimesCommon::test_uncaught_exception_invoke[python3.10] HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_uncaught_exception_invoke[python3.7] LocalStack Community: tests/integration/awslambda/test_lambda_common.py::TestLambdaRuntimesCommon::test_uncaught_exception_invoke[python3.7] HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_uncaught_exception_invoke[python3.8] LocalStack Community: tests/integration/awslambda/test_lambda_common.py::TestLambdaRuntimesCommon::test_uncaught_exception_invoke[python3.8] HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_uncaught_exception_invoke[python3.9] LocalStack Community: tests/integration/awslambda/test_lambda_common.py::TestLambdaRuntimesCommon::test_uncaught_exception_invoke[python3.9] HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_uncaught_exception_invoke[ruby2.7] LocalStack Community: tests/integration/awslambda/test_lambda_common.py::TestLambdaRuntimesCommon::test_uncaught_exception_invoke[ruby2.7] HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_dead_letter_queue LocalStack Community: tests/integration/awslambda/test_lambda_destinations.py::TestLambdaDLQ::test_dead_letter_queue HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_assess_lambda_destination_invocation[payload0] LocalStack Community: tests/integration/awslambda/test_lambda_destinations.py::TestLambdaDestinationSqs::test_assess_lambda_destination_invocation[payload0] HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_assess_lambda_destination_invocation[payload1] LocalStack Community: tests/integration/awslambda/test_lambda_destinations.py::TestLambdaDestinationSqs::test_assess_lambda_destination_invocation[payload1] HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_lambda_destination_default_retries LocalStack Community: tests/integration/awslambda/test_lambda_destinations.py::TestLambdaDestinationSqs::test_lambda_destination_default_retries HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_additional_docker_flags LocalStack Community: tests/integration/awslambda/test_lambda_developer_tools.py::TestDockerFlags::test_additional_docker_flags HTTP Status Code: 204
    • test_hot_reloading[nodejs18.x] LocalStack Community: tests/integration/awslambda/test_lambda_developer_tools.py::TestHotReloading::test_hot_reloading[nodejs18.x] HTTP Status Code: 204
    • test_hot_reloading[python3.9] LocalStack Community: tests/integration/awslambda/test_lambda_developer_tools.py::TestHotReloading::test_hot_reloading[python3.9] HTTP Status Code: 204
    • test_hot_reloading_publish_version LocalStack Community: tests/integration/awslambda/test_lambda_developer_tools.py::TestHotReloading::test_hot_reloading_publish_version HTTP Status Code: 204
    • test_deletion_event_source_mapping_with_dynamodb LocalStack Community: tests/integration/awslambda/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_deletion_event_source_mapping_with_dynamodb HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_disabled_dynamodb_event_source_mapping LocalStack Community: tests/integration/awslambda/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_disabled_dynamodb_event_source_mapping HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_dynamodb_event_filter[item_to_put10-None-filter0-1] LocalStack Community: tests/integration/awslambda/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_filter[item_to_put10-None-filter0-1] HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_dynamodb_event_filter[item_to_put11-item_to_put21-filter1-2] LocalStack Community: tests/integration/awslambda/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_filter[item_to_put11-item_to_put21-filter1-2] HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_dynamodb_event_filter[item_to_put12-item_to_put22-filter2-1] LocalStack Community: tests/integration/awslambda/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_filter[item_to_put12-item_to_put22-filter2-1] HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_dynamodb_event_filter[item_to_put13-item_to_put23-filter3-1] LocalStack Community: tests/integration/awslambda/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_filter[item_to_put13-item_to_put23-filter3-1] HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_dynamodb_event_filter[item_to_put14-item_to_put24-filter4-0] LocalStack Community: tests/integration/awslambda/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_filter[item_to_put14-item_to_put24-filter4-0] HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_dynamodb_event_filter[item_to_put15-item_to_put25-filter5-0] LocalStack Community: tests/integration/awslambda/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_filter[item_to_put15-item_to_put25-filter5-0] HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_dynamodb_event_filter[item_to_put16-item_to_put26-filter6-1] LocalStack Community: tests/integration/awslambda/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_filter[item_to_put16-item_to_put26-filter6-1] HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_dynamodb_event_source_mapping LocalStack Community: tests/integration/awslambda/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_source_mapping HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_dynamodb_event_source_mapping_with_on_failure_destination_config LocalStack Community: tests/integration/awslambda/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_source_mapping_with_on_failure_destination_config HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_dynamodb_invalid_event_filter[[{"eventName": ["INSERT"=123}]] LocalStack Community: tests/integration/awslambda/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_invalid_event_filter[[{"eventName": ["INSERT"=123}]] HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_dynamodb_invalid_event_filter[single-string] LocalStack Community: tests/integration/awslambda/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_invalid_event_filter[single-string] HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_create_kinesis_event_source_mapping LocalStack Community: tests/integration/awslambda/test_lambda_integration_kinesis.py::TestKinesisSource::test_create_kinesis_event_source_mapping HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_disable_kinesis_event_source_mapping LocalStack Community: tests/integration/awslambda/test_lambda_integration_kinesis.py::TestKinesisSource::test_disable_kinesis_event_source_mapping HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_kinesis_event_source_mapping_with_on_failure_destination_config LocalStack Community: tests/integration/awslambda/test_lambda_integration_kinesis.py::TestKinesisSource::test_kinesis_event_source_mapping_with_on_failure_destination_config HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_kinesis_event_source_trim_horizon LocalStack Community: tests/integration/awslambda/test_lambda_integration_kinesis.py::TestKinesisSource::test_kinesis_event_source_trim_horizon HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_event_source_mapping_default_batch_size LocalStack Community: tests/integration/awslambda/test_lambda_integration_sqs.py::TestSQSEventSourceMapping::test_event_source_mapping_default_batch_size HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_sqs_event_filter[filter0-item_matching0-item_not_matching0] LocalStack Community: tests/integration/awslambda/test_lambda_integration_sqs.py::TestSQSEventSourceMapping::test_sqs_event_filter[filter0-item_matching0-item_not_matching0] HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_sqs_event_filter[filter1-item_matching1-item_not_matching1] LocalStack Community: tests/integration/awslambda/test_lambda_integration_sqs.py::TestSQSEventSourceMapping::test_sqs_event_filter[filter1-item_matching1-item_not_matching1] HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_sqs_event_filter[filter2-item_matching2-item_not_matching2] LocalStack Community: tests/integration/awslambda/test_lambda_integration_sqs.py::TestSQSEventSourceMapping::test_sqs_event_filter[filter2-item_matching2-item_not_matching2] HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_sqs_event_filter[filter3-item_matching3-item_not_matching3] LocalStack Community: tests/integration/awslambda/test_lambda_integration_sqs.py::TestSQSEventSourceMapping::test_sqs_event_filter[filter3-item_matching3-item_not_matching3] HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_sqs_event_filter[filter4-item_matching4-this is a test string] LocalStack Community: tests/integration/awslambda/test_lambda_integration_sqs.py::TestSQSEventSourceMapping::test_sqs_event_filter[filter4-item_matching4-this is a test string] HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_sqs_event_filter[filter5-item_matching5-item_not_matching5] LocalStack Community: tests/integration/awslambda/test_lambda_integration_sqs.py::TestSQSEventSourceMapping::test_sqs_event_filter[filter5-item_matching5-item_not_matching5] HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_sqs_event_filter[filter6-item_matching6-item_not_matching6] LocalStack Community: tests/integration/awslambda/test_lambda_integration_sqs.py::TestSQSEventSourceMapping::test_sqs_event_filter[filter6-item_matching6-item_not_matching6] HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_sqs_event_filter[filter7-item_matching7-item_not_matching7] LocalStack Community: tests/integration/awslambda/test_lambda_integration_sqs.py::TestSQSEventSourceMapping::test_sqs_event_filter[filter7-item_matching7-item_not_matching7] HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_sqs_event_source_mapping LocalStack Community: tests/integration/awslambda/test_lambda_integration_sqs.py::TestSQSEventSourceMapping::test_sqs_event_source_mapping HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_sqs_invalid_event_filter[None] LocalStack Community: tests/integration/awslambda/test_lambda_integration_sqs.py::TestSQSEventSourceMapping::test_sqs_invalid_event_filter[None] HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_sqs_invalid_event_filter[invalid_filter2] LocalStack Community: tests/integration/awslambda/test_lambda_integration_sqs.py::TestSQSEventSourceMapping::test_sqs_invalid_event_filter[invalid_filter2] HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_sqs_invalid_event_filter[invalid_filter3] LocalStack Community: tests/integration/awslambda/test_lambda_integration_sqs.py::TestSQSEventSourceMapping::test_sqs_invalid_event_filter[invalid_filter3] HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_sqs_invalid_event_filter[simple string] LocalStack Community: tests/integration/awslambda/test_lambda_integration_sqs.py::TestSQSEventSourceMapping::test_sqs_invalid_event_filter[simple string] HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_failing_lambda_retries_after_visibility_timeout LocalStack Community: tests/integration/awslambda/test_lambda_integration_sqs.py::test_failing_lambda_retries_after_visibility_timeout HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_redrive_policy_with_failing_lambda LocalStack Community: tests/integration/awslambda/test_lambda_integration_sqs.py::test_redrive_policy_with_failing_lambda HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_report_batch_item_failures LocalStack Community: tests/integration/awslambda/test_lambda_integration_sqs.py::test_report_batch_item_failures HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_report_batch_item_failures_empty_json_batch_succeeds LocalStack Community: tests/integration/awslambda/test_lambda_integration_sqs.py::test_report_batch_item_failures_empty_json_batch_succeeds HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_report_batch_item_failures_invalid_result_json_batch_fails LocalStack Community: tests/integration/awslambda/test_lambda_integration_sqs.py::test_report_batch_item_failures_invalid_result_json_batch_fails HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_report_batch_item_failures_on_lambda_error LocalStack Community: tests/integration/awslambda/test_lambda_integration_sqs.py::test_report_batch_item_failures_on_lambda_error HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_sqs_queue_as_lambda_dead_letter_queue LocalStack Community: tests/integration/awslambda/test_lambda_integration_sqs.py::test_sqs_queue_as_lambda_dead_letter_queue HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_traceid_outside_handler[Active] LocalStack Community: tests/integration/awslambda/test_lambda_integration_xray.py::test_traceid_outside_handler[Active] HTTP Status Code: 204 AWS validated
    • test_traceid_outside_handler[PassThrough] LocalStack Community: tests/integration/awslambda/test_lambda_integration_xray.py::test_traceid_outside_handler[PassThrough] HTTP Status Code: 204 AWS validated
    • test_java_custom_handler_method_specification[cloud.localstack.sample.LambdaHandlerWithInterfaceAndCustom-INTERFACE] LocalStack Community: tests/integration/awslambda/test_lambda_runtimes.py::TestJavaRuntimes::test_java_custom_handler_method_specification[cloud.localstack.sample.LambdaHandlerWithInterfaceAndCustom-INTERFACE] HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_java_custom_handler_method_specification[cloud.localstack.sample.LambdaHandlerWithInterfaceAndCustom::handleRequest-INTERFACE] LocalStack Community: tests/integration/awslambda/test_lambda_runtimes.py::TestJavaRuntimes::test_java_custom_handler_method_specification[cloud.localstack.sample.LambdaHandlerWithInterfaceAndCustom::handleRequest-INTERFACE] HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_java_custom_handler_method_specification[cloud.localstack.sample.LambdaHandlerWithInterfaceAndCustom::handleRequestCustom-CUSTOM] LocalStack Community: tests/integration/awslambda/test_lambda_runtimes.py::TestJavaRuntimes::test_java_custom_handler_method_specification[cloud.localstack.sample.LambdaHandlerWithInterfaceAndCustom::handleRequestCustom-CUSTOM] HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_java_lambda_subscribe_sns_topic LocalStack Community: tests/integration/awslambda/test_lambda_runtimes.py::TestJavaRuntimes::test_java_lambda_subscribe_sns_topic HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_java_runtime_with_lib LocalStack Community: tests/integration/awslambda/test_lambda_runtimes.py::TestJavaRuntimes::test_java_runtime_with_lib HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_serializable_input_object[java11] LocalStack Community: tests/integration/awslambda/test_lambda_runtimes.py::TestJavaRuntimes::test_serializable_input_object[java11] HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_serializable_input_object[java17] LocalStack Community: tests/integration/awslambda/test_lambda_runtimes.py::TestJavaRuntimes::test_serializable_input_object[java17] HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_serializable_input_object[java8.al2] LocalStack Community: tests/integration/awslambda/test_lambda_runtimes.py::TestJavaRuntimes::test_serializable_input_object[java8.al2] HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_serializable_input_object[java8] LocalStack Community: tests/integration/awslambda/test_lambda_runtimes.py::TestJavaRuntimes::test_serializable_input_object[java8] HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_stream_handler[java11] LocalStack Community: tests/integration/awslambda/test_lambda_runtimes.py::TestJavaRuntimes::test_stream_handler[java11] HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_stream_handler[java17] LocalStack Community: tests/integration/awslambda/test_lambda_runtimes.py::TestJavaRuntimes::test_stream_handler[java17] HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_stream_handler[java8.al2] LocalStack Community: tests/integration/awslambda/test_lambda_runtimes.py::TestJavaRuntimes::test_stream_handler[java8.al2] HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_stream_handler[java8] LocalStack Community: tests/integration/awslambda/test_lambda_runtimes.py::TestJavaRuntimes::test_stream_handler[java8] HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_invoke_nodejs_es6_lambda[nodejs14.x] LocalStack Community: tests/integration/awslambda/test_lambda_runtimes.py::TestNodeJSRuntimes::test_invoke_nodejs_es6_lambda[nodejs14.x] HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_invoke_nodejs_es6_lambda[nodejs16.x] LocalStack Community: tests/integration/awslambda/test_lambda_runtimes.py::TestNodeJSRuntimes::test_invoke_nodejs_es6_lambda[nodejs16.x] HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_handler_in_submodule[python3.10] LocalStack Community: tests/integration/awslambda/test_lambda_runtimes.py::TestPythonRuntimes::test_handler_in_submodule[python3.10] HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_handler_in_submodule[python3.7] LocalStack Community: tests/integration/awslambda/test_lambda_runtimes.py::TestPythonRuntimes::test_handler_in_submodule[python3.7] HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_handler_in_submodule[python3.8] LocalStack Community: tests/integration/awslambda/test_lambda_runtimes.py::TestPythonRuntimes::test_handler_in_submodule[python3.8] HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_handler_in_submodule[python3.9] LocalStack Community: tests/integration/awslambda/test_lambda_runtimes.py::TestPythonRuntimes::test_handler_in_submodule[python3.9] HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_python_runtime_correct_versions[python3.10] LocalStack Community: tests/integration/awslambda/test_lambda_runtimes.py::TestPythonRuntimes::test_python_runtime_correct_versions[python3.10] HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_python_runtime_correct_versions[python3.7] LocalStack Community: tests/integration/awslambda/test_lambda_runtimes.py::TestPythonRuntimes::test_python_runtime_correct_versions[python3.7] HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_python_runtime_correct_versions[python3.8] LocalStack Community: tests/integration/awslambda/test_lambda_runtimes.py::TestPythonRuntimes::test_python_runtime_correct_versions[python3.8] HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_python_runtime_correct_versions[python3.9] LocalStack Community: tests/integration/awslambda/test_lambda_runtimes.py::TestPythonRuntimes::test_python_runtime_correct_versions[python3.9] HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_python_runtime_unhandled_errors[python3.10] LocalStack Community: tests/integration/awslambda/test_lambda_runtimes.py::TestPythonRuntimes::test_python_runtime_unhandled_errors[python3.10] HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_python_runtime_unhandled_errors[python3.7] LocalStack Community: tests/integration/awslambda/test_lambda_runtimes.py::TestPythonRuntimes::test_python_runtime_unhandled_errors[python3.7] HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_python_runtime_unhandled_errors[python3.8] LocalStack Community: tests/integration/awslambda/test_lambda_runtimes.py::TestPythonRuntimes::test_python_runtime_unhandled_errors[python3.8] HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_python_runtime_unhandled_errors[python3.9] LocalStack Community: tests/integration/awslambda/test_lambda_runtimes.py::TestPythonRuntimes::test_python_runtime_unhandled_errors[python3.9] HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_cfn_deploy_apigateway_integration LocalStack Community: tests/integration/cloudformation/resources/test_apigateway.py::test_cfn_deploy_apigateway_integration HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_cdk_template LocalStack Community: tests/integration/cloudformation/resources/test_cdk.py::TestCdkInit::test_cdk_template HTTP Status Code: 204
    • test_events_sqs_sns_lambda LocalStack Community: tests/integration/cloudformation/resources/test_integration.py::test_events_sqs_sns_lambda HTTP Status Code: 204
    • test_cfn_lambda_dynamodb_source LocalStack Community: tests/integration/cloudformation/resources/test_lambda.py::TestCfnLambdaIntegrations::test_cfn_lambda_dynamodb_source HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_cfn_lambda_kinesis_source LocalStack Community: tests/integration/cloudformation/resources/test_lambda.py::TestCfnLambdaIntegrations::test_cfn_lambda_kinesis_source HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_cfn_lambda_permissions LocalStack Community: tests/integration/cloudformation/resources/test_lambda.py::TestCfnLambdaIntegrations::test_cfn_lambda_permissions HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_cfn_lambda_sqs_source LocalStack Community: tests/integration/cloudformation/resources/test_lambda.py::TestCfnLambdaIntegrations::test_cfn_lambda_sqs_source HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_cfn_function_url LocalStack Community: tests/integration/cloudformation/resources/test_lambda.py::test_cfn_function_url HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_event_invoke_config LocalStack Community: tests/integration/cloudformation/resources/test_lambda.py::test_event_invoke_config HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_lambda_alias LocalStack Community: tests/integration/cloudformation/resources/test_lambda.py::test_lambda_alias HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_lambda_cfn_run LocalStack Community: tests/integration/cloudformation/resources/test_lambda.py::test_lambda_cfn_run HTTP Status Code: 204 AWS validated
    • test_lambda_version LocalStack Community: tests/integration/cloudformation/resources/test_lambda.py::test_lambda_version HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_multiple_lambda_permissions_for_singlefn LocalStack Community: tests/integration/cloudformation/resources/test_lambda.py::test_multiple_lambda_permissions_for_singlefn HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_cfn_handle_serverless_api_resource LocalStack Community: tests/integration/cloudformation/resources/test_legacy.py::TestCloudFormation::test_cfn_handle_serverless_api_resource HTTP Status Code: 204
    • test_sub_in_lambda_function_name LocalStack Community: tests/integration/cloudformation/resources/test_legacy.py::TestCloudFormation::test_sub_in_lambda_function_name HTTP Status Code: 204
    • test_sam_policies LocalStack Community: tests/integration/cloudformation/resources/test_sam.py::test_sam_policies HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_sam_template LocalStack Community: tests/integration/cloudformation/resources/test_sam.py::test_sam_template HTTP Status Code: 204
    • test_apigateway_invoke LocalStack Community: tests/integration/cloudformation/resources/test_stepfunctions.py::test_apigateway_invoke HTTP Status Code: 204
    • test_apigateway_invoke_localhost LocalStack Community: tests/integration/cloudformation/resources/test_stepfunctions.py::test_apigateway_invoke_localhost HTTP Status Code: 204
    • test_apigateway_invoke_localhost_with_path LocalStack Community: tests/integration/cloudformation/resources/test_stepfunctions.py::test_apigateway_invoke_localhost_with_path HTTP Status Code: 204
    • test_apigateway_invoke_with_path LocalStack Community: tests/integration/cloudformation/resources/test_stepfunctions.py::test_apigateway_invoke_with_path HTTP Status Code: 204
    • test_nested_statemachine_with_sync2 LocalStack Community: tests/integration/cloudformation/resources/test_stepfunctions.py::test_nested_statemachine_with_sync2 HTTP Status Code: 204
    • test_retry_and_catch LocalStack Community: tests/integration/cloudformation/resources/test_stepfunctions.py::test_retry_and_catch HTTP Status Code: 204
    • test_statemachine_definitionsubstitution LocalStack Community: tests/integration/cloudformation/resources/test_stepfunctions.py::test_statemachine_definitionsubstitution HTTP Status Code: 204
    • test_capabilities_requirements LocalStack Community: tests/integration/cloudformation/test_template_engine.py::TestMacros::test_capabilities_requirements HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_failed_state[raise_error.py] LocalStack Community: tests/integration/cloudformation/test_template_engine.py::TestMacros::test_failed_state[raise_error.py] HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_failed_state[return_invalid_template.py] LocalStack Community: tests/integration/cloudformation/test_template_engine.py::TestMacros::test_failed_state[return_invalid_template.py] HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_failed_state[return_unsuccessful_with_message.py] LocalStack Community: tests/integration/cloudformation/test_template_engine.py::TestMacros::test_failed_state[return_unsuccessful_with_message.py] HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_failed_state[return_unsuccessful_without_message.py] LocalStack Community: tests/integration/cloudformation/test_template_engine.py::TestMacros::test_failed_state[return_unsuccessful_without_message.py] HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_functions_and_references_during_transformation LocalStack Community: tests/integration/cloudformation/test_template_engine.py::TestMacros::test_functions_and_references_during_transformation HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_global_scope LocalStack Community: tests/integration/cloudformation/test_template_engine.py::TestMacros::test_global_scope HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_macro_deployment LocalStack Community: tests/integration/cloudformation/test_template_engine.py::TestMacros::test_macro_deployment HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_to_validate_template_limit_for_macro LocalStack Community: tests/integration/cloudformation/test_template_engine.py::TestMacros::test_to_validate_template_limit_for_macro HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_validate_lambda_internals LocalStack Community: tests/integration/cloudformation/test_template_engine.py::TestMacros::test_validate_lambda_internals HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_s3_download_object_with_lambda LocalStack Community: tests/integration/s3/test_s3.py::TestS3::test_s3_download_object_with_lambda HTTP Status Code: 204 AWS validated
    • test_s3_lambda_integration LocalStack Community: tests/integration/s3/test_s3.py::TestS3::test_s3_lambda_integration HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_presigned_url_v4_signed_headers_in_qs LocalStack Community: tests/integration/s3/test_s3.py::TestS3PresignedUrl::test_presigned_url_v4_signed_headers_in_qs HTTP Status Code: 204 AWS validated
    • test_presigned_url_v4_x_amz_in_qs LocalStack Community: tests/integration/s3/test_s3.py::TestS3PresignedUrl::test_presigned_url_v4_x_amz_in_qs HTTP Status Code: 204 AWS validated
    • test_create_object_by_presigned_request_via_dynamodb LocalStack Community: tests/integration/s3/test_s3_notifications_lambda.py::TestS3NotificationsToLambda::test_create_object_by_presigned_request_via_dynamodb HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_create_object_put_via_dynamodb LocalStack Community: tests/integration/s3/test_s3_notifications_lambda.py::TestS3NotificationsToLambda::test_create_object_put_via_dynamodb HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_aws_sdk_task_delete_s3_object LocalStack Community: tests/integration/stepfunctions/legacy/test_stepfunctions_legacy.py::test_aws_sdk_task_delete_s3_object HTTP Status Code: 204
    • test_step_functions_calling_api_gateway LocalStack Community: tests/integration/stepfunctions/v2/scenarios/test_sfn_scenarios.py::TestFundamental::test_step_functions_calling_api_gateway HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_wait_for_callback LocalStack Community: tests/integration/stepfunctions/v2/scenarios/test_sfn_scenarios.py::TestFundamental::test_wait_for_callback HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_put_events_with_target_lambda LocalStack Community: tests/integration/test_events.py::TestEvents::test_put_events_with_target_lambda HTTP Status Code: 204
    • test_should_ignore_schedules_for_put_event LocalStack Community: tests/integration/test_events.py::TestEvents::test_should_ignore_schedules_for_put_event HTTP Status Code: 204 AWS validated
    • test_firehose_http[True] LocalStack Community: tests/integration/test_firehose.py::test_firehose_http[True] HTTP Status Code: 204
    • test_lambda_streams_batch_and_transactions LocalStack Community: tests/integration/test_integration.py::TestIntegration::test_lambda_streams_batch_and_transactions HTTP Status Code: 204
    • test_scheduled_lambda LocalStack Community: tests/integration/test_integration.py::TestIntegration::test_scheduled_lambda HTTP Status Code: 204
    • test_lambda_put_item_to_dynamodb[python3.10] LocalStack Community: tests/integration/test_integration.py::TestLambdaOutgoingSdkCalls::test_lambda_put_item_to_dynamodb[python3.10] HTTP Status Code: 204
    • test_lambda_put_item_to_dynamodb[python3.7] LocalStack Community: tests/integration/test_integration.py::TestLambdaOutgoingSdkCalls::test_lambda_put_item_to_dynamodb[python3.7] HTTP Status Code: 204
    • test_lambda_put_item_to_dynamodb[python3.8] LocalStack Community: tests/integration/test_integration.py::TestLambdaOutgoingSdkCalls::test_lambda_put_item_to_dynamodb[python3.8] HTTP Status Code: 204
    • test_lambda_put_item_to_dynamodb[python3.9] LocalStack Community: tests/integration/test_integration.py::TestLambdaOutgoingSdkCalls::test_lambda_put_item_to_dynamodb[python3.9] HTTP Status Code: 204
    • test_lambda_send_message_to_sqs[python3.10] LocalStack Community: tests/integration/test_integration.py::TestLambdaOutgoingSdkCalls::test_lambda_send_message_to_sqs[python3.10] HTTP Status Code: 204
    • test_lambda_send_message_to_sqs[python3.7] LocalStack Community: tests/integration/test_integration.py::TestLambdaOutgoingSdkCalls::test_lambda_send_message_to_sqs[python3.7] HTTP Status Code: 204
    • test_lambda_send_message_to_sqs[python3.8] LocalStack Community: tests/integration/test_integration.py::TestLambdaOutgoingSdkCalls::test_lambda_send_message_to_sqs[python3.8] HTTP Status Code: 204
    • test_lambda_send_message_to_sqs[python3.9] LocalStack Community: tests/integration/test_integration.py::TestLambdaOutgoingSdkCalls::test_lambda_send_message_to_sqs[python3.9] HTTP Status Code: 204
    • test_lambda_start_stepfunctions_execution[python3.10] LocalStack Community: tests/integration/test_integration.py::TestLambdaOutgoingSdkCalls::test_lambda_start_stepfunctions_execution[python3.10] HTTP Status Code: 204
    • test_lambda_start_stepfunctions_execution[python3.7] LocalStack Community: tests/integration/test_integration.py::TestLambdaOutgoingSdkCalls::test_lambda_start_stepfunctions_execution[python3.7] HTTP Status Code: 204
    • test_lambda_start_stepfunctions_execution[python3.8] LocalStack Community: tests/integration/test_integration.py::TestLambdaOutgoingSdkCalls::test_lambda_start_stepfunctions_execution[python3.8] HTTP Status Code: 204
    • test_lambda_start_stepfunctions_execution[python3.9] LocalStack Community: tests/integration/test_integration.py::TestLambdaOutgoingSdkCalls::test_lambda_start_stepfunctions_execution[python3.9] HTTP Status Code: 204
    • test_kinesis_lambda_forward_chain LocalStack Community: tests/integration/test_integration.py::test_kinesis_lambda_forward_chain HTTP Status Code: 204
    • test_put_subscription_filter_lambda LocalStack Community: tests/integration/test_logs.py::TestCloudWatchLogs::test_put_subscription_filter_lambda HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_function_url LocalStack Community: tests/integration/test_network_configuration.py::TestLambda::test_function_url HTTP Status Code: 204
    • test_redrive_policy_lambda_subscription LocalStack Community: tests/integration/test_sns.py::TestSNSProvider::test_redrive_policy_lambda_subscription HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_sns_topic_as_lambda_dead_letter_queue LocalStack Community: tests/integration/test_sns.py::TestSNSProvider::test_sns_topic_as_lambda_dead_letter_queue HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_delivery_lambda LocalStack Community: tests/integration/test_sns.py::TestSNSPublishDelivery::test_delivery_lambda HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_python_lambda_subscribe_sns_topic LocalStack Community: tests/integration/test_sns.py::TestSNSSubscription::test_python_lambda_subscribe_sns_topic HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_delete_message_batch_from_lambda LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_delete_message_batch_from_lambda HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_security_groups LocalStack Community: tests/integration/test_terraform.py::TestTerraform::test_security_groups HTTP Status Code: 204
    • test_cross_account_access LocalStack Community: tests/integration/awslambda/test_lambda.py::TestLambdaFeatures::test_cross_account_access HTTP Status Code: 404 (ResourceNotFoundException) AWS validated Snapshot Tested
    • test_delete_on_nonexisting_version LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaFunction::test_delete_on_nonexisting_version HTTP Status Code: 404 (ResourceNotFoundException) AWS validated Snapshot Tested
    • test_function_lifecycle LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaFunction::test_function_lifecycle HTTP Status Code: 404 (ResourceNotFoundException) AWS validated Snapshot Tested
    • test_get_function_wrong_region[delete_function] LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaFunction::test_get_function_wrong_region[delete_function] HTTP Status Code: 404 (ResourceNotFoundException) AWS validated Snapshot Tested
    • test_ops_on_nonexisting_fn[delete_function] LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaFunction::test_ops_on_nonexisting_fn[delete_function] HTTP Status Code: 404 (ResourceNotFoundException) AWS validated Snapshot Tested
    • test_tag_nonexisting_resource LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaTag::test_tag_nonexisting_resource HTTP Status Code: 404 (ResourceNotFoundException) AWS validated Snapshot Tested
    • test_tag_lifecycle LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaTags::test_tag_lifecycle HTTP Status Code: 404 (ResourceNotFoundException) AWS validated Snapshot Tested
    • test_put_events_with_target_lambda LocalStack Community: tests/integration/test_events.py::TestEvents::test_put_events_with_target_lambda HTTP Status Code: 404 (ResourceNotFoundException)
    • test_redrive_policy_lambda_subscription LocalStack Community: tests/integration/test_sns.py::TestSNSProvider::test_redrive_policy_lambda_subscription HTTP Status Code: 404 (ResourceNotFoundException) AWS validated Snapshot Tested
  • LocalStack Pro
    • test_apigw_v2_lambda_request_authorizer[1.0] LocalStack Pro: tests/integration/apigateway/test_http_apis.py::TestHttpApis::test_apigw_v2_lambda_request_authorizer[1.0] HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_apigw_v2_lambda_request_authorizer[2.0] LocalStack Pro: tests/integration/apigateway/test_http_apis.py::TestHttpApis::test_apigw_v2_lambda_request_authorizer[2.0] HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_cors_preflight_requests LocalStack Pro: tests/integration/apigateway/test_http_apis.py::TestHttpApis::test_cors_preflight_requests HTTP Status Code: 204 AWS validated
    • test_custom_domains[--<random>.example.com-1.0] LocalStack Pro: tests/integration/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[--<random>.example.com-1.0] HTTP Status Code: 204
    • test_custom_domains[--<random>.example.com-2.0] LocalStack Pro: tests/integration/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[--<random>.example.com-2.0] HTTP Status Code: 204
    • test_custom_domains[--<random>.localhost-1.0] LocalStack Pro: tests/integration/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[--<random>.localhost-1.0] HTTP Status Code: 204
    • test_custom_domains[--<random>.localhost-2.0] LocalStack Pro: tests/integration/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[--<random>.localhost-2.0] HTTP Status Code: 204
    • test_custom_domains[--<random>.localhost.localstack.cloud-1.0] LocalStack Pro: tests/integration/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[--<random>.localhost.localstack.cloud-1.0] HTTP Status Code: 204
    • test_custom_domains[--<random>.localhost.localstack.cloud-2.0] LocalStack Pro: tests/integration/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[--<random>.localhost.localstack.cloud-2.0] HTTP Status Code: 204
    • test_custom_domains[-base1-<random>.example.com-1.0] LocalStack Pro: tests/integration/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[-base1-<random>.example.com-1.0] HTTP Status Code: 204
    • test_custom_domains[-base1-<random>.example.com-2.0] LocalStack Pro: tests/integration/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[-base1-<random>.example.com-2.0] HTTP Status Code: 204
    • test_custom_domains[-base1-<random>.localhost-1.0] LocalStack Pro: tests/integration/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[-base1-<random>.localhost-1.0] HTTP Status Code: 204
    • test_custom_domains[-base1-<random>.localhost-2.0] LocalStack Pro: tests/integration/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[-base1-<random>.localhost-2.0] HTTP Status Code: 204
    • test_custom_domains[-base1-<random>.localhost.localstack.cloud-1.0] LocalStack Pro: tests/integration/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[-base1-<random>.localhost.localstack.cloud-1.0] HTTP Status Code: 204
    • test_custom_domains[-base1-<random>.localhost.localstack.cloud-2.0] LocalStack Pro: tests/integration/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[-base1-<random>.localhost.localstack.cloud-2.0] HTTP Status Code: 204
    • test_custom_domains[stage1--<random>.example.com-1.0] LocalStack Pro: tests/integration/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[stage1--<random>.example.com-1.0] HTTP Status Code: 204
    • test_custom_domains[stage1--<random>.example.com-2.0] LocalStack Pro: tests/integration/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[stage1--<random>.example.com-2.0] HTTP Status Code: 204
    • test_custom_domains[stage1--<random>.localhost-1.0] LocalStack Pro: tests/integration/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[stage1--<random>.localhost-1.0] HTTP Status Code: 204
    • test_custom_domains[stage1--<random>.localhost-2.0] LocalStack Pro: tests/integration/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[stage1--<random>.localhost-2.0] HTTP Status Code: 204
    • test_custom_domains[stage1--<random>.localhost.localstack.cloud-1.0] LocalStack Pro: tests/integration/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[stage1--<random>.localhost.localstack.cloud-1.0] HTTP Status Code: 204
    • test_custom_domains[stage1--<random>.localhost.localstack.cloud-2.0] LocalStack Pro: tests/integration/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[stage1--<random>.localhost.localstack.cloud-2.0] HTTP Status Code: 204
    • test_custom_domains[stage1-base1-<random>.example.com-1.0] LocalStack Pro: tests/integration/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[stage1-base1-<random>.example.com-1.0] HTTP Status Code: 204
    • test_custom_domains[stage1-base1-<random>.example.com-2.0] LocalStack Pro: tests/integration/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[stage1-base1-<random>.example.com-2.0] HTTP Status Code: 204
    • test_custom_domains[stage1-base1-<random>.localhost-1.0] LocalStack Pro: tests/integration/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[stage1-base1-<random>.localhost-1.0] HTTP Status Code: 204
    • test_custom_domains[stage1-base1-<random>.localhost-2.0] LocalStack Pro: tests/integration/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[stage1-base1-<random>.localhost-2.0] HTTP Status Code: 204
    • test_custom_domains[stage1-base1-<random>.localhost.localstack.cloud-1.0] LocalStack Pro: tests/integration/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[stage1-base1-<random>.localhost.localstack.cloud-1.0] HTTP Status Code: 204
    • test_custom_domains[stage1-base1-<random>.localhost.localstack.cloud-2.0] LocalStack Pro: tests/integration/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[stage1-base1-<random>.localhost.localstack.cloud-2.0] HTTP Status Code: 204
    • test_http_lambda_authorizers[eu-west-1-UrlType.HOST_BASED-1.0-ANY] LocalStack Pro: tests/integration/apigateway/test_http_apis.py::TestHttpApis::test_http_lambda_authorizers[eu-west-1-UrlType.HOST_BASED-1.0-ANY] HTTP Status Code: 204 AWS validated
    • test_http_lambda_authorizers[eu-west-1-UrlType.HOST_BASED-1.0-POST] LocalStack Pro: tests/integration/apigateway/test_http_apis.py::TestHttpApis::test_http_lambda_authorizers[eu-west-1-UrlType.HOST_BASED-1.0-POST] HTTP Status Code: 204 AWS validated
    • test_http_lambda_authorizers[eu-west-1-UrlType.HOST_BASED-2.0-ANY] LocalStack Pro: tests/integration/apigateway/test_http_apis.py::TestHttpApis::test_http_lambda_authorizers[eu-west-1-UrlType.HOST_BASED-2.0-ANY] HTTP Status Code: 204 AWS validated
    • test_http_lambda_authorizers[eu-west-1-UrlType.HOST_BASED-2.0-POST] LocalStack Pro: tests/integration/apigateway/test_http_apis.py::TestHttpApis::test_http_lambda_authorizers[eu-west-1-UrlType.HOST_BASED-2.0-POST] HTTP Status Code: 204 AWS validated
    • test_http_lambda_authorizers[eu-west-1-UrlType.PATH_BASED-1.0-ANY] LocalStack Pro: tests/integration/apigateway/test_http_apis.py::TestHttpApis::test_http_lambda_authorizers[eu-west-1-UrlType.PATH_BASED-1.0-ANY] HTTP Status Code: 204 AWS validated
    • test_http_lambda_authorizers[eu-west-1-UrlType.PATH_BASED-1.0-POST] LocalStack Pro: tests/integration/apigateway/test_http_apis.py::TestHttpApis::test_http_lambda_authorizers[eu-west-1-UrlType.PATH_BASED-1.0-POST] HTTP Status Code: 204 AWS validated
    • test_http_lambda_authorizers[eu-west-1-UrlType.PATH_BASED-2.0-ANY] LocalStack Pro: tests/integration/apigateway/test_http_apis.py::TestHttpApis::test_http_lambda_authorizers[eu-west-1-UrlType.PATH_BASED-2.0-ANY] HTTP Status Code: 204 AWS validated
    • test_http_lambda_authorizers[eu-west-1-UrlType.PATH_BASED-2.0-POST] LocalStack Pro: tests/integration/apigateway/test_http_apis.py::TestHttpApis::test_http_lambda_authorizers[eu-west-1-UrlType.PATH_BASED-2.0-POST] HTTP Status Code: 204 AWS validated
    • test_http_lambda_authorizers[us-east-1-UrlType.HOST_BASED-1.0-ANY] LocalStack Pro: tests/integration/apigateway/test_http_apis.py::TestHttpApis::test_http_lambda_authorizers[us-east-1-UrlType.HOST_BASED-1.0-ANY] HTTP Status Code: 204 AWS validated
    • test_http_lambda_authorizers[us-east-1-UrlType.HOST_BASED-1.0-POST] LocalStack Pro: tests/integration/apigateway/test_http_apis.py::TestHttpApis::test_http_lambda_authorizers[us-east-1-UrlType.HOST_BASED-1.0-POST] HTTP Status Code: 204 AWS validated
    • test_http_lambda_authorizers[us-east-1-UrlType.HOST_BASED-2.0-ANY] LocalStack Pro: tests/integration/apigateway/test_http_apis.py::TestHttpApis::test_http_lambda_authorizers[us-east-1-UrlType.HOST_BASED-2.0-ANY] HTTP Status Code: 204 AWS validated
    • test_http_lambda_authorizers[us-east-1-UrlType.HOST_BASED-2.0-POST] LocalStack Pro: tests/integration/apigateway/test_http_apis.py::TestHttpApis::test_http_lambda_authorizers[us-east-1-UrlType.HOST_BASED-2.0-POST] HTTP Status Code: 204 AWS validated
    • test_http_lambda_authorizers[us-east-1-UrlType.PATH_BASED-1.0-ANY] LocalStack Pro: tests/integration/apigateway/test_http_apis.py::TestHttpApis::test_http_lambda_authorizers[us-east-1-UrlType.PATH_BASED-1.0-ANY] HTTP Status Code: 204 AWS validated
    • test_http_lambda_authorizers[us-east-1-UrlType.PATH_BASED-1.0-POST] LocalStack Pro: tests/integration/apigateway/test_http_apis.py::TestHttpApis::test_http_lambda_authorizers[us-east-1-UrlType.PATH_BASED-1.0-POST] HTTP Status Code: 204 AWS validated
    • test_http_lambda_authorizers[us-east-1-UrlType.PATH_BASED-2.0-ANY] LocalStack Pro: tests/integration/apigateway/test_http_apis.py::TestHttpApis::test_http_lambda_authorizers[us-east-1-UrlType.PATH_BASED-2.0-ANY] HTTP Status Code: 204 AWS validated
    • test_http_lambda_authorizers[us-east-1-UrlType.PATH_BASED-2.0-POST] LocalStack Pro: tests/integration/apigateway/test_http_apis.py::TestHttpApis::test_http_lambda_authorizers[us-east-1-UrlType.PATH_BASED-2.0-POST] HTTP Status Code: 204 AWS validated
    • test_http_to_lambda_payload_v2 LocalStack Pro: tests/integration/apigateway/test_http_apis.py::TestHttpApis::test_http_to_lambda_payload_v2 HTTP Status Code: 204 AWS validated
    • test_lambda_authorizer_with_aws_proxy_integration[1.0] LocalStack Pro: tests/integration/apigateway/test_http_apis.py::TestHttpApis::test_lambda_authorizer_with_aws_proxy_integration[1.0] HTTP Status Code: 204
    • test_lambda_authorizer_with_aws_proxy_integration[2.0] LocalStack Pro: tests/integration/apigateway/test_http_apis.py::TestHttpApis::test_lambda_authorizer_with_aws_proxy_integration[2.0] HTTP Status Code: 204
    • test_lambda_authorizer_with_no_payload_format_version LocalStack Pro: tests/integration/apigateway/test_http_apis.py::TestHttpApis::test_lambda_authorizer_with_no_payload_format_version HTTP Status Code: 204
    • test_lambda_events[1.0] LocalStack Pro: tests/integration/apigateway/test_http_apis.py::TestHttpApis::test_lambda_events[1.0] HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_lambda_events[2.0] LocalStack Pro: tests/integration/apigateway/test_http_apis.py::TestHttpApis::test_lambda_events[2.0] HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_lambda_handling_binary_data[200] LocalStack Pro: tests/integration/apigateway/test_http_apis.py::TestHttpApis::test_lambda_handling_binary_data[200] HTTP Status Code: 204
    • test_lambda_handling_binary_data[404] LocalStack Pro: tests/integration/apigateway/test_http_apis.py::TestHttpApis::test_lambda_handling_binary_data[404] HTTP Status Code: 204
    • test_lambda_handling_form_urlencoded_data[False] LocalStack Pro: tests/integration/apigateway/test_http_apis.py::TestHttpApis::test_lambda_handling_form_urlencoded_data[False] HTTP Status Code: 204
    • test_lambda_handling_form_urlencoded_data[True] LocalStack Pro: tests/integration/apigateway/test_http_apis.py::TestHttpApis::test_lambda_handling_form_urlencoded_data[True] HTTP Status Code: 204
    • test_lambda_jwt_authorizer[bogus-1.0] LocalStack Pro: tests/integration/apigateway/test_http_apis.py::TestHttpApis::test_lambda_jwt_authorizer[bogus-1.0] HTTP Status Code: 204 AWS validated
    • test_lambda_jwt_authorizer[bogus-2.0] LocalStack Pro: tests/integration/apigateway/test_http_apis.py::TestHttpApis::test_lambda_jwt_authorizer[bogus-2.0] HTTP Status Code: 204 AWS validated
    • test_lambda_jwt_authorizer[http://localhost:4566-1.0] LocalStack Pro: tests/integration/apigateway/test_http_apis.py::TestHttpApis::test_lambda_jwt_authorizer[http://localhost:4566-1.0] HTTP Status Code: 204 AWS validated
    • test_lambda_jwt_authorizer[http://localhost:4566-2.0] LocalStack Pro: tests/integration/apigateway/test_http_apis.py::TestHttpApis::test_lambda_jwt_authorizer[http://localhost:4566-2.0] HTTP Status Code: 204 AWS validated
    • test_lambda_request_authorizer[1.0] LocalStack Pro: tests/integration/apigateway/test_http_apis.py::TestHttpApis::test_lambda_request_authorizer[1.0] HTTP Status Code: 204
    • test_lambda_request_authorizer[2.0] LocalStack Pro: tests/integration/apigateway/test_http_apis.py::TestHttpApis::test_lambda_request_authorizer[2.0] HTTP Status Code: 204
    • test_lambda_return_gzip_response LocalStack Pro: tests/integration/apigateway/test_http_apis.py::TestHttpApis::test_lambda_return_gzip_response HTTP Status Code: 204
    • test_step_functions_integration[host_based_url-1.0] LocalStack Pro: tests/integration/apigateway/test_http_apis.py::TestHttpApis::test_step_functions_integration[host_based_url-1.0] HTTP Status Code: 204 AWS validated
    • test_step_functions_integration[path_based_url-1.0] LocalStack Pro: tests/integration/apigateway/test_http_apis.py::TestHttpApis::test_step_functions_integration[path_based_url-1.0] HTTP Status Code: 204 AWS validated
    • test_apigw_v1_lambda_request_authorizer LocalStack Pro: tests/integration/apigateway/test_rest_apis.py::TestRestAPIs::test_apigw_v1_lambda_request_authorizer HTTP Status Code: 204
    • test_cognito_authorizer_token_types[client_credentials] LocalStack Pro: tests/integration/apigateway/test_rest_apis.py::TestRestAPIs::test_cognito_authorizer_token_types[client_credentials] HTTP Status Code: 204 AWS validated
    • test_cognito_authorizer_token_types[username] LocalStack Pro: tests/integration/apigateway/test_rest_apis.py::TestRestAPIs::test_cognito_authorizer_token_types[username] HTTP Status Code: 204 AWS validated
    • test_cognito_authorizers[host_based_url-ANY] LocalStack Pro: tests/integration/apigateway/test_rest_apis.py::TestRestAPIs::test_cognito_authorizers[host_based_url-ANY] HTTP Status Code: 204 AWS validated
    • test_cognito_authorizers[host_based_url-GET] LocalStack Pro: tests/integration/apigateway/test_rest_apis.py::TestRestAPIs::test_cognito_authorizers[host_based_url-GET] HTTP Status Code: 204 AWS validated
    • test_cognito_authorizers[path_based_url-ANY] LocalStack Pro: tests/integration/apigateway/test_rest_apis.py::TestRestAPIs::test_cognito_authorizers[path_based_url-ANY] HTTP Status Code: 204 AWS validated
    • test_cognito_authorizers[path_based_url-GET] LocalStack Pro: tests/integration/apigateway/test_rest_apis.py::TestRestAPIs::test_cognito_authorizers[path_based_url-GET] HTTP Status Code: 204 AWS validated
    • test_custom_authorizer[CUSTOM-GET] LocalStack Pro: tests/integration/apigateway/test_rest_apis.py::TestRestAPIs::test_custom_authorizer[CUSTOM-GET] HTTP Status Code: 204
    • test_custom_authorizer[CUSTOM-POST] LocalStack Pro: tests/integration/apigateway/test_rest_apis.py::TestRestAPIs::test_custom_authorizer[CUSTOM-POST] HTTP Status Code: 204
    • test_custom_authorizer[NONE-GET] LocalStack Pro: tests/integration/apigateway/test_rest_apis.py::TestRestAPIs::test_custom_authorizer[NONE-GET] HTTP Status Code: 204
    • test_custom_authorizer[NONE-GET] LocalStack Pro: tests/integration/apigateway/test_rest_apis.py::TestRestAPIs::test_custom_authorizer[NONE-GET] HTTP Status Code: 204
    • test_custom_authorizer[NONE-POST] LocalStack Pro: tests/integration/apigateway/test_rest_apis.py::TestRestAPIs::test_custom_authorizer[NONE-POST] HTTP Status Code: 204
    • test_invoke_custom_domain LocalStack Pro: tests/integration/apigateway/test_rest_apis.py::TestRestAPIs::test_invoke_custom_domain HTTP Status Code: 204
    • test_lambda_request_authorizer_different_paths[UrlType.HOST_BASED] LocalStack Pro: tests/integration/apigateway/test_rest_apis.py::TestRestAPIs::test_lambda_request_authorizer_different_paths[UrlType.HOST_BASED] HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_lambda_request_authorizer_different_paths[UrlType.PATH_BASED] LocalStack Pro: tests/integration/apigateway/test_rest_apis.py::TestRestAPIs::test_lambda_request_authorizer_different_paths[UrlType.PATH_BASED] HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_lambda_token_authorizer LocalStack Pro: tests/integration/apigateway/test_rest_apis.py::TestRestAPIs::test_lambda_token_authorizer HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_lambda_token_authorizer_event_payload LocalStack Pro: tests/integration/apigateway/test_rest_apis.py::TestRestAPIs::test_lambda_token_authorizer_event_payload HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_lambda_token_authorizer_path_suffixes LocalStack Pro: tests/integration/apigateway/test_rest_apis.py::TestRestAPIs::test_lambda_token_authorizer_path_suffixes HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_rest_import_openapi_3_0 LocalStack Pro: tests/integration/apigateway/test_rest_apis.py::TestRestAPIs::test_rest_import_openapi_3_0 HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_connect_disconnect_always_called LocalStack Pro: tests/integration/apigateway/test_websocket_apis.py::TestWebSockets::test_connect_disconnect_always_called HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_websocket_api[AWS_PROXY-False-False] LocalStack Pro: tests/integration/apigateway/test_websocket_apis.py::TestWebSockets::test_websocket_api[AWS_PROXY-False-False] HTTP Status Code: 204
    • test_websocket_api[AWS_PROXY-False-True] LocalStack Pro: tests/integration/apigateway/test_websocket_apis.py::TestWebSockets::test_websocket_api[AWS_PROXY-False-True] HTTP Status Code: 204
    • test_websocket_api_reject_connect[True-False] LocalStack Pro: tests/integration/apigateway/test_websocket_apis.py::TestWebSockets::test_websocket_api_reject_connect[True-False] HTTP Status Code: 204
    • test_websocket_api_reject_connect[True-True] LocalStack Pro: tests/integration/apigateway/test_websocket_apis.py::TestWebSockets::test_websocket_api_reject_connect[True-True] HTTP Status Code: 204
    • test_ws_connection_with_invalid_auth LocalStack Pro: tests/integration/apigateway/test_websocket_apis.py::TestWebSockets::test_ws_connection_with_invalid_auth HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_cognito_authorization_auth_context_propagated LocalStack Pro: tests/integration/appsync/test_appsync.py::TestAppSync::test_cognito_authorization_auth_context_propagated HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_cognito_authorization_auth_context_propagated_without_groups LocalStack Pro: tests/integration/appsync/test_appsync.py::TestAppSync::test_cognito_authorization_auth_context_propagated_without_groups HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_lambda_authorization LocalStack Pro: tests/integration/appsync/test_appsync.py::TestAppSync::test_lambda_authorization HTTP Status Code: 204 AWS validated
    • test_generic_extension_full_lifecycle LocalStack Pro: tests/integration/awslambda/test_lambda_extensions_api.py::TestExtensionsApi::test_generic_extension_full_lifecycle HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_basic_xray_integration LocalStack Pro: tests/integration/awslambda/test_lambda_xray.py::TestLambdaXrayIntegration::test_basic_xray_integration HTTP Status Code: 204 AWS validated
    • test_cloudfront_distribution_with_logging LocalStack Pro: tests/integration/cloudformation/resources/test_cloudfront.py::test_cloudfront_distribution_with_logging HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_customresource_lambda_backed LocalStack Pro: tests/integration/cloudformation/resources/test_customresources.py::test_customresource_lambda_backed HTTP Status Code: 204
    • test_lambda_layer_python LocalStack Pro: tests/integration/cloudformation/resources/test_lambda.py::TestLambdaLayer::test_lambda_layer_python HTTP Status Code: 204
    • test_secretsmanager_target_attachment_maridab LocalStack Pro: tests/integration/cloudformation/resources/test_secretsmanager.py::test_secretsmanager_target_attachment_maridab HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_create_misc_resources LocalStack Pro: tests/integration/cloudformation/test_api.py::TestAPI::test_create_misc_resources HTTP Status Code: 204
    • test_enforce_policy_lambda LocalStack Pro: tests/integration/iam_enforcement/test_iam_enforcement.py::TestIAMEnforcementIdentityBasedPolicies::test_enforce_policy_lambda HTTP Status Code: 204
    • test_lambda_invoke LocalStack Pro: tests/integration/iam_enforcement/test_iam_enforcement.py::TestIAMEnforcementResourceBasedPolicies::test_lambda_invoke HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_get_resource_policy_lambda LocalStack Pro: tests/integration/iam_enforcement/test_iam_internals.py::TestIAMResourcePolicyRetrieval::test_get_resource_policy_lambda HTTP Status Code: 204
    • test_get_resource_policy_lambda_non_existent LocalStack Pro: tests/integration/iam_enforcement/test_iam_internals.py::TestIAMResourcePolicyRetrieval::test_get_resource_policy_lambda_non_existent HTTP Status Code: 204
    • test_events_lambda LocalStack Pro: tests/integration/iam_enforcement/test_inter_service_enforcement.py::TestInterServiceCommunicationEnforcement::test_events_lambda HTTP Status Code: 204 AWS validated
    • test_lambda_iam LocalStack Pro: tests/integration/iam_enforcement/test_inter_service_enforcement.py::TestInterServiceCommunicationEnforcement::test_lambda_iam HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_lambda_sqs_destination LocalStack Pro: tests/integration/iam_enforcement/test_inter_service_enforcement.py::TestInterServiceCommunicationEnforcement::test_lambda_sqs_destination HTTP Status Code: 204 AWS validated
    • test_sns_lambda_subscription LocalStack Pro: tests/integration/iam_enforcement/test_inter_service_enforcement.py::TestInterServiceCommunicationEnforcement::test_sns_lambda_subscription HTTP Status Code: 204 AWS validated
    • test_lambda_redirect LocalStack Pro: tests/integration/test_cloudfront.py::TestCloudFront::test_lambda_redirect HTTP Status Code: 204 AWS validated
    • test_cdk_trail_cw_logs LocalStack Pro: tests/integration/test_cloudtrail.py::TestCloudTrail::test_cdk_trail_cw_logs HTTP Status Code: 204 AWS validated
    • test_admin_create_user_should_trigger_custom_message_lambda LocalStack Pro: tests/integration/test_cognito.py::TestCognito::test_admin_create_user_should_trigger_custom_message_lambda HTTP Status Code: 204 AWS validated
    • test_api_gateway_cognito_pool_authorizer LocalStack Pro: tests/integration/test_cognito.py::TestCognito::test_api_gateway_cognito_pool_authorizer HTTP Status Code: 204 AWS validated
    • test_api_gateway_cognito_pool_authorizer_oauth_client_credentials_token LocalStack Pro: tests/integration/test_cognito.py::TestCognito::test_api_gateway_cognito_pool_authorizer_oauth_client_credentials_token HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_auth_trigger_group_overrides LocalStack Pro: tests/integration/test_cognito.py::TestTriggers::test_auth_trigger_group_overrides HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_cognito_triggers LocalStack Pro: tests/integration/test_cognito.py::TestTriggers::test_cognito_triggers HTTP Status Code: 204 AWS validated
    • test_custom_auth_triggers LocalStack Pro: tests/integration/test_cognito.py::TestTriggers::test_custom_auth_triggers HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_user_migration_lambda[None] LocalStack Pro: tests/integration/test_cognito.py::TestTriggers::test_user_migration_lambda[None] HTTP Status Code: 204
    • test_user_migration_lambda[aliases1] LocalStack Pro: tests/integration/test_cognito.py::TestTriggers::test_user_migration_lambda[aliases1] HTTP Status Code: 204
    • test_user_migration_lambda[aliases2] LocalStack Pro: tests/integration/test_cognito.py::TestTriggers::test_user_migration_lambda[aliases2] HTTP Status Code: 204
    • test_load_balancing LocalStack Pro: tests/integration/test_elb.py::TestELB::test_load_balancing HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_kafka_lambda_event_source_mapping[False] LocalStack Pro: tests/integration/test_kafka.py::TestKafka::test_kafka_lambda_event_source_mapping[False] HTTP Status Code: 204
    • test_kafka_lambda_event_source_mapping[True] LocalStack Pro: tests/integration/test_kafka.py::TestKafka::test_kafka_lambda_event_source_mapping[True] HTTP Status Code: 204
    • test_external_layer_download LocalStack Pro: tests/integration/test_lambda.py::TestExternalLayerDownload::test_external_layer_download HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_external_layer_specific LocalStack Pro: tests/integration/test_lambda.py::TestExternalLayerDownload::test_external_layer_specific HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_container_image_lambda_chained_invocation LocalStack Pro: tests/integration/test_lambda.py::TestLambdaContainer::test_container_image_lambda_chained_invocation HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_container_image_lambda_with_image_config LocalStack Pro: tests/integration/test_lambda.py::TestLambdaContainer::test_container_image_lambda_with_image_config HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_lambda_from_image[node] LocalStack Pro: tests/integration/test_lambda.py::TestLambdaContainer::test_lambda_from_image[node] HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_lambda_from_image[python] LocalStack Pro: tests/integration/test_lambda.py::TestLambdaContainer::test_lambda_from_image[python] HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_cross_account_layer LocalStack Pro: tests/integration/test_lambda.py::TestLambdaLayerBehavior::test_cross_account_layer HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_function_multiple_layers_override LocalStack Pro: tests/integration/test_lambda.py::TestLambdaLayerBehavior::test_function_multiple_layers_override HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_function_using_layer LocalStack Pro: tests/integration/test_lambda.py::TestLambdaLayerBehavior::test_function_using_layer HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_function_using_layer_overriding_runtime LocalStack Pro: tests/integration/test_lambda.py::TestLambdaLayerBehavior::test_function_using_layer_overriding_runtime HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_layer_and_function_hot_reloading LocalStack Pro: tests/integration/test_lambda.py::TestLayerHotReloading::test_layer_and_function_hot_reloading HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_layer_only_hot_reloading LocalStack Pro: tests/integration/test_lambda.py::TestLayerHotReloading::test_layer_only_hot_reloading HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_lambda_extensions[10.23] LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgresExtensions::test_lambda_extensions[10.23] HTTP Status Code: 204
    • test_lambda_extensions[11.16] LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgresExtensions::test_lambda_extensions[11.16] HTTP Status Code: 204
    • test_lambda_extensions[12.8] LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgresExtensions::test_lambda_extensions[12.8] HTTP Status Code: 204
    • test_lambda_extensions[13.4] LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgresExtensions::test_lambda_extensions[13.4] HTTP Status Code: 204
    • test_lambda_extensions[14.7] LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgresExtensions::test_lambda_extensions[14.7] HTTP Status Code: 204
    • test_lambda_extensions[15.2] LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgresExtensions::test_lambda_extensions[15.2] HTTP Status Code: 204
    • test_custom_domains[--<random>.example.com-1.0] LocalStack Pro: tests/integration/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[--<random>.example.com-1.0] HTTP Status Code: 404 (ResourceNotFoundException)
    • test_custom_domains[--<random>.example.com-2.0] LocalStack Pro: tests/integration/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[--<random>.example.com-2.0] HTTP Status Code: 404 (ResourceNotFoundException)
    • test_custom_domains[--<random>.localhost-1.0] LocalStack Pro: tests/integration/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[--<random>.localhost-1.0] HTTP Status Code: 404 (ResourceNotFoundException)
    • test_custom_domains[--<random>.localhost-2.0] LocalStack Pro: tests/integration/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[--<random>.localhost-2.0] HTTP Status Code: 404 (ResourceNotFoundException)
    • test_custom_domains[--<random>.localhost.localstack.cloud-1.0] LocalStack Pro: tests/integration/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[--<random>.localhost.localstack.cloud-1.0] HTTP Status Code: 404 (ResourceNotFoundException)
    • test_custom_domains[--<random>.localhost.localstack.cloud-2.0] LocalStack Pro: tests/integration/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[--<random>.localhost.localstack.cloud-2.0] HTTP Status Code: 404 (ResourceNotFoundException)
    • test_custom_domains[-base1-<random>.example.com-1.0] LocalStack Pro: tests/integration/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[-base1-<random>.example.com-1.0] HTTP Status Code: 404 (ResourceNotFoundException)
    • test_custom_domains[-base1-<random>.example.com-2.0] LocalStack Pro: tests/integration/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[-base1-<random>.example.com-2.0] HTTP Status Code: 404 (ResourceNotFoundException)
    • test_custom_domains[-base1-<random>.localhost-1.0] LocalStack Pro: tests/integration/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[-base1-<random>.localhost-1.0] HTTP Status Code: 404 (ResourceNotFoundException)
    • test_custom_domains[-base1-<random>.localhost-2.0] LocalStack Pro: tests/integration/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[-base1-<random>.localhost-2.0] HTTP Status Code: 404 (ResourceNotFoundException)
    • test_custom_domains[-base1-<random>.localhost.localstack.cloud-1.0] LocalStack Pro: tests/integration/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[-base1-<random>.localhost.localstack.cloud-1.0] HTTP Status Code: 404 (ResourceNotFoundException)
    • test_custom_domains[-base1-<random>.localhost.localstack.cloud-2.0] LocalStack Pro: tests/integration/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[-base1-<random>.localhost.localstack.cloud-2.0] HTTP Status Code: 404 (ResourceNotFoundException)
    • test_custom_domains[stage1--<random>.example.com-1.0] LocalStack Pro: tests/integration/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[stage1--<random>.example.com-1.0] HTTP Status Code: 404 (ResourceNotFoundException)
    • test_custom_domains[stage1--<random>.example.com-2.0] LocalStack Pro: tests/integration/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[stage1--<random>.example.com-2.0] HTTP Status Code: 404 (ResourceNotFoundException)
    • test_custom_domains[stage1--<random>.localhost-1.0] LocalStack Pro: tests/integration/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[stage1--<random>.localhost-1.0] HTTP Status Code: 404 (ResourceNotFoundException)
    • test_custom_domains[stage1--<random>.localhost-2.0] LocalStack Pro: tests/integration/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[stage1--<random>.localhost-2.0] HTTP Status Code: 404 (ResourceNotFoundException)
    • test_custom_domains[stage1--<random>.localhost.localstack.cloud-1.0] LocalStack Pro: tests/integration/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[stage1--<random>.localhost.localstack.cloud-1.0] HTTP Status Code: 404 (ResourceNotFoundException)
    • test_custom_domains[stage1--<random>.localhost.localstack.cloud-2.0] LocalStack Pro: tests/integration/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[stage1--<random>.localhost.localstack.cloud-2.0] HTTP Status Code: 404 (ResourceNotFoundException)
    • test_custom_domains[stage1-base1-<random>.example.com-1.0] LocalStack Pro: tests/integration/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[stage1-base1-<random>.example.com-1.0] HTTP Status Code: 404 (ResourceNotFoundException)
    • test_custom_domains[stage1-base1-<random>.example.com-2.0] LocalStack Pro: tests/integration/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[stage1-base1-<random>.example.com-2.0] HTTP Status Code: 404 (ResourceNotFoundException)
    • test_custom_domains[stage1-base1-<random>.localhost-1.0] LocalStack Pro: tests/integration/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[stage1-base1-<random>.localhost-1.0] HTTP Status Code: 404 (ResourceNotFoundException)
    • test_custom_domains[stage1-base1-<random>.localhost-2.0] LocalStack Pro: tests/integration/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[stage1-base1-<random>.localhost-2.0] HTTP Status Code: 404 (ResourceNotFoundException)
    • test_custom_domains[stage1-base1-<random>.localhost.localstack.cloud-1.0] LocalStack Pro: tests/integration/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[stage1-base1-<random>.localhost.localstack.cloud-1.0] HTTP Status Code: 404 (ResourceNotFoundException)
    • test_custom_domains[stage1-base1-<random>.localhost.localstack.cloud-2.0] LocalStack Pro: tests/integration/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[stage1-base1-<random>.localhost.localstack.cloud-2.0] HTTP Status Code: 404 (ResourceNotFoundException)
    • test_lambda_handling_binary_data[200] LocalStack Pro: tests/integration/apigateway/test_http_apis.py::TestHttpApis::test_lambda_handling_binary_data[200] HTTP Status Code: 404 (ResourceNotFoundException)
    • test_lambda_handling_binary_data[404] LocalStack Pro: tests/integration/apigateway/test_http_apis.py::TestHttpApis::test_lambda_handling_binary_data[404] HTTP Status Code: 404 (ResourceNotFoundException)
    • test_lambda_handling_form_urlencoded_data[False] LocalStack Pro: tests/integration/apigateway/test_http_apis.py::TestHttpApis::test_lambda_handling_form_urlencoded_data[False] HTTP Status Code: 404 (ResourceNotFoundException)
    • test_lambda_handling_form_urlencoded_data[True] LocalStack Pro: tests/integration/apigateway/test_http_apis.py::TestHttpApis::test_lambda_handling_form_urlencoded_data[True] HTTP Status Code: 404 (ResourceNotFoundException)
    • test_lambda_return_gzip_response LocalStack Pro: tests/integration/apigateway/test_http_apis.py::TestHttpApis::test_lambda_return_gzip_response HTTP Status Code: 404 (ResourceNotFoundException)
    • test_cognito_authorizers[host_based_url-ANY] LocalStack Pro: tests/integration/apigateway/test_rest_apis.py::TestRestAPIs::test_cognito_authorizers[host_based_url-ANY] HTTP Status Code: 404 (ResourceNotFoundException) AWS validated
    • test_cognito_authorizers[host_based_url-GET] LocalStack Pro: tests/integration/apigateway/test_rest_apis.py::TestRestAPIs::test_cognito_authorizers[host_based_url-GET] HTTP Status Code: 404 (ResourceNotFoundException) AWS validated
    • test_cognito_authorizers[path_based_url-ANY] LocalStack Pro: tests/integration/apigateway/test_rest_apis.py::TestRestAPIs::test_cognito_authorizers[path_based_url-ANY] HTTP Status Code: 404 (ResourceNotFoundException) AWS validated
    • test_cognito_authorizers[path_based_url-GET] LocalStack Pro: tests/integration/apigateway/test_rest_apis.py::TestRestAPIs::test_cognito_authorizers[path_based_url-GET] HTTP Status Code: 404 (ResourceNotFoundException) AWS validated
    • test_generic_extension_full_lifecycle LocalStack Pro: tests/integration/awslambda/test_lambda_extensions_api.py::TestExtensionsApi::test_generic_extension_full_lifecycle HTTP Status Code: 404 (ResourceNotFoundException) AWS validated Snapshot Tested
    • test_kafka_lambda_event_source_mapping[False] LocalStack Pro: tests/integration/test_kafka.py::TestKafka::test_kafka_lambda_event_source_mapping[False] HTTP Status Code: 404 (ResourceNotFoundException)
    • test_kafka_lambda_event_source_mapping[True] LocalStack Pro: tests/integration/test_kafka.py::TestKafka::test_kafka_lambda_event_source_mapping[True] HTTP Status Code: 404 (ResourceNotFoundException)
    • test_multiple_hot_reloading_layers_fail LocalStack Pro: tests/integration/test_lambda.py::TestLayerHotReloading::test_multiple_hot_reloading_layers_fail HTTP Status Code: 404 (ResourceNotFoundException) AWS validated Snapshot Tested
    • test_multiple_hot_reloading_layers_fail LocalStack Pro: tests/integration/test_lambda.py::TestLayerHotReloading::test_multiple_hot_reloading_layers_fail HTTP Status Code: 500 (InternalError) AWS validated Snapshot Tested
Parameters: FunctionName, Qualifier
  • LocalStack Community
    • test_delete_on_nonexisting_version LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaFunction::test_delete_on_nonexisting_version HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_ops_with_arn_qualifier_mismatch[delete_function] LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaFunction::test_ops_with_arn_qualifier_mismatch[delete_function] HTTP Status Code: 400 (InvalidParameterValueException) AWS validated Snapshot Tested
    • test_ops_with_arn_qualifier_mismatch[delete_function] LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaFunction::test_ops_with_arn_qualifier_mismatch[delete_function] HTTP Status Code: 400 (InvalidParameterValueException) AWS validated Snapshot Tested
    • test_delete_on_nonexisting_version LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaFunction::test_delete_on_nonexisting_version HTTP Status Code: 404 (ResourceNotFoundException) AWS validated Snapshot Tested

DeleteFunctionCodeSigningConfig

Parameters: FunctionName
  • LocalStack Community
    • test_code_signing_not_found_excs LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestCodeSigningConfig::test_code_signing_not_found_excs HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_function_code_signing_config LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestCodeSigningConfig::test_function_code_signing_config HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_code_signing_not_found_excs LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestCodeSigningConfig::test_code_signing_not_found_excs HTTP Status Code: 404 (ResourceNotFoundException) AWS validated Snapshot Tested

DeleteFunctionConcurrency

Parameters: FunctionName
  • LocalStack Community
    • test_lambda_concurrency_crud LocalStack Community: tests/integration/awslambda/test_lambda.py::TestLambdaConcurrency::test_lambda_concurrency_crud HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_cross_account_access LocalStack Community: tests/integration/awslambda/test_lambda.py::TestLambdaFeatures::test_cross_account_access HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_function_concurrency LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaReservedConcurrency::test_function_concurrency HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_function_concurrency_exceptions LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaReservedConcurrency::test_function_concurrency_exceptions HTTP Status Code: 204 AWS validated Snapshot Tested

DeleteFunctionEventInvokeConfig

Parameters: FunctionName
  • LocalStack Community
    • test_lambda_eventinvokeconfig_lifecycle LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaEventInvokeConfig::test_lambda_eventinvokeconfig_lifecycle HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_lambda_eventinvokeconfig_exceptions LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaEventInvokeConfig::test_lambda_eventinvokeconfig_exceptions HTTP Status Code: 404 (ResourceNotFoundException) AWS validated Snapshot Tested
    • test_lambda_eventinvokeconfig_exceptions LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaEventInvokeConfig::test_lambda_eventinvokeconfig_exceptions HTTP Status Code: 404 (ResourceNotFoundException) AWS validated Snapshot Tested
Parameters: FunctionName, Qualifier
  • LocalStack Community
    • test_lambda_eventinvokeconfig_exceptions LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaEventInvokeConfig::test_lambda_eventinvokeconfig_exceptions HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_events_sqs_sns_lambda LocalStack Community: tests/integration/cloudformation/resources/test_integration.py::test_events_sqs_sns_lambda HTTP Status Code: 404 (ResourceNotFoundException)
    • test_event_invoke_config LocalStack Community: tests/integration/cloudformation/resources/test_lambda.py::test_event_invoke_config HTTP Status Code: 404 (ResourceNotFoundException) AWS validated Snapshot Tested
    • test_step_functions_calling_api_gateway LocalStack Community: tests/integration/stepfunctions/v2/scenarios/test_sfn_scenarios.py::TestFundamental::test_step_functions_calling_api_gateway HTTP Status Code: 404 (ResourceNotFoundException) AWS validated Snapshot Tested
    • test_wait_for_callback LocalStack Community: tests/integration/stepfunctions/v2/scenarios/test_sfn_scenarios.py::TestFundamental::test_wait_for_callback HTTP Status Code: 404 (ResourceNotFoundException) AWS validated Snapshot Tested
  • LocalStack Pro
    • test_customresource_lambda_backed LocalStack Pro: tests/integration/cloudformation/resources/test_customresources.py::test_customresource_lambda_backed HTTP Status Code: 404 (ResourceNotFoundException)

DeleteFunctionUrlConfig

Parameters: FunctionName
  • LocalStack Community
    • test_url_config_lifecycle LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaUrl::test_url_config_lifecycle HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_url_config_exceptions LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaUrl::test_url_config_exceptions HTTP Status Code: 404 (ResourceNotFoundException) AWS validated Snapshot Tested
    • test_cfn_function_url LocalStack Community: tests/integration/cloudformation/resources/test_lambda.py::test_cfn_function_url HTTP Status Code: 404 (ResourceNotFoundException) AWS validated Snapshot Tested
Parameters: FunctionName, Qualifier
  • LocalStack Community
    • test_url_config_exceptions LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaUrl::test_url_config_exceptions HTTP Status Code: 400 (ValidationException) AWS validated Snapshot Tested
    • test_url_config_exceptions LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaUrl::test_url_config_exceptions HTTP Status Code: 400 (ValidationException) AWS validated Snapshot Tested
    • test_url_config_exceptions LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaUrl::test_url_config_exceptions HTTP Status Code: 400 (InvalidParameterValueException) AWS validated Snapshot Tested
    • test_url_config_exceptions LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaUrl::test_url_config_exceptions HTTP Status Code: 400 (ValidationException) AWS validated Snapshot Tested
    • test_url_config_exceptions LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaUrl::test_url_config_exceptions HTTP Status Code: 404 (ResourceNotFoundException) AWS validated Snapshot Tested

DeleteLayerVersion

Parameters: LayerName, VersionNumber
  • LocalStack Community
    • test_cross_account_access LocalStack Community: tests/integration/awslambda/test_lambda.py::TestLambdaFeatures::test_cross_account_access HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_account_settings_total_code_size LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaAccountSettings::test_account_settings_total_code_size HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_layer_exceptions LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaLayer::test_layer_exceptions HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_layer_function_exceptions LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaLayer::test_layer_function_exceptions HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_layer_function_quota_exception LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaLayer::test_layer_function_quota_exception HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_layer_lifecycle LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaLayer::test_layer_lifecycle HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_layer_policy_exceptions LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaLayer::test_layer_policy_exceptions HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_layer_policy_lifecycle LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaLayer::test_layer_policy_lifecycle HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_layer_exceptions LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaLayer::test_layer_exceptions HTTP Status Code: 400 (InvalidParameterValueException) AWS validated Snapshot Tested
  • LocalStack Pro
    • test_generic_extension_full_lifecycle LocalStack Pro: tests/integration/awslambda/test_lambda_extensions_api.py::TestExtensionsApi::test_generic_extension_full_lifecycle HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_get_lambda_layer LocalStack Pro: tests/integration/iam_enforcement/test_iam_enforcement.py::TestIAMEnforcementResourceBasedPolicies::test_get_lambda_layer HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_function_multiple_layers_override LocalStack Pro: tests/integration/test_lambda.py::TestLambdaLayerBehavior::test_function_multiple_layers_override HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_multiple_hot_reloading_layers_fail LocalStack Pro: tests/integration/test_lambda.py::TestLayerHotReloading::test_multiple_hot_reloading_layers_fail HTTP Status Code: 204 AWS validated Snapshot Tested

DeleteProvisionedConcurrencyConfig

Parameters: FunctionName, Qualifier
  • LocalStack Community
    • test_lambda_provisioned_lifecycle LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaProvisionedConcurrency::test_lambda_provisioned_lifecycle HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_provisioned_concurrency_exceptions LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaProvisionedConcurrency::test_provisioned_concurrency_exceptions HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_provisioned_concurrency_exceptions LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaProvisionedConcurrency::test_provisioned_concurrency_exceptions HTTP Status Code: 400 (InvalidParameterValueException) AWS validated Snapshot Tested
    • test_provisioned_concurrency_exceptions LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaProvisionedConcurrency::test_provisioned_concurrency_exceptions HTTP Status Code: 404 (ResourceNotFoundException) AWS validated Snapshot Tested
    • test_provisioned_concurrency_exceptions LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaProvisionedConcurrency::test_provisioned_concurrency_exceptions HTTP Status Code: 404 (ResourceNotFoundException) AWS validated Snapshot Tested
    • test_provisioned_concurrency_exceptions LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaProvisionedConcurrency::test_provisioned_concurrency_exceptions HTTP Status Code: 404 (ResourceNotFoundException) AWS validated Snapshot Tested
    • test_lambda_provisioned_lifecycle LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaProvisionedConcurrency::test_lambda_provisioned_lifecycle HTTP Status Code: 500 (ServiceException) AWS validated Snapshot Tested

GetAccountSettings

Parameters: - (without any parameters)
  • LocalStack Community
    • test_account_settings LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaAccountSettings::test_account_settings HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_account_settings_total_code_size LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaAccountSettings::test_account_settings_total_code_size HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_account_settings_total_code_size_config_update LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaAccountSettings::test_account_settings_total_code_size_config_update HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_provisioned_lifecycle LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaProvisionedConcurrency::test_lambda_provisioned_lifecycle HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_function_concurrency LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaReservedConcurrency::test_function_concurrency HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_function_concurrency_exceptions LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaReservedConcurrency::test_function_concurrency_exceptions HTTP Status Code: 200 AWS validated Snapshot Tested

GetAlias

Parameters: FunctionName, Name
  • LocalStack Community
    • test_cross_account_access LocalStack Community: tests/integration/awslambda/test_lambda.py::TestLambdaFeatures::test_cross_account_access HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_alias_lifecycle LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaAlias::test_alias_lifecycle HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_permission_fn_versioning LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaPermissions::test_lambda_permission_fn_versioning HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_alias LocalStack Community: tests/integration/cloudformation/resources/test_lambda.py::test_lambda_alias HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_notfound_and_invalid_routingconfigs LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaAlias::test_notfound_and_invalid_routingconfigs HTTP Status Code: 404 (ResourceNotFoundException) AWS validated Snapshot Tested
    • test_lambda_alias LocalStack Community: tests/integration/cloudformation/resources/test_lambda.py::test_lambda_alias HTTP Status Code: 404 (ResourceNotFoundException) AWS validated Snapshot Tested
  • LocalStack Pro
    • test_create_misc_resources LocalStack Pro: tests/integration/cloudformation/test_api.py::TestAPI::test_create_misc_resources HTTP Status Code: 404 (ResourceNotFoundException)

GetCodeSigningConfig

Parameters: CodeSigningConfigArn
  • LocalStack Community
    • test_function_code_signing_config LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestCodeSigningConfig::test_function_code_signing_config HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_code_signing_config LocalStack Community: tests/integration/cloudformation/resources/test_lambda.py::test_lambda_code_signing_config HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_code_signing_not_found_excs LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestCodeSigningConfig::test_code_signing_not_found_excs HTTP Status Code: 404 (ResourceNotFoundException) AWS validated Snapshot Tested

GetEventSourceMapping

Parameters: UUID
  • LocalStack Community
    • test_event_source_mapping_lifecycle LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaEventSourceMappings::test_event_source_mapping_lifecycle HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_deletion_event_source_mapping_with_dynamodb LocalStack Community: tests/integration/awslambda/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_deletion_event_source_mapping_with_dynamodb HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_disabled_dynamodb_event_source_mapping LocalStack Community: tests/integration/awslambda/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_disabled_dynamodb_event_source_mapping HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_dynamodb_event_filter[item_to_put10-None-filter0-1] LocalStack Community: tests/integration/awslambda/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_filter[item_to_put10-None-filter0-1] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_dynamodb_event_filter[item_to_put11-item_to_put21-filter1-2] LocalStack Community: tests/integration/awslambda/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_filter[item_to_put11-item_to_put21-filter1-2] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_dynamodb_event_filter[item_to_put12-item_to_put22-filter2-1] LocalStack Community: tests/integration/awslambda/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_filter[item_to_put12-item_to_put22-filter2-1] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_dynamodb_event_filter[item_to_put13-item_to_put23-filter3-1] LocalStack Community: tests/integration/awslambda/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_filter[item_to_put13-item_to_put23-filter3-1] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_dynamodb_event_filter[item_to_put14-item_to_put24-filter4-0] LocalStack Community: tests/integration/awslambda/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_filter[item_to_put14-item_to_put24-filter4-0] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_dynamodb_event_filter[item_to_put15-item_to_put25-filter5-0] LocalStack Community: tests/integration/awslambda/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_filter[item_to_put15-item_to_put25-filter5-0] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_dynamodb_event_filter[item_to_put16-item_to_put26-filter6-1] LocalStack Community: tests/integration/awslambda/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_filter[item_to_put16-item_to_put26-filter6-1] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_dynamodb_event_source_mapping LocalStack Community: tests/integration/awslambda/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_source_mapping HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_dynamodb_event_source_mapping_with_on_failure_destination_config LocalStack Community: tests/integration/awslambda/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_source_mapping_with_on_failure_destination_config HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_kinesis_event_source_mapping LocalStack Community: tests/integration/awslambda/test_lambda_integration_kinesis.py::TestKinesisSource::test_create_kinesis_event_source_mapping HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_disable_kinesis_event_source_mapping LocalStack Community: tests/integration/awslambda/test_lambda_integration_kinesis.py::TestKinesisSource::test_disable_kinesis_event_source_mapping HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_kinesis_event_source_mapping_with_on_failure_destination_config LocalStack Community: tests/integration/awslambda/test_lambda_integration_kinesis.py::TestKinesisSource::test_kinesis_event_source_mapping_with_on_failure_destination_config HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_event_source_mapping_default_batch_size LocalStack Community: tests/integration/awslambda/test_lambda_integration_sqs.py::TestSQSEventSourceMapping::test_event_source_mapping_default_batch_size HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_event_filter[filter0-item_matching0-item_not_matching0] LocalStack Community: tests/integration/awslambda/test_lambda_integration_sqs.py::TestSQSEventSourceMapping::test_sqs_event_filter[filter0-item_matching0-item_not_matching0] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_event_filter[filter1-item_matching1-item_not_matching1] LocalStack Community: tests/integration/awslambda/test_lambda_integration_sqs.py::TestSQSEventSourceMapping::test_sqs_event_filter[filter1-item_matching1-item_not_matching1] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_event_filter[filter2-item_matching2-item_not_matching2] LocalStack Community: tests/integration/awslambda/test_lambda_integration_sqs.py::TestSQSEventSourceMapping::test_sqs_event_filter[filter2-item_matching2-item_not_matching2] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_event_filter[filter3-item_matching3-item_not_matching3] LocalStack Community: tests/integration/awslambda/test_lambda_integration_sqs.py::TestSQSEventSourceMapping::test_sqs_event_filter[filter3-item_matching3-item_not_matching3] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_event_filter[filter4-item_matching4-this is a test string] LocalStack Community: tests/integration/awslambda/test_lambda_integration_sqs.py::TestSQSEventSourceMapping::test_sqs_event_filter[filter4-item_matching4-this is a test string] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_event_filter[filter5-item_matching5-item_not_matching5] LocalStack Community: tests/integration/awslambda/test_lambda_integration_sqs.py::TestSQSEventSourceMapping::test_sqs_event_filter[filter5-item_matching5-item_not_matching5] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_event_filter[filter6-item_matching6-item_not_matching6] LocalStack Community: tests/integration/awslambda/test_lambda_integration_sqs.py::TestSQSEventSourceMapping::test_sqs_event_filter[filter6-item_matching6-item_not_matching6] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_event_filter[filter7-item_matching7-item_not_matching7] LocalStack Community: tests/integration/awslambda/test_lambda_integration_sqs.py::TestSQSEventSourceMapping::test_sqs_event_filter[filter7-item_matching7-item_not_matching7] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_event_source_mapping LocalStack Community: tests/integration/awslambda/test_lambda_integration_sqs.py::TestSQSEventSourceMapping::test_sqs_event_source_mapping HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_failing_lambda_retries_after_visibility_timeout LocalStack Community: tests/integration/awslambda/test_lambda_integration_sqs.py::test_failing_lambda_retries_after_visibility_timeout HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_redrive_policy_with_failing_lambda LocalStack Community: tests/integration/awslambda/test_lambda_integration_sqs.py::test_redrive_policy_with_failing_lambda HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_report_batch_item_failures LocalStack Community: tests/integration/awslambda/test_lambda_integration_sqs.py::test_report_batch_item_failures HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_report_batch_item_failures_empty_json_batch_succeeds LocalStack Community: tests/integration/awslambda/test_lambda_integration_sqs.py::test_report_batch_item_failures_empty_json_batch_succeeds HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_report_batch_item_failures_invalid_result_json_batch_fails LocalStack Community: tests/integration/awslambda/test_lambda_integration_sqs.py::test_report_batch_item_failures_invalid_result_json_batch_fails HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_report_batch_item_failures_on_lambda_error LocalStack Community: tests/integration/awslambda/test_lambda_integration_sqs.py::test_report_batch_item_failures_on_lambda_error HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cfn_lambda_dynamodb_source LocalStack Community: tests/integration/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/integration/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/integration/cloudformation/resources/test_lambda.py::TestCfnLambdaIntegrations::test_cfn_lambda_sqs_source HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_bucket_exists LocalStack Community: tests/integration/test_terraform.py::TestTerraform::test_bucket_exists HTTP Status Code: 200
    • test_security_groups LocalStack Community: tests/integration/test_terraform.py::TestTerraform::test_security_groups HTTP Status Code: 200
    • test_event_source_mapping_exceptions LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaEventSourceMappings::test_event_source_mapping_exceptions HTTP Status Code: 404 (ResourceNotFoundException) AWS validated Snapshot Tested
    • test_cfn_lambda_dynamodb_source LocalStack Community: tests/integration/cloudformation/resources/test_lambda.py::TestCfnLambdaIntegrations::test_cfn_lambda_dynamodb_source HTTP Status Code: 404 (ResourceNotFoundException) AWS validated Snapshot Tested
    • test_cfn_lambda_kinesis_source LocalStack Community: tests/integration/cloudformation/resources/test_lambda.py::TestCfnLambdaIntegrations::test_cfn_lambda_kinesis_source HTTP Status Code: 404 (ResourceNotFoundException) AWS validated Snapshot Tested
    • test_cfn_lambda_sqs_source LocalStack Community: tests/integration/cloudformation/resources/test_lambda.py::TestCfnLambdaIntegrations::test_cfn_lambda_sqs_source HTTP Status Code: 404 (ResourceNotFoundException) AWS validated Snapshot Tested

GetFunction

Parameters: FunctionName
  • LocalStack Community
    • test_api_gateway_lambda_asynchronous_invocation LocalStack Community: tests/integration/apigateway/test_apigateway_basic.py::TestAPIGateway::test_api_gateway_lambda_asynchronous_invocation HTTP Status Code: 200
    • test_api_gateway_lambda_integration LocalStack Community: tests/integration/apigateway/test_apigateway_basic.py::TestAPIGateway::test_api_gateway_lambda_integration HTTP Status Code: 200
    • test_api_gateway_lambda_integration_aws_type LocalStack Community: tests/integration/apigateway/test_apigateway_basic.py::TestAPIGateway::test_api_gateway_lambda_integration_aws_type HTTP Status Code: 200 AWS validated
    • test_api_gateway_lambda_proxy_integration LocalStack Community: tests/integration/apigateway/test_apigateway_basic.py::TestAPIGateway::test_api_gateway_lambda_proxy_integration HTTP Status Code: 200
    • test_api_gateway_lambda_proxy_integration_any_method LocalStack Community: tests/integration/apigateway/test_apigateway_basic.py::TestAPIGateway::test_api_gateway_lambda_proxy_integration_any_method HTTP Status Code: 200
    • test_api_gateway_lambda_proxy_integration_any_method_with_path_param LocalStack Community: tests/integration/apigateway/test_apigateway_basic.py::TestAPIGateway::test_api_gateway_lambda_proxy_integration_any_method_with_path_param HTTP Status Code: 200
    • test_api_gateway_lambda_proxy_integration_with_is_base_64_encoded LocalStack Community: tests/integration/apigateway/test_apigateway_basic.py::TestAPIGateway::test_api_gateway_lambda_proxy_integration_with_is_base_64_encoded HTTP Status Code: 200
    • test_api_gateway_lambda_proxy_integration_with_path_param LocalStack Community: tests/integration/apigateway/test_apigateway_basic.py::TestAPIGateway::test_api_gateway_lambda_proxy_integration_with_path_param HTTP Status Code: 200
    • test_api_gateway_sqs_integration_with_event_source LocalStack Community: tests/integration/apigateway/test_apigateway_basic.py::TestAPIGateway::test_api_gateway_sqs_integration_with_event_source HTTP Status Code: 200
    • test_apigateway_with_custom_authorization_method LocalStack Community: tests/integration/apigateway/test_apigateway_basic.py::TestAPIGateway::test_apigateway_with_custom_authorization_method HTTP Status Code: 200
    • test_apigateway_with_lambda_integration LocalStack Community: tests/integration/apigateway/test_apigateway_basic.py::TestAPIGateway::test_apigateway_with_lambda_integration HTTP Status Code: 200
    • test_apigateway_with_step_function_integration[DeleteStateMachine] LocalStack Community: tests/integration/apigateway/test_apigateway_basic.py::TestAPIGateway::test_apigateway_with_step_function_integration[DeleteStateMachine] HTTP Status Code: 200 AWS validated
    • test_apigateway_with_step_function_integration[StartExecution] LocalStack Community: tests/integration/apigateway/test_apigateway_basic.py::TestAPIGateway::test_apigateway_with_step_function_integration[StartExecution] HTTP Status Code: 200 AWS validated
    • test_apigw_stage_variables[dev] LocalStack Community: tests/integration/apigateway/test_apigateway_basic.py::TestAPIGateway::test_apigw_stage_variables[dev] HTTP Status Code: 200 AWS validated
    • test_apigw_stage_variables[local] LocalStack Community: tests/integration/apigateway/test_apigateway_basic.py::TestAPIGateway::test_apigw_stage_variables[local] HTTP Status Code: 200 AWS validated
    • test_apigw_test_invoke_method_api LocalStack Community: tests/integration/apigateway/test_apigateway_basic.py::TestAPIGateway::test_apigw_test_invoke_method_api HTTP Status Code: 200
    • test_malformed_response_apigw_invocation LocalStack Community: tests/integration/apigateway/test_apigateway_basic.py::TestAPIGateway::test_malformed_response_apigw_invocation HTTP Status Code: 200
    • test_response_headers_invocation_with_apigw LocalStack Community: tests/integration/apigateway/test_apigateway_basic.py::TestAPIGateway::test_response_headers_invocation_with_apigw HTTP Status Code: 200
    • test_apigateway_rust_lambda LocalStack Community: tests/integration/apigateway/test_apigateway_basic.py::test_apigateway_rust_lambda HTTP Status Code: 200
    • test_rest_api_multi_region[host_based_url-ANY] LocalStack Community: tests/integration/apigateway/test_apigateway_basic.py::test_rest_api_multi_region[host_based_url-ANY] HTTP Status Code: 200
    • test_rest_api_multi_region[host_based_url-GET] LocalStack Community: tests/integration/apigateway/test_apigateway_basic.py::test_rest_api_multi_region[host_based_url-GET] HTTP Status Code: 200
    • test_rest_api_multi_region[path_based_url-ANY] LocalStack Community: tests/integration/apigateway/test_apigateway_basic.py::test_rest_api_multi_region[path_based_url-ANY] HTTP Status Code: 200
    • test_rest_api_multi_region[path_based_url-GET] LocalStack Community: tests/integration/apigateway/test_apigateway_basic.py::test_rest_api_multi_region[path_based_url-GET] HTTP Status Code: 200
    • test_api_gateway_request_validator LocalStack Community: tests/integration/apigateway/test_apigateway_common.py::TestApiGatewayCommon::test_api_gateway_request_validator HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_execute_api_vpc_endpoint LocalStack Community: tests/integration/apigateway/test_apigateway_integrations.py::test_create_execute_api_vpc_endpoint HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_aws_integration LocalStack Community: tests/integration/apigateway/test_apigateway_lambda.py::test_lambda_aws_integration HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_aws_proxy_integration LocalStack Community: tests/integration/apigateway/test_apigateway_lambda.py::test_lambda_aws_proxy_integration HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_alias_routingconfig LocalStack Community: tests/integration/awslambda/test_lambda.py::TestLambdaAliases::test_alias_routingconfig HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_alias_moving LocalStack Community: tests/integration/awslambda/test_lambda.py::TestLambdaAliases::test_lambda_alias_moving HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_function_state LocalStack Community: tests/integration/awslambda/test_lambda.py::TestLambdaBaseFeatures::test_function_state HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_different_iam_keys_environment LocalStack Community: tests/integration/awslambda/test_lambda.py::TestLambdaBaseFeatures::test_lambda_different_iam_keys_environment HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_large_payloads LocalStack Community: tests/integration/awslambda/test_lambda.py::TestLambdaBaseFeatures::test_large_payloads HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_ignore_architecture LocalStack Community: tests/integration/awslambda/test_lambda.py::TestLambdaBehavior::test_ignore_architecture HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_cache_local[nodejs] LocalStack Community: tests/integration/awslambda/test_lambda.py::TestLambdaBehavior::test_lambda_cache_local[nodejs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_cache_local[python] LocalStack Community: tests/integration/awslambda/test_lambda.py::TestLambdaBehavior::test_lambda_cache_local[python] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_invoke_no_timeout LocalStack Community: tests/integration/awslambda/test_lambda.py::TestLambdaBehavior::test_lambda_invoke_no_timeout HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_invoke_with_timeout LocalStack Community: tests/integration/awslambda/test_lambda.py::TestLambdaBehavior::test_lambda_invoke_with_timeout HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_runtime_introspection_x86 LocalStack Community: tests/integration/awslambda/test_lambda.py::TestLambdaBehavior::test_runtime_introspection_x86 HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_runtime_ulimits LocalStack Community: tests/integration/awslambda/test_lambda.py::TestLambdaBehavior::test_runtime_ulimits HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_concurrency_crud LocalStack Community: tests/integration/awslambda/test_lambda.py::TestLambdaConcurrency::test_lambda_concurrency_crud HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_provisioned_concurrency LocalStack Community: tests/integration/awslambda/test_lambda.py::TestLambdaConcurrency::test_provisioned_concurrency HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_reserved_concurrency LocalStack Community: tests/integration/awslambda/test_lambda.py::TestLambdaConcurrency::test_reserved_concurrency HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_reserved_concurrency_async_queue LocalStack Community: tests/integration/awslambda/test_lambda.py::TestLambdaConcurrency::test_reserved_concurrency_async_queue HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_reserved_provisioned_overlap LocalStack Community: tests/integration/awslambda/test_lambda.py::TestLambdaConcurrency::test_reserved_provisioned_overlap HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cross_account_access LocalStack Community: tests/integration/awslambda/test_lambda.py::TestLambdaFeatures::test_cross_account_access HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_invocation_type_event[nodejs16.x] LocalStack Community: tests/integration/awslambda/test_lambda.py::TestLambdaFeatures::test_invocation_type_event[nodejs16.x] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_invocation_type_event[python3.10] LocalStack Community: tests/integration/awslambda/test_lambda.py::TestLambdaFeatures::test_invocation_type_event[python3.10] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_invocation_type_request_response[nodejs16.x] LocalStack Community: tests/integration/awslambda/test_lambda.py::TestLambdaFeatures::test_invocation_type_request_response[nodejs16.x] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_invocation_type_request_response[python3.10] LocalStack Community: tests/integration/awslambda/test_lambda.py::TestLambdaFeatures::test_invocation_type_request_response[python3.10] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_invocation_with_logs[nodejs16.x] LocalStack Community: tests/integration/awslambda/test_lambda.py::TestLambdaFeatures::test_invocation_with_logs[nodejs16.x] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_invocation_with_logs[python3.10] LocalStack Community: tests/integration/awslambda/test_lambda.py::TestLambdaFeatures::test_invocation_with_logs[python3.10] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_invocation_with_qualifier LocalStack Community: tests/integration/awslambda/test_lambda.py::TestLambdaFeatures::test_invocation_with_qualifier HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_upload_lambda_from_s3 LocalStack Community: tests/integration/awslambda/test_lambda.py::TestLambdaFeatures::test_upload_lambda_from_s3 HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_url_echo_invoke LocalStack Community: tests/integration/awslambda/test_lambda.py::TestLambdaURL::test_lambda_url_echo_invoke HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_url_invocation[boolean] LocalStack Community: tests/integration/awslambda/test_lambda.py::TestLambdaURL::test_lambda_url_invocation[boolean] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_url_invocation[dict] LocalStack Community: tests/integration/awslambda/test_lambda.py::TestLambdaURL::test_lambda_url_invocation[dict] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_url_invocation[float] LocalStack Community: tests/integration/awslambda/test_lambda.py::TestLambdaURL::test_lambda_url_invocation[float] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_url_invocation[http-response-json] LocalStack Community: tests/integration/awslambda/test_lambda.py::TestLambdaURL::test_lambda_url_invocation[http-response-json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_url_invocation[http-response] LocalStack Community: tests/integration/awslambda/test_lambda.py::TestLambdaURL::test_lambda_url_invocation[http-response] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_url_invocation[integer] LocalStack Community: tests/integration/awslambda/test_lambda.py::TestLambdaURL::test_lambda_url_invocation[integer] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_url_invocation[list-mixed] LocalStack Community: tests/integration/awslambda/test_lambda.py::TestLambdaURL::test_lambda_url_invocation[list-mixed] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_url_invocation[string] LocalStack Community: tests/integration/awslambda/test_lambda.py::TestLambdaURL::test_lambda_url_invocation[string] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_url_invocation_exception LocalStack Community: tests/integration/awslambda/test_lambda.py::TestLambdaURL::test_lambda_url_invocation_exception HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_versions_with_code_changes LocalStack Community: tests/integration/awslambda/test_lambda.py::TestLambdaVersions::test_lambda_versions_with_code_changes HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_request_id_async_invoke_with_retry LocalStack Community: tests/integration/awslambda/test_lambda.py::TestRequestIdHandling::test_request_id_async_invoke_with_retry HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_request_id_invoke LocalStack Community: tests/integration/awslambda/test_lambda.py::TestRequestIdHandling::test_request_id_invoke HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_request_id_invoke_url LocalStack Community: tests/integration/awslambda/test_lambda.py::TestRequestIdHandling::test_request_id_invoke_url HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_code_signing_not_found_excs LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestCodeSigningConfig::test_code_signing_not_found_excs HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_function_code_signing_config LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestCodeSigningConfig::test_function_code_signing_config HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_account_settings_total_code_size LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaAccountSettings::test_account_settings_total_code_size HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_account_settings_total_code_size_config_update LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaAccountSettings::test_account_settings_total_code_size_config_update HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_alias_lifecycle LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaAlias::test_alias_lifecycle HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_notfound_and_invalid_routingconfigs LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaAlias::test_notfound_and_invalid_routingconfigs HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_eventinvokeconfig_exceptions LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaEventInvokeConfig::test_lambda_eventinvokeconfig_exceptions HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_eventinvokeconfig_lifecycle LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaEventInvokeConfig::test_lambda_eventinvokeconfig_lifecycle HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_event_source_validation LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaEventSourceMappings::test_create_event_source_validation HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_event_source_mapping_lifecycle LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaEventSourceMappings::test_event_source_mapping_lifecycle HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_delete_on_nonexisting_version LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaFunction::test_delete_on_nonexisting_version HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_function_lifecycle LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaFunction::test_function_lifecycle HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_get_function_wrong_region[delete_function] LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaFunction::test_get_function_wrong_region[delete_function] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_get_function_wrong_region[get_function] LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaFunction::test_get_function_wrong_region[get_function] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_get_function_wrong_region[get_function_code_signing_config] LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaFunction::test_get_function_wrong_region[get_function_code_signing_config] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_get_function_wrong_region[get_function_concurrency] LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaFunction::test_get_function_wrong_region[get_function_concurrency] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_get_function_wrong_region[get_function_configuration] LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaFunction::test_get_function_wrong_region[get_function_configuration] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_get_function_wrong_region[get_function_event_invoke_config] LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaFunction::test_get_function_wrong_region[get_function_event_invoke_config] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_get_function_wrong_region[get_function_url_config] LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaFunction::test_get_function_wrong_region[get_function_url_config] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_get_function_wrong_region[invoke] LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaFunction::test_get_function_wrong_region[invoke] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_code_location_s3 LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaFunction::test_lambda_code_location_s3 HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_code_location_zipfile LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaFunction::test_lambda_code_location_zipfile HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_list_functions LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaFunction::test_list_functions HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_ops_on_nonexisting_version[get_function] LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaFunction::test_ops_on_nonexisting_version[get_function] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_ops_on_nonexisting_version[get_function_configuration] LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaFunction::test_ops_on_nonexisting_version[get_function_configuration] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_ops_on_nonexisting_version[get_function_event_invoke_config] LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaFunction::test_ops_on_nonexisting_version[get_function_event_invoke_config] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_redundant_updates LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaFunction::test_redundant_updates HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_update_lambda_exceptions LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaFunction::test_update_lambda_exceptions HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_image_and_image_config_crud LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaImages::test_lambda_image_and_image_config_crud HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_image_crud LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaImages::test_lambda_image_crud HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_image_versions LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaImages::test_lambda_image_versions HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_zip_file_to_image LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaImages::test_lambda_zip_file_to_image HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_layer_function_exceptions LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaLayer::test_layer_function_exceptions HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_layer_lifecycle LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaLayer::test_layer_lifecycle HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_add_lambda_permission_aws LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaPermissions::test_add_lambda_permission_aws HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_add_lambda_permission_fields LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaPermissions::test_add_lambda_permission_fields HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_multiple_lambda_permissions LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaPermissions::test_create_multiple_lambda_permissions HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_permission_fn_versioning LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaPermissions::test_lambda_permission_fn_versioning HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_permission_exceptions LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaPermissions::test_permission_exceptions HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_remove_multi_permissions LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaPermissions::test_remove_multi_permissions HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_provisioned_lifecycle LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaProvisionedConcurrency::test_lambda_provisioned_lifecycle HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_provisioned_concurrency_exceptions LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaProvisionedConcurrency::test_provisioned_concurrency_exceptions HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_function_concurrency LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaReservedConcurrency::test_function_concurrency HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_function_concurrency_exceptions LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaReservedConcurrency::test_function_concurrency_exceptions HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_function_revisions_basic LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaRevisions::test_function_revisions_basic HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_function_revisions_permissions LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaRevisions::test_function_revisions_permissions HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_function_revisions_version_and_alias LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaRevisions::test_function_revisions_version_and_alias HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_envvars_near_limit_succeeds LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaSizeLimits::test_lambda_envvars_near_limit_succeeds HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_snapstart_lifecycle[java11] LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaSnapStart::test_snapstart_lifecycle[java11] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_snapstart_lifecycle[java17] LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaSnapStart::test_snapstart_lifecycle[java17] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_snapstart_update_function_configuration[java11] LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaSnapStart::test_snapstart_update_function_configuration[java11] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_snapstart_update_function_configuration[java17] LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaSnapStart::test_snapstart_update_function_configuration[java17] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_tag_on_fn_create LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaTag::test_create_tag_on_fn_create HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_tag_lifecycle LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaTag::test_tag_lifecycle HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_tag_nonexisting_resource LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaTag::test_tag_nonexisting_resource HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_tag_exceptions LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaTags::test_tag_exceptions HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_tag_lifecycle LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaTags::test_tag_lifecycle HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_tag_limits LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaTags::test_tag_limits HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_tag_versions LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaTags::test_tag_versions HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_url_config_exceptions LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaUrl::test_url_config_exceptions HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_url_config_lifecycle LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaUrl::test_url_config_lifecycle HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_url_config_list_paging LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaUrl::test_url_config_list_paging HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_version_on_create LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaVersions::test_publish_version_on_create HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_with_update LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaVersions::test_publish_with_update HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_with_wrong_sha256 LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaVersions::test_publish_with_wrong_sha256 HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_version_lifecycle LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaVersions::test_version_lifecycle HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_calling_localstack_from_lambda[dotnet6] LocalStack Community: tests/integration/awslambda/test_lambda_common.py::TestLambdaCallingLocalstack::test_calling_localstack_from_lambda[dotnet6] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_calling_localstack_from_lambda[dotnetcore3.1] LocalStack Community: tests/integration/awslambda/test_lambda_common.py::TestLambdaCallingLocalstack::test_calling_localstack_from_lambda[dotnetcore3.1] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_calling_localstack_from_lambda[go1.x] LocalStack Community: tests/integration/awslambda/test_lambda_common.py::TestLambdaCallingLocalstack::test_calling_localstack_from_lambda[go1.x] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_calling_localstack_from_lambda[java11] LocalStack Community: tests/integration/awslambda/test_lambda_common.py::TestLambdaCallingLocalstack::test_calling_localstack_from_lambda[java11] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_calling_localstack_from_lambda[java8.al2] LocalStack Community: tests/integration/awslambda/test_lambda_common.py::TestLambdaCallingLocalstack::test_calling_localstack_from_lambda[java8.al2] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_calling_localstack_from_lambda[nodejs12.x] LocalStack Community: tests/integration/awslambda/test_lambda_common.py::TestLambdaCallingLocalstack::test_calling_localstack_from_lambda[nodejs12.x] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_calling_localstack_from_lambda[nodejs14.x] LocalStack Community: tests/integration/awslambda/test_lambda_common.py::TestLambdaCallingLocalstack::test_calling_localstack_from_lambda[nodejs14.x] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_calling_localstack_from_lambda[nodejs16.x] LocalStack Community: tests/integration/awslambda/test_lambda_common.py::TestLambdaCallingLocalstack::test_calling_localstack_from_lambda[nodejs16.x] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_calling_localstack_from_lambda[nodejs18.x] LocalStack Community: tests/integration/awslambda/test_lambda_common.py::TestLambdaCallingLocalstack::test_calling_localstack_from_lambda[nodejs18.x] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_calling_localstack_from_lambda[python3.10] LocalStack Community: tests/integration/awslambda/test_lambda_common.py::TestLambdaCallingLocalstack::test_calling_localstack_from_lambda[python3.10] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_calling_localstack_from_lambda[python3.7] LocalStack Community: tests/integration/awslambda/test_lambda_common.py::TestLambdaCallingLocalstack::test_calling_localstack_from_lambda[python3.7] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_calling_localstack_from_lambda[python3.8] LocalStack Community: tests/integration/awslambda/test_lambda_common.py::TestLambdaCallingLocalstack::test_calling_localstack_from_lambda[python3.8] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_calling_localstack_from_lambda[python3.9] LocalStack Community: tests/integration/awslambda/test_lambda_common.py::TestLambdaCallingLocalstack::test_calling_localstack_from_lambda[python3.9] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_calling_localstack_from_lambda[ruby2.7] LocalStack Community: tests/integration/awslambda/test_lambda_common.py::TestLambdaCallingLocalstack::test_calling_localstack_from_lambda[ruby2.7] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_echo_invoke[dotnet6] LocalStack Community: tests/integration/awslambda/test_lambda_common.py::TestLambdaRuntimesCommon::test_echo_invoke[dotnet6] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_echo_invoke[dotnetcore3.1] LocalStack Community: tests/integration/awslambda/test_lambda_common.py::TestLambdaRuntimesCommon::test_echo_invoke[dotnetcore3.1] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_echo_invoke[go1.x] LocalStack Community: tests/integration/awslambda/test_lambda_common.py::TestLambdaRuntimesCommon::test_echo_invoke[go1.x] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_echo_invoke[java11] LocalStack Community: tests/integration/awslambda/test_lambda_common.py::TestLambdaRuntimesCommon::test_echo_invoke[java11] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_echo_invoke[java17] LocalStack Community: tests/integration/awslambda/test_lambda_common.py::TestLambdaRuntimesCommon::test_echo_invoke[java17] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_echo_invoke[java8.al2] LocalStack Community: tests/integration/awslambda/test_lambda_common.py::TestLambdaRuntimesCommon::test_echo_invoke[java8.al2] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_echo_invoke[java8] LocalStack Community: tests/integration/awslambda/test_lambda_common.py::TestLambdaRuntimesCommon::test_echo_invoke[java8] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_echo_invoke[nodejs12.x] LocalStack Community: tests/integration/awslambda/test_lambda_common.py::TestLambdaRuntimesCommon::test_echo_invoke[nodejs12.x] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_echo_invoke[nodejs14.x] LocalStack Community: tests/integration/awslambda/test_lambda_common.py::TestLambdaRuntimesCommon::test_echo_invoke[nodejs14.x] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_echo_invoke[nodejs16.x] LocalStack Community: tests/integration/awslambda/test_lambda_common.py::TestLambdaRuntimesCommon::test_echo_invoke[nodejs16.x] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_echo_invoke[nodejs18.x] LocalStack Community: tests/integration/awslambda/test_lambda_common.py::TestLambdaRuntimesCommon::test_echo_invoke[nodejs18.x] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_echo_invoke[provided.al2] LocalStack Community: tests/integration/awslambda/test_lambda_common.py::TestLambdaRuntimesCommon::test_echo_invoke[provided.al2] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_echo_invoke[provided] LocalStack Community: tests/integration/awslambda/test_lambda_common.py::TestLambdaRuntimesCommon::test_echo_invoke[provided] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_echo_invoke[python3.10] LocalStack Community: tests/integration/awslambda/test_lambda_common.py::TestLambdaRuntimesCommon::test_echo_invoke[python3.10] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_echo_invoke[python3.7] LocalStack Community: tests/integration/awslambda/test_lambda_common.py::TestLambdaRuntimesCommon::test_echo_invoke[python3.7] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_echo_invoke[python3.8] LocalStack Community: tests/integration/awslambda/test_lambda_common.py::TestLambdaRuntimesCommon::test_echo_invoke[python3.8] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_echo_invoke[python3.9] LocalStack Community: tests/integration/awslambda/test_lambda_common.py::TestLambdaRuntimesCommon::test_echo_invoke[python3.9] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_echo_invoke[ruby2.7] LocalStack Community: tests/integration/awslambda/test_lambda_common.py::TestLambdaRuntimesCommon::test_echo_invoke[ruby2.7] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_introspection_invoke[dotnet6] LocalStack Community: tests/integration/awslambda/test_lambda_common.py::TestLambdaRuntimesCommon::test_introspection_invoke[dotnet6] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_introspection_invoke[dotnetcore3.1] LocalStack Community: tests/integration/awslambda/test_lambda_common.py::TestLambdaRuntimesCommon::test_introspection_invoke[dotnetcore3.1] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_introspection_invoke[go1.x] LocalStack Community: tests/integration/awslambda/test_lambda_common.py::TestLambdaRuntimesCommon::test_introspection_invoke[go1.x] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_introspection_invoke[java11] LocalStack Community: tests/integration/awslambda/test_lambda_common.py::TestLambdaRuntimesCommon::test_introspection_invoke[java11] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_introspection_invoke[java17] LocalStack Community: tests/integration/awslambda/test_lambda_common.py::TestLambdaRuntimesCommon::test_introspection_invoke[java17] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_introspection_invoke[java8.al2] LocalStack Community: tests/integration/awslambda/test_lambda_common.py::TestLambdaRuntimesCommon::test_introspection_invoke[java8.al2] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_introspection_invoke[java8] LocalStack Community: tests/integration/awslambda/test_lambda_common.py::TestLambdaRuntimesCommon::test_introspection_invoke[java8] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_introspection_invoke[nodejs12.x] LocalStack Community: tests/integration/awslambda/test_lambda_common.py::TestLambdaRuntimesCommon::test_introspection_invoke[nodejs12.x] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_introspection_invoke[nodejs14.x] LocalStack Community: tests/integration/awslambda/test_lambda_common.py::TestLambdaRuntimesCommon::test_introspection_invoke[nodejs14.x] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_introspection_invoke[nodejs16.x] LocalStack Community: tests/integration/awslambda/test_lambda_common.py::TestLambdaRuntimesCommon::test_introspection_invoke[nodejs16.x] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_introspection_invoke[nodejs18.x] LocalStack Community: tests/integration/awslambda/test_lambda_common.py::TestLambdaRuntimesCommon::test_introspection_invoke[nodejs18.x] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_introspection_invoke[provided.al2] LocalStack Community: tests/integration/awslambda/test_lambda_common.py::TestLambdaRuntimesCommon::test_introspection_invoke[provided.al2] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_introspection_invoke[provided] LocalStack Community: tests/integration/awslambda/test_lambda_common.py::TestLambdaRuntimesCommon::test_introspection_invoke[provided] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_introspection_invoke[python3.10] LocalStack Community: tests/integration/awslambda/test_lambda_common.py::TestLambdaRuntimesCommon::test_introspection_invoke[python3.10] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_introspection_invoke[python3.7] LocalStack Community: tests/integration/awslambda/test_lambda_common.py::TestLambdaRuntimesCommon::test_introspection_invoke[python3.7] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_introspection_invoke[python3.8] LocalStack Community: tests/integration/awslambda/test_lambda_common.py::TestLambdaRuntimesCommon::test_introspection_invoke[python3.8] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_introspection_invoke[python3.9] LocalStack Community: tests/integration/awslambda/test_lambda_common.py::TestLambdaRuntimesCommon::test_introspection_invoke[python3.9] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_introspection_invoke[ruby2.7] LocalStack Community: tests/integration/awslambda/test_lambda_common.py::TestLambdaRuntimesCommon::test_introspection_invoke[ruby2.7] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_runtime_wrapper_invoke[nodejs12.x] LocalStack Community: tests/integration/awslambda/test_lambda_common.py::TestLambdaRuntimesCommon::test_runtime_wrapper_invoke[nodejs12.x] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_runtime_wrapper_invoke[nodejs14.x] LocalStack Community: tests/integration/awslambda/test_lambda_common.py::TestLambdaRuntimesCommon::test_runtime_wrapper_invoke[nodejs14.x] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_runtime_wrapper_invoke[nodejs16.x] LocalStack Community: tests/integration/awslambda/test_lambda_common.py::TestLambdaRuntimesCommon::test_runtime_wrapper_invoke[nodejs16.x] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_runtime_wrapper_invoke[nodejs18.x] LocalStack Community: tests/integration/awslambda/test_lambda_common.py::TestLambdaRuntimesCommon::test_runtime_wrapper_invoke[nodejs18.x] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_uncaught_exception_invoke[dotnet6] LocalStack Community: tests/integration/awslambda/test_lambda_common.py::TestLambdaRuntimesCommon::test_uncaught_exception_invoke[dotnet6] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_uncaught_exception_invoke[dotnetcore3.1] LocalStack Community: tests/integration/awslambda/test_lambda_common.py::TestLambdaRuntimesCommon::test_uncaught_exception_invoke[dotnetcore3.1] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_uncaught_exception_invoke[go1.x] LocalStack Community: tests/integration/awslambda/test_lambda_common.py::TestLambdaRuntimesCommon::test_uncaught_exception_invoke[go1.x] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_uncaught_exception_invoke[java11] LocalStack Community: tests/integration/awslambda/test_lambda_common.py::TestLambdaRuntimesCommon::test_uncaught_exception_invoke[java11] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_uncaught_exception_invoke[java17] LocalStack Community: tests/integration/awslambda/test_lambda_common.py::TestLambdaRuntimesCommon::test_uncaught_exception_invoke[java17] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_uncaught_exception_invoke[java8.al2] LocalStack Community: tests/integration/awslambda/test_lambda_common.py::TestLambdaRuntimesCommon::test_uncaught_exception_invoke[java8.al2] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_uncaught_exception_invoke[java8] LocalStack Community: tests/integration/awslambda/test_lambda_common.py::TestLambdaRuntimesCommon::test_uncaught_exception_invoke[java8] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_uncaught_exception_invoke[nodejs12.x] LocalStack Community: tests/integration/awslambda/test_lambda_common.py::TestLambdaRuntimesCommon::test_uncaught_exception_invoke[nodejs12.x] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_uncaught_exception_invoke[nodejs14.x] LocalStack Community: tests/integration/awslambda/test_lambda_common.py::TestLambdaRuntimesCommon::test_uncaught_exception_invoke[nodejs14.x] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_uncaught_exception_invoke[nodejs16.x] LocalStack Community: tests/integration/awslambda/test_lambda_common.py::TestLambdaRuntimesCommon::test_uncaught_exception_invoke[nodejs16.x] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_uncaught_exception_invoke[nodejs18.x] LocalStack Community: tests/integration/awslambda/test_lambda_common.py::TestLambdaRuntimesCommon::test_uncaught_exception_invoke[nodejs18.x] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_uncaught_exception_invoke[provided.al2] LocalStack Community: tests/integration/awslambda/test_lambda_common.py::TestLambdaRuntimesCommon::test_uncaught_exception_invoke[provided.al2] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_uncaught_exception_invoke[provided] LocalStack Community: tests/integration/awslambda/test_lambda_common.py::TestLambdaRuntimesCommon::test_uncaught_exception_invoke[provided] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_uncaught_exception_invoke[python3.10] LocalStack Community: tests/integration/awslambda/test_lambda_common.py::TestLambdaRuntimesCommon::test_uncaught_exception_invoke[python3.10] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_uncaught_exception_invoke[python3.7] LocalStack Community: tests/integration/awslambda/test_lambda_common.py::TestLambdaRuntimesCommon::test_uncaught_exception_invoke[python3.7] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_uncaught_exception_invoke[python3.8] LocalStack Community: tests/integration/awslambda/test_lambda_common.py::TestLambdaRuntimesCommon::test_uncaught_exception_invoke[python3.8] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_uncaught_exception_invoke[python3.9] LocalStack Community: tests/integration/awslambda/test_lambda_common.py::TestLambdaRuntimesCommon::test_uncaught_exception_invoke[python3.9] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_uncaught_exception_invoke[ruby2.7] LocalStack Community: tests/integration/awslambda/test_lambda_common.py::TestLambdaRuntimesCommon::test_uncaught_exception_invoke[ruby2.7] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_dead_letter_queue LocalStack Community: tests/integration/awslambda/test_lambda_destinations.py::TestLambdaDLQ::test_dead_letter_queue HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_assess_lambda_destination_invocation[payload0] LocalStack Community: tests/integration/awslambda/test_lambda_destinations.py::TestLambdaDestinationSqs::test_assess_lambda_destination_invocation[payload0] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_assess_lambda_destination_invocation[payload1] LocalStack Community: tests/integration/awslambda/test_lambda_destinations.py::TestLambdaDestinationSqs::test_assess_lambda_destination_invocation[payload1] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_destination_default_retries LocalStack Community: tests/integration/awslambda/test_lambda_destinations.py::TestLambdaDestinationSqs::test_lambda_destination_default_retries HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_additional_docker_flags LocalStack Community: tests/integration/awslambda/test_lambda_developer_tools.py::TestDockerFlags::test_additional_docker_flags HTTP Status Code: 200
    • test_hot_reloading[nodejs18.x] LocalStack Community: tests/integration/awslambda/test_lambda_developer_tools.py::TestHotReloading::test_hot_reloading[nodejs18.x] HTTP Status Code: 200
    • test_hot_reloading[python3.9] LocalStack Community: tests/integration/awslambda/test_lambda_developer_tools.py::TestHotReloading::test_hot_reloading[python3.9] HTTP Status Code: 200
    • test_hot_reloading_publish_version LocalStack Community: tests/integration/awslambda/test_lambda_developer_tools.py::TestHotReloading::test_hot_reloading_publish_version HTTP Status Code: 200
    • test_deletion_event_source_mapping_with_dynamodb LocalStack Community: tests/integration/awslambda/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_deletion_event_source_mapping_with_dynamodb HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_disabled_dynamodb_event_source_mapping LocalStack Community: tests/integration/awslambda/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_disabled_dynamodb_event_source_mapping HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_dynamodb_event_filter[item_to_put10-None-filter0-1] LocalStack Community: tests/integration/awslambda/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_filter[item_to_put10-None-filter0-1] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_dynamodb_event_filter[item_to_put11-item_to_put21-filter1-2] LocalStack Community: tests/integration/awslambda/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_filter[item_to_put11-item_to_put21-filter1-2] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_dynamodb_event_filter[item_to_put12-item_to_put22-filter2-1] LocalStack Community: tests/integration/awslambda/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_filter[item_to_put12-item_to_put22-filter2-1] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_dynamodb_event_filter[item_to_put13-item_to_put23-filter3-1] LocalStack Community: tests/integration/awslambda/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_filter[item_to_put13-item_to_put23-filter3-1] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_dynamodb_event_filter[item_to_put14-item_to_put24-filter4-0] LocalStack Community: tests/integration/awslambda/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_filter[item_to_put14-item_to_put24-filter4-0] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_dynamodb_event_filter[item_to_put15-item_to_put25-filter5-0] LocalStack Community: tests/integration/awslambda/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_filter[item_to_put15-item_to_put25-filter5-0] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_dynamodb_event_filter[item_to_put16-item_to_put26-filter6-1] LocalStack Community: tests/integration/awslambda/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_filter[item_to_put16-item_to_put26-filter6-1] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_dynamodb_event_source_mapping LocalStack Community: tests/integration/awslambda/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_source_mapping HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_dynamodb_event_source_mapping_with_on_failure_destination_config LocalStack Community: tests/integration/awslambda/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_source_mapping_with_on_failure_destination_config HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_dynamodb_invalid_event_filter[[{"eventName": ["INSERT"=123}]] LocalStack Community: tests/integration/awslambda/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_invalid_event_filter[[{"eventName": ["INSERT"=123}]] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_dynamodb_invalid_event_filter[single-string] LocalStack Community: tests/integration/awslambda/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_invalid_event_filter[single-string] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_kinesis_event_source_mapping LocalStack Community: tests/integration/awslambda/test_lambda_integration_kinesis.py::TestKinesisSource::test_create_kinesis_event_source_mapping HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_disable_kinesis_event_source_mapping LocalStack Community: tests/integration/awslambda/test_lambda_integration_kinesis.py::TestKinesisSource::test_disable_kinesis_event_source_mapping HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_kinesis_event_source_mapping_with_on_failure_destination_config LocalStack Community: tests/integration/awslambda/test_lambda_integration_kinesis.py::TestKinesisSource::test_kinesis_event_source_mapping_with_on_failure_destination_config HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_kinesis_event_source_trim_horizon LocalStack Community: tests/integration/awslambda/test_lambda_integration_kinesis.py::TestKinesisSource::test_kinesis_event_source_trim_horizon HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_event_source_mapping_default_batch_size LocalStack Community: tests/integration/awslambda/test_lambda_integration_sqs.py::TestSQSEventSourceMapping::test_event_source_mapping_default_batch_size HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_event_filter[filter0-item_matching0-item_not_matching0] LocalStack Community: tests/integration/awslambda/test_lambda_integration_sqs.py::TestSQSEventSourceMapping::test_sqs_event_filter[filter0-item_matching0-item_not_matching0] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_event_filter[filter1-item_matching1-item_not_matching1] LocalStack Community: tests/integration/awslambda/test_lambda_integration_sqs.py::TestSQSEventSourceMapping::test_sqs_event_filter[filter1-item_matching1-item_not_matching1] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_event_filter[filter2-item_matching2-item_not_matching2] LocalStack Community: tests/integration/awslambda/test_lambda_integration_sqs.py::TestSQSEventSourceMapping::test_sqs_event_filter[filter2-item_matching2-item_not_matching2] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_event_filter[filter3-item_matching3-item_not_matching3] LocalStack Community: tests/integration/awslambda/test_lambda_integration_sqs.py::TestSQSEventSourceMapping::test_sqs_event_filter[filter3-item_matching3-item_not_matching3] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_event_filter[filter4-item_matching4-this is a test string] LocalStack Community: tests/integration/awslambda/test_lambda_integration_sqs.py::TestSQSEventSourceMapping::test_sqs_event_filter[filter4-item_matching4-this is a test string] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_event_filter[filter5-item_matching5-item_not_matching5] LocalStack Community: tests/integration/awslambda/test_lambda_integration_sqs.py::TestSQSEventSourceMapping::test_sqs_event_filter[filter5-item_matching5-item_not_matching5] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_event_filter[filter6-item_matching6-item_not_matching6] LocalStack Community: tests/integration/awslambda/test_lambda_integration_sqs.py::TestSQSEventSourceMapping::test_sqs_event_filter[filter6-item_matching6-item_not_matching6] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_event_filter[filter7-item_matching7-item_not_matching7] LocalStack Community: tests/integration/awslambda/test_lambda_integration_sqs.py::TestSQSEventSourceMapping::test_sqs_event_filter[filter7-item_matching7-item_not_matching7] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_event_source_mapping LocalStack Community: tests/integration/awslambda/test_lambda_integration_sqs.py::TestSQSEventSourceMapping::test_sqs_event_source_mapping HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_invalid_event_filter[None] LocalStack Community: tests/integration/awslambda/test_lambda_integration_sqs.py::TestSQSEventSourceMapping::test_sqs_invalid_event_filter[None] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_invalid_event_filter[invalid_filter2] LocalStack Community: tests/integration/awslambda/test_lambda_integration_sqs.py::TestSQSEventSourceMapping::test_sqs_invalid_event_filter[invalid_filter2] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_invalid_event_filter[invalid_filter3] LocalStack Community: tests/integration/awslambda/test_lambda_integration_sqs.py::TestSQSEventSourceMapping::test_sqs_invalid_event_filter[invalid_filter3] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_invalid_event_filter[simple string] LocalStack Community: tests/integration/awslambda/test_lambda_integration_sqs.py::TestSQSEventSourceMapping::test_sqs_invalid_event_filter[simple string] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_failing_lambda_retries_after_visibility_timeout LocalStack Community: tests/integration/awslambda/test_lambda_integration_sqs.py::test_failing_lambda_retries_after_visibility_timeout HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_redrive_policy_with_failing_lambda LocalStack Community: tests/integration/awslambda/test_lambda_integration_sqs.py::test_redrive_policy_with_failing_lambda HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_report_batch_item_failures LocalStack Community: tests/integration/awslambda/test_lambda_integration_sqs.py::test_report_batch_item_failures HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_report_batch_item_failures_empty_json_batch_succeeds LocalStack Community: tests/integration/awslambda/test_lambda_integration_sqs.py::test_report_batch_item_failures_empty_json_batch_succeeds HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_report_batch_item_failures_invalid_result_json_batch_fails LocalStack Community: tests/integration/awslambda/test_lambda_integration_sqs.py::test_report_batch_item_failures_invalid_result_json_batch_fails HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_report_batch_item_failures_on_lambda_error LocalStack Community: tests/integration/awslambda/test_lambda_integration_sqs.py::test_report_batch_item_failures_on_lambda_error HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_queue_as_lambda_dead_letter_queue LocalStack Community: tests/integration/awslambda/test_lambda_integration_sqs.py::test_sqs_queue_as_lambda_dead_letter_queue HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_traceid_outside_handler[Active] LocalStack Community: tests/integration/awslambda/test_lambda_integration_xray.py::test_traceid_outside_handler[Active] HTTP Status Code: 200 AWS validated
    • test_traceid_outside_handler[PassThrough] LocalStack Community: tests/integration/awslambda/test_lambda_integration_xray.py::test_traceid_outside_handler[PassThrough] HTTP Status Code: 200 AWS validated
    • test_java_custom_handler_method_specification[cloud.localstack.sample.LambdaHandlerWithInterfaceAndCustom-INTERFACE] LocalStack Community: tests/integration/awslambda/test_lambda_runtimes.py::TestJavaRuntimes::test_java_custom_handler_method_specification[cloud.localstack.sample.LambdaHandlerWithInterfaceAndCustom-INTERFACE] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_java_custom_handler_method_specification[cloud.localstack.sample.LambdaHandlerWithInterfaceAndCustom::handleRequest-INTERFACE] LocalStack Community: tests/integration/awslambda/test_lambda_runtimes.py::TestJavaRuntimes::test_java_custom_handler_method_specification[cloud.localstack.sample.LambdaHandlerWithInterfaceAndCustom::handleRequest-INTERFACE] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_java_custom_handler_method_specification[cloud.localstack.sample.LambdaHandlerWithInterfaceAndCustom::handleRequestCustom-CUSTOM] LocalStack Community: tests/integration/awslambda/test_lambda_runtimes.py::TestJavaRuntimes::test_java_custom_handler_method_specification[cloud.localstack.sample.LambdaHandlerWithInterfaceAndCustom::handleRequestCustom-CUSTOM] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_java_lambda_subscribe_sns_topic LocalStack Community: tests/integration/awslambda/test_lambda_runtimes.py::TestJavaRuntimes::test_java_lambda_subscribe_sns_topic HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_java_runtime_with_lib LocalStack Community: tests/integration/awslambda/test_lambda_runtimes.py::TestJavaRuntimes::test_java_runtime_with_lib HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_serializable_input_object[java11] LocalStack Community: tests/integration/awslambda/test_lambda_runtimes.py::TestJavaRuntimes::test_serializable_input_object[java11] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_serializable_input_object[java17] LocalStack Community: tests/integration/awslambda/test_lambda_runtimes.py::TestJavaRuntimes::test_serializable_input_object[java17] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_serializable_input_object[java8.al2] LocalStack Community: tests/integration/awslambda/test_lambda_runtimes.py::TestJavaRuntimes::test_serializable_input_object[java8.al2] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_serializable_input_object[java8] LocalStack Community: tests/integration/awslambda/test_lambda_runtimes.py::TestJavaRuntimes::test_serializable_input_object[java8] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_stream_handler[java11] LocalStack Community: tests/integration/awslambda/test_lambda_runtimes.py::TestJavaRuntimes::test_stream_handler[java11] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_stream_handler[java17] LocalStack Community: tests/integration/awslambda/test_lambda_runtimes.py::TestJavaRuntimes::test_stream_handler[java17] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_stream_handler[java8.al2] LocalStack Community: tests/integration/awslambda/test_lambda_runtimes.py::TestJavaRuntimes::test_stream_handler[java8.al2] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_stream_handler[java8] LocalStack Community: tests/integration/awslambda/test_lambda_runtimes.py::TestJavaRuntimes::test_stream_handler[java8] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_invoke_nodejs_es6_lambda[nodejs14.x] LocalStack Community: tests/integration/awslambda/test_lambda_runtimes.py::TestNodeJSRuntimes::test_invoke_nodejs_es6_lambda[nodejs14.x] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_invoke_nodejs_es6_lambda[nodejs16.x] LocalStack Community: tests/integration/awslambda/test_lambda_runtimes.py::TestNodeJSRuntimes::test_invoke_nodejs_es6_lambda[nodejs16.x] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_handler_in_submodule[python3.10] LocalStack Community: tests/integration/awslambda/test_lambda_runtimes.py::TestPythonRuntimes::test_handler_in_submodule[python3.10] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_handler_in_submodule[python3.7] LocalStack Community: tests/integration/awslambda/test_lambda_runtimes.py::TestPythonRuntimes::test_handler_in_submodule[python3.7] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_handler_in_submodule[python3.8] LocalStack Community: tests/integration/awslambda/test_lambda_runtimes.py::TestPythonRuntimes::test_handler_in_submodule[python3.8] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_handler_in_submodule[python3.9] LocalStack Community: tests/integration/awslambda/test_lambda_runtimes.py::TestPythonRuntimes::test_handler_in_submodule[python3.9] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_python_runtime_correct_versions[python3.10] LocalStack Community: tests/integration/awslambda/test_lambda_runtimes.py::TestPythonRuntimes::test_python_runtime_correct_versions[python3.10] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_python_runtime_correct_versions[python3.7] LocalStack Community: tests/integration/awslambda/test_lambda_runtimes.py::TestPythonRuntimes::test_python_runtime_correct_versions[python3.7] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_python_runtime_correct_versions[python3.8] LocalStack Community: tests/integration/awslambda/test_lambda_runtimes.py::TestPythonRuntimes::test_python_runtime_correct_versions[python3.8] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_python_runtime_correct_versions[python3.9] LocalStack Community: tests/integration/awslambda/test_lambda_runtimes.py::TestPythonRuntimes::test_python_runtime_correct_versions[python3.9] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_python_runtime_unhandled_errors[python3.10] LocalStack Community: tests/integration/awslambda/test_lambda_runtimes.py::TestPythonRuntimes::test_python_runtime_unhandled_errors[python3.10] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_python_runtime_unhandled_errors[python3.7] LocalStack Community: tests/integration/awslambda/test_lambda_runtimes.py::TestPythonRuntimes::test_python_runtime_unhandled_errors[python3.7] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_python_runtime_unhandled_errors[python3.8] LocalStack Community: tests/integration/awslambda/test_lambda_runtimes.py::TestPythonRuntimes::test_python_runtime_unhandled_errors[python3.8] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_python_runtime_unhandled_errors[python3.9] LocalStack Community: tests/integration/awslambda/test_lambda_runtimes.py::TestPythonRuntimes::test_python_runtime_unhandled_errors[python3.9] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cfn_deploy_apigateway_integration LocalStack Community: tests/integration/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/integration/cloudformation/resources/test_apigateway.py::test_cfn_deploy_apigateway_integration HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cdk_template LocalStack Community: tests/integration/cloudformation/resources/test_cdk.py::TestCdkInit::test_cdk_template HTTP Status Code: 200
    • test_cdk_template LocalStack Community: tests/integration/cloudformation/resources/test_cdk.py::TestCdkInit::test_cdk_template HTTP Status Code: 200
    • test_events_sqs_sns_lambda LocalStack Community: tests/integration/cloudformation/resources/test_integration.py::test_events_sqs_sns_lambda HTTP Status Code: 200
    • test_events_sqs_sns_lambda LocalStack Community: tests/integration/cloudformation/resources/test_integration.py::test_events_sqs_sns_lambda HTTP Status Code: 200
    • test_cfn_lambda_dynamodb_source LocalStack Community: tests/integration/cloudformation/resources/test_lambda.py::TestCfnLambdaIntegrations::test_cfn_lambda_dynamodb_source HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cfn_lambda_dynamodb_source LocalStack Community: tests/integration/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/integration/cloudformation/resources/test_lambda.py::TestCfnLambdaIntegrations::test_cfn_lambda_kinesis_source HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cfn_lambda_kinesis_source LocalStack Community: tests/integration/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/integration/cloudformation/resources/test_lambda.py::TestCfnLambdaIntegrations::test_cfn_lambda_permissions HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cfn_lambda_permissions LocalStack Community: tests/integration/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/integration/cloudformation/resources/test_lambda.py::TestCfnLambdaIntegrations::test_cfn_lambda_sqs_source HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cfn_lambda_sqs_source LocalStack Community: tests/integration/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/integration/cloudformation/resources/test_lambda.py::test_cfn_function_url HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cfn_function_url LocalStack Community: tests/integration/cloudformation/resources/test_lambda.py::test_cfn_function_url HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_event_invoke_config LocalStack Community: tests/integration/cloudformation/resources/test_lambda.py::test_event_invoke_config HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_event_invoke_config LocalStack Community: tests/integration/cloudformation/resources/test_lambda.py::test_event_invoke_config HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_alias LocalStack Community: tests/integration/cloudformation/resources/test_lambda.py::test_lambda_alias HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_alias LocalStack Community: tests/integration/cloudformation/resources/test_lambda.py::test_lambda_alias HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_cfn_run LocalStack Community: tests/integration/cloudformation/resources/test_lambda.py::test_lambda_cfn_run HTTP Status Code: 200 AWS validated
    • test_lambda_cfn_run LocalStack Community: tests/integration/cloudformation/resources/test_lambda.py::test_lambda_cfn_run HTTP Status Code: 200 AWS validated
    • test_lambda_version LocalStack Community: tests/integration/cloudformation/resources/test_lambda.py::test_lambda_version HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_version LocalStack Community: tests/integration/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/integration/cloudformation/resources/test_lambda.py::test_multiple_lambda_permissions_for_singlefn HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_multiple_lambda_permissions_for_singlefn LocalStack Community: tests/integration/cloudformation/resources/test_lambda.py::test_multiple_lambda_permissions_for_singlefn HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cfn_handle_serverless_api_resource LocalStack Community: tests/integration/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/integration/cloudformation/resources/test_legacy.py::TestCloudFormation::test_cfn_handle_serverless_api_resource HTTP Status Code: 200
    • test_sub_in_lambda_function_name LocalStack Community: tests/integration/cloudformation/resources/test_legacy.py::TestCloudFormation::test_sub_in_lambda_function_name HTTP Status Code: 200
    • test_sub_in_lambda_function_name LocalStack Community: tests/integration/cloudformation/resources/test_legacy.py::TestCloudFormation::test_sub_in_lambda_function_name HTTP Status Code: 200
    • test_sam_policies LocalStack Community: tests/integration/cloudformation/resources/test_sam.py::test_sam_policies HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sam_policies LocalStack Community: tests/integration/cloudformation/resources/test_sam.py::test_sam_policies HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sam_template LocalStack Community: tests/integration/cloudformation/resources/test_sam.py::test_sam_template HTTP Status Code: 200
    • test_sam_template LocalStack Community: tests/integration/cloudformation/resources/test_sam.py::test_sam_template HTTP Status Code: 200
    • test_apigateway_invoke LocalStack Community: tests/integration/cloudformation/resources/test_stepfunctions.py::test_apigateway_invoke HTTP Status Code: 200
    • test_apigateway_invoke LocalStack Community: tests/integration/cloudformation/resources/test_stepfunctions.py::test_apigateway_invoke HTTP Status Code: 200
    • test_apigateway_invoke_localhost LocalStack Community: tests/integration/cloudformation/resources/test_stepfunctions.py::test_apigateway_invoke_localhost HTTP Status Code: 200
    • test_apigateway_invoke_localhost LocalStack Community: tests/integration/cloudformation/resources/test_stepfunctions.py::test_apigateway_invoke_localhost HTTP Status Code: 200
    • test_apigateway_invoke_localhost_with_path LocalStack Community: tests/integration/cloudformation/resources/test_stepfunctions.py::test_apigateway_invoke_localhost_with_path HTTP Status Code: 200
    • test_apigateway_invoke_localhost_with_path LocalStack Community: tests/integration/cloudformation/resources/test_stepfunctions.py::test_apigateway_invoke_localhost_with_path HTTP Status Code: 200
    • test_apigateway_invoke_with_path LocalStack Community: tests/integration/cloudformation/resources/test_stepfunctions.py::test_apigateway_invoke_with_path HTTP Status Code: 200
    • test_apigateway_invoke_with_path LocalStack Community: tests/integration/cloudformation/resources/test_stepfunctions.py::test_apigateway_invoke_with_path HTTP Status Code: 200
    • test_nested_statemachine_with_sync2 LocalStack Community: tests/integration/cloudformation/resources/test_stepfunctions.py::test_nested_statemachine_with_sync2 HTTP Status Code: 200
    • test_nested_statemachine_with_sync2 LocalStack Community: tests/integration/cloudformation/resources/test_stepfunctions.py::test_nested_statemachine_with_sync2 HTTP Status Code: 200
    • test_retry_and_catch LocalStack Community: tests/integration/cloudformation/resources/test_stepfunctions.py::test_retry_and_catch HTTP Status Code: 200
    • test_retry_and_catch LocalStack Community: tests/integration/cloudformation/resources/test_stepfunctions.py::test_retry_and_catch HTTP Status Code: 200
    • test_statemachine_definitionsubstitution LocalStack Community: tests/integration/cloudformation/resources/test_stepfunctions.py::test_statemachine_definitionsubstitution HTTP Status Code: 200
    • test_statemachine_definitionsubstitution LocalStack Community: tests/integration/cloudformation/resources/test_stepfunctions.py::test_statemachine_definitionsubstitution HTTP Status Code: 200
    • test_capabilities_requirements LocalStack Community: tests/integration/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/integration/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/integration/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/integration/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/integration/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/integration/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/integration/cloudformation/test_template_engine.py::TestMacros::test_global_scope HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_macro_deployment LocalStack Community: tests/integration/cloudformation/test_template_engine.py::TestMacros::test_macro_deployment HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_to_validate_template_limit_for_macro LocalStack Community: tests/integration/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/integration/cloudformation/test_template_engine.py::TestMacros::test_validate_lambda_internals HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_s3_download_object_with_lambda LocalStack Community: tests/integration/s3/test_s3.py::TestS3::test_s3_download_object_with_lambda HTTP Status Code: 200 AWS validated
    • test_s3_lambda_integration LocalStack Community: tests/integration/s3/test_s3.py::TestS3::test_s3_lambda_integration HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_presigned_url_v4_signed_headers_in_qs LocalStack Community: tests/integration/s3/test_s3.py::TestS3PresignedUrl::test_presigned_url_v4_signed_headers_in_qs HTTP Status Code: 200 AWS validated
    • test_presigned_url_v4_x_amz_in_qs LocalStack Community: tests/integration/s3/test_s3.py::TestS3PresignedUrl::test_presigned_url_v4_x_amz_in_qs HTTP Status Code: 200 AWS validated
    • test_create_object_by_presigned_request_via_dynamodb LocalStack Community: tests/integration/s3/test_s3_notifications_lambda.py::TestS3NotificationsToLambda::test_create_object_by_presigned_request_via_dynamodb HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_object_put_via_dynamodb LocalStack Community: tests/integration/s3/test_s3_notifications_lambda.py::TestS3NotificationsToLambda::test_create_object_put_via_dynamodb HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_choice_state_machine LocalStack Community: tests/integration/stepfunctions/legacy/test_stepfunctions_legacy.py::TestStateMachine::test_create_choice_state_machine HTTP Status Code: 200
    • test_step_functions_calling_api_gateway LocalStack Community: tests/integration/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/integration/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/integration/stepfunctions/v2/scenarios/test_sfn_scenarios.py::TestFundamental::test_wait_for_callback HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_wait_for_callback LocalStack Community: tests/integration/stepfunctions/v2/scenarios/test_sfn_scenarios.py::TestFundamental::test_wait_for_callback HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_put_events_with_target_lambda LocalStack Community: tests/integration/test_events.py::TestEvents::test_put_events_with_target_lambda HTTP Status Code: 200
    • test_should_ignore_schedules_for_put_event LocalStack Community: tests/integration/test_events.py::TestEvents::test_should_ignore_schedules_for_put_event HTTP Status Code: 200 AWS validated
    • test_firehose_http[True] LocalStack Community: tests/integration/test_firehose.py::test_firehose_http[True] HTTP Status Code: 200
    • test_firehose_s3 LocalStack Community: tests/integration/test_integration.py::TestIntegration::test_firehose_s3 HTTP Status Code: 200
    • test_lambda_streams_batch_and_transactions LocalStack Community: tests/integration/test_integration.py::TestIntegration::test_lambda_streams_batch_and_transactions HTTP Status Code: 200
    • test_lambda_put_item_to_dynamodb[python3.10] LocalStack Community: tests/integration/test_integration.py::TestLambdaOutgoingSdkCalls::test_lambda_put_item_to_dynamodb[python3.10] HTTP Status Code: 200
    • test_lambda_put_item_to_dynamodb[python3.7] LocalStack Community: tests/integration/test_integration.py::TestLambdaOutgoingSdkCalls::test_lambda_put_item_to_dynamodb[python3.7] HTTP Status Code: 200
    • test_lambda_put_item_to_dynamodb[python3.8] LocalStack Community: tests/integration/test_integration.py::TestLambdaOutgoingSdkCalls::test_lambda_put_item_to_dynamodb[python3.8] HTTP Status Code: 200
    • test_lambda_put_item_to_dynamodb[python3.9] LocalStack Community: tests/integration/test_integration.py::TestLambdaOutgoingSdkCalls::test_lambda_put_item_to_dynamodb[python3.9] HTTP Status Code: 200
    • test_lambda_send_message_to_sqs[python3.10] LocalStack Community: tests/integration/test_integration.py::TestLambdaOutgoingSdkCalls::test_lambda_send_message_to_sqs[python3.10] HTTP Status Code: 200
    • test_lambda_send_message_to_sqs[python3.7] LocalStack Community: tests/integration/test_integration.py::TestLambdaOutgoingSdkCalls::test_lambda_send_message_to_sqs[python3.7] HTTP Status Code: 200
    • test_lambda_send_message_to_sqs[python3.8] LocalStack Community: tests/integration/test_integration.py::TestLambdaOutgoingSdkCalls::test_lambda_send_message_to_sqs[python3.8] HTTP Status Code: 200
    • test_lambda_send_message_to_sqs[python3.9] LocalStack Community: tests/integration/test_integration.py::TestLambdaOutgoingSdkCalls::test_lambda_send_message_to_sqs[python3.9] HTTP Status Code: 200
    • test_lambda_start_stepfunctions_execution[python3.10] LocalStack Community: tests/integration/test_integration.py::TestLambdaOutgoingSdkCalls::test_lambda_start_stepfunctions_execution[python3.10] HTTP Status Code: 200
    • test_lambda_start_stepfunctions_execution[python3.7] LocalStack Community: tests/integration/test_integration.py::TestLambdaOutgoingSdkCalls::test_lambda_start_stepfunctions_execution[python3.7] HTTP Status Code: 200
    • test_lambda_start_stepfunctions_execution[python3.8] LocalStack Community: tests/integration/test_integration.py::TestLambdaOutgoingSdkCalls::test_lambda_start_stepfunctions_execution[python3.8] HTTP Status Code: 200
    • test_lambda_start_stepfunctions_execution[python3.9] LocalStack Community: tests/integration/test_integration.py::TestLambdaOutgoingSdkCalls::test_lambda_start_stepfunctions_execution[python3.9] HTTP Status Code: 200
    • test_kinesis_lambda_forward_chain LocalStack Community: tests/integration/test_integration.py::test_kinesis_lambda_forward_chain HTTP Status Code: 200
    • test_put_subscription_filter_lambda LocalStack Community: tests/integration/test_logs.py::TestCloudWatchLogs::test_put_subscription_filter_lambda HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_put_subscription_filter_lambda LocalStack Community: tests/integration/test_logs.py::TestCloudWatchLogs::test_put_subscription_filter_lambda HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_function_url LocalStack Community: tests/integration/test_network_configuration.py::TestLambda::test_function_url HTTP Status Code: 200
    • test_apigateway_deployed LocalStack Community: tests/integration/test_serverless.py::TestServerless::test_apigateway_deployed HTTP Status Code: 200
    • test_apigateway_deployed LocalStack Community: tests/integration/test_serverless.py::TestServerless::test_apigateway_deployed HTTP Status Code: 200
    • test_redrive_policy_lambda_subscription LocalStack Community: tests/integration/test_sns.py::TestSNSProvider::test_redrive_policy_lambda_subscription HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sns_topic_as_lambda_dead_letter_queue LocalStack Community: tests/integration/test_sns.py::TestSNSProvider::test_sns_topic_as_lambda_dead_letter_queue HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_delivery_lambda LocalStack Community: tests/integration/test_sns.py::TestSNSPublishDelivery::test_delivery_lambda HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_python_lambda_subscribe_sns_topic LocalStack Community: tests/integration/test_sns.py::TestSNSSubscription::test_python_lambda_subscribe_sns_topic HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_delete_message_batch_from_lambda LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_delete_message_batch_from_lambda HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_bucket_exists LocalStack Community: tests/integration/test_terraform.py::TestTerraform::test_bucket_exists HTTP Status Code: 200
    • test_lambda LocalStack Community: tests/integration/test_terraform.py::TestTerraform::test_lambda HTTP Status Code: 200
    • test_security_groups LocalStack Community: tests/integration/test_terraform.py::TestTerraform::test_security_groups HTTP Status Code: 200
    • test_alias_lifecycle LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaAlias::test_alias_lifecycle HTTP Status Code: 404 (ResourceNotFoundException) AWS validated Snapshot Tested
    • test_get_function_wrong_region[get_function] LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaFunction::test_get_function_wrong_region[get_function] HTTP Status Code: 404 (ResourceNotFoundException) AWS validated Snapshot Tested
    • test_ops_on_nonexisting_fn[get_function] LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaFunction::test_ops_on_nonexisting_fn[get_function] HTTP Status Code: 404 (ResourceNotFoundException) AWS validated Snapshot Tested
    • test_large_environment_fails_multiple_keys LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaSizeLimits::test_large_environment_fails_multiple_keys HTTP Status Code: 404 (ResourceNotFoundException) AWS validated Snapshot Tested
    • test_large_environment_variables_fails LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaSizeLimits::test_large_environment_variables_fails HTTP Status Code: 404 (ResourceNotFoundException) AWS validated Snapshot Tested
    • test_cfn_deploy_apigateway_integration LocalStack Community: tests/integration/cloudformation/resources/test_apigateway.py::test_cfn_deploy_apigateway_integration HTTP Status Code: 404 (ResourceNotFoundException) AWS validated Snapshot Tested
    • test_cdk_template LocalStack Community: tests/integration/cloudformation/resources/test_cdk.py::TestCdkInit::test_cdk_template HTTP Status Code: 404 (ResourceNotFoundException)
    • test_cdk_template LocalStack Community: tests/integration/cloudformation/resources/test_cdk.py::TestCdkInit::test_cdk_template HTTP Status Code: 404 (ResourceNotFoundException)
    • test_events_sqs_sns_lambda LocalStack Community: tests/integration/cloudformation/resources/test_integration.py::test_events_sqs_sns_lambda HTTP Status Code: 404 (ResourceNotFoundException)
    • test_cfn_lambda_dynamodb_source LocalStack Community: tests/integration/cloudformation/resources/test_lambda.py::TestCfnLambdaIntegrations::test_cfn_lambda_dynamodb_source HTTP Status Code: 404 (ResourceNotFoundException) AWS validated Snapshot Tested
    • test_cfn_lambda_kinesis_source LocalStack Community: tests/integration/cloudformation/resources/test_lambda.py::TestCfnLambdaIntegrations::test_cfn_lambda_kinesis_source HTTP Status Code: 404 (ResourceNotFoundException) AWS validated Snapshot Tested
    • test_cfn_lambda_permissions LocalStack Community: tests/integration/cloudformation/resources/test_lambda.py::TestCfnLambdaIntegrations::test_cfn_lambda_permissions HTTP Status Code: 404 (ResourceNotFoundException) AWS validated Snapshot Tested
    • test_cfn_lambda_sqs_source LocalStack Community: tests/integration/cloudformation/resources/test_lambda.py::TestCfnLambdaIntegrations::test_cfn_lambda_sqs_source HTTP Status Code: 404 (ResourceNotFoundException) AWS validated Snapshot Tested
    • test_cfn_function_url LocalStack Community: tests/integration/cloudformation/resources/test_lambda.py::test_cfn_function_url HTTP Status Code: 404 (ResourceNotFoundException) AWS validated Snapshot Tested
    • test_event_invoke_config LocalStack Community: tests/integration/cloudformation/resources/test_lambda.py::test_event_invoke_config HTTP Status Code: 404 (ResourceNotFoundException) AWS validated Snapshot Tested
    • test_lambda_alias LocalStack Community: tests/integration/cloudformation/resources/test_lambda.py::test_lambda_alias HTTP Status Code: 404 (ResourceNotFoundException) AWS validated Snapshot Tested
    • test_lambda_cfn_run LocalStack Community: tests/integration/cloudformation/resources/test_lambda.py::test_lambda_cfn_run HTTP Status Code: 404 (ResourceNotFoundException) AWS validated
    • test_lambda_version LocalStack Community: tests/integration/cloudformation/resources/test_lambda.py::test_lambda_version HTTP Status Code: 404 (ResourceNotFoundException) AWS validated Snapshot Tested
    • test_multiple_lambda_permissions_for_singlefn LocalStack Community: tests/integration/cloudformation/resources/test_lambda.py::test_multiple_lambda_permissions_for_singlefn HTTP Status Code: 404 (ResourceNotFoundException) AWS validated Snapshot Tested
    • test_cfn_handle_serverless_api_resource LocalStack Community: tests/integration/cloudformation/resources/test_legacy.py::TestCloudFormation::test_cfn_handle_serverless_api_resource HTTP Status Code: 404 (ResourceNotFoundException)
    • test_sub_in_lambda_function_name LocalStack Community: tests/integration/cloudformation/resources/test_legacy.py::TestCloudFormation::test_sub_in_lambda_function_name HTTP Status Code: 404 (ResourceNotFoundException)
    • test_sub_in_lambda_function_name LocalStack Community: tests/integration/cloudformation/resources/test_legacy.py::TestCloudFormation::test_sub_in_lambda_function_name HTTP Status Code: 404 (ResourceNotFoundException)
    • test_sam_policies LocalStack Community: tests/integration/cloudformation/resources/test_sam.py::test_sam_policies HTTP Status Code: 404 (ResourceNotFoundException) AWS validated Snapshot Tested
    • test_sam_template LocalStack Community: tests/integration/cloudformation/resources/test_sam.py::test_sam_template HTTP Status Code: 404 (ResourceNotFoundException)
    • test_apigateway_invoke LocalStack Community: tests/integration/cloudformation/resources/test_stepfunctions.py::test_apigateway_invoke HTTP Status Code: 404 (ResourceNotFoundException)
    • test_apigateway_invoke_localhost LocalStack Community: tests/integration/cloudformation/resources/test_stepfunctions.py::test_apigateway_invoke_localhost HTTP Status Code: 404 (ResourceNotFoundException)
    • test_apigateway_invoke_localhost_with_path LocalStack Community: tests/integration/cloudformation/resources/test_stepfunctions.py::test_apigateway_invoke_localhost_with_path HTTP Status Code: 404 (ResourceNotFoundException)
    • test_apigateway_invoke_localhost_with_path LocalStack Community: tests/integration/cloudformation/resources/test_stepfunctions.py::test_apigateway_invoke_localhost_with_path HTTP Status Code: 404 (ResourceNotFoundException)
    • test_apigateway_invoke_with_path LocalStack Community: tests/integration/cloudformation/resources/test_stepfunctions.py::test_apigateway_invoke_with_path HTTP Status Code: 404 (ResourceNotFoundException)
    • test_apigateway_invoke_with_path LocalStack Community: tests/integration/cloudformation/resources/test_stepfunctions.py::test_apigateway_invoke_with_path HTTP Status Code: 404 (ResourceNotFoundException)
    • test_nested_statemachine_with_sync2 LocalStack Community: tests/integration/cloudformation/resources/test_stepfunctions.py::test_nested_statemachine_with_sync2 HTTP Status Code: 404 (ResourceNotFoundException)
    • test_nested_statemachine_with_sync2 LocalStack Community: tests/integration/cloudformation/resources/test_stepfunctions.py::test_nested_statemachine_with_sync2 HTTP Status Code: 404 (ResourceNotFoundException)
    • test_retry_and_catch LocalStack Community: tests/integration/cloudformation/resources/test_stepfunctions.py::test_retry_and_catch HTTP Status Code: 404 (ResourceNotFoundException)
    • test_statemachine_definitionsubstitution LocalStack Community: tests/integration/cloudformation/resources/test_stepfunctions.py::test_statemachine_definitionsubstitution HTTP Status Code: 404 (ResourceNotFoundException)
    • test_invalid_lambda_arn LocalStack Community: tests/integration/s3/test_s3_notifications_lambda.py::TestS3NotificationsToLambda::test_invalid_lambda_arn HTTP Status Code: 404 (ResourceNotFoundException) AWS validated Snapshot Tested
    • test_rotate_secret_invalid_lambda_arn LocalStack Community: tests/integration/secretsmanager/test_secretsmanager.py::TestSecretsManager::test_rotate_secret_invalid_lambda_arn HTTP Status Code: 404 (ResourceNotFoundException)
    • test_step_functions_calling_api_gateway LocalStack Community: tests/integration/stepfunctions/v2/scenarios/test_sfn_scenarios.py::TestFundamental::test_step_functions_calling_api_gateway HTTP Status Code: 404 (ResourceNotFoundException) AWS validated Snapshot Tested
    • test_wait_for_callback LocalStack Community: tests/integration/stepfunctions/v2/scenarios/test_sfn_scenarios.py::TestFundamental::test_wait_for_callback HTTP Status Code: 404 (ResourceNotFoundException) AWS validated Snapshot Tested
    • test_wait_for_callback LocalStack Community: tests/integration/stepfunctions/v2/scenarios/test_sfn_scenarios.py::TestFundamental::test_wait_for_callback HTTP Status Code: 404 (ResourceNotFoundException) AWS validated Snapshot Tested
    • test_apigateway_deployed LocalStack Community: tests/integration/test_serverless.py::TestServerless::test_apigateway_deployed HTTP Status Code: 404 (ResourceNotFoundException)
    • test_apigateway_deployed LocalStack Community: tests/integration/test_serverless.py::TestServerless::test_apigateway_deployed HTTP Status Code: 404 (ResourceNotFoundException)
    • test_apigateway_deployed LocalStack Community: tests/integration/test_serverless.py::TestServerless::test_apigateway_deployed HTTP Status Code: 404 (ResourceNotFoundException)
    • test_apigateway_deployed LocalStack Community: tests/integration/test_serverless.py::TestServerless::test_apigateway_deployed HTTP Status Code: 404 (ResourceNotFoundException)
    • test_apigateway_deployed LocalStack Community: tests/integration/test_serverless.py::TestServerless::test_apigateway_deployed HTTP Status Code: 404 (ResourceNotFoundException)
    • test_apigateway_deployed LocalStack Community: tests/integration/test_serverless.py::TestServerless::test_apigateway_deployed HTTP Status Code: 404 (ResourceNotFoundException)
    • test_apigateway_deployed LocalStack Community: tests/integration/test_serverless.py::TestServerless::test_apigateway_deployed HTTP Status Code: 404 (ResourceNotFoundException)
  • LocalStack Pro
    • test_apigw_v2_lambda_request_authorizer[1.0] LocalStack Pro: tests/integration/apigateway/test_http_apis.py::TestHttpApis::test_apigw_v2_lambda_request_authorizer[1.0] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_apigw_v2_lambda_request_authorizer[2.0] LocalStack Pro: tests/integration/apigateway/test_http_apis.py::TestHttpApis::test_apigw_v2_lambda_request_authorizer[2.0] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cors_preflight_requests LocalStack Pro: tests/integration/apigateway/test_http_apis.py::TestHttpApis::test_cors_preflight_requests HTTP Status Code: 200 AWS validated
    • test_custom_domains[--<random>.example.com-1.0] LocalStack Pro: tests/integration/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[--<random>.example.com-1.0] HTTP Status Code: 200
    • test_custom_domains[--<random>.example.com-2.0] LocalStack Pro: tests/integration/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[--<random>.example.com-2.0] HTTP Status Code: 200
    • test_custom_domains[--<random>.localhost-1.0] LocalStack Pro: tests/integration/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[--<random>.localhost-1.0] HTTP Status Code: 200
    • test_custom_domains[--<random>.localhost-2.0] LocalStack Pro: tests/integration/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[--<random>.localhost-2.0] HTTP Status Code: 200
    • test_custom_domains[--<random>.localhost.localstack.cloud-1.0] LocalStack Pro: tests/integration/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[--<random>.localhost.localstack.cloud-1.0] HTTP Status Code: 200
    • test_custom_domains[--<random>.localhost.localstack.cloud-2.0] LocalStack Pro: tests/integration/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[--<random>.localhost.localstack.cloud-2.0] HTTP Status Code: 200
    • test_custom_domains[-base1-<random>.example.com-1.0] LocalStack Pro: tests/integration/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[-base1-<random>.example.com-1.0] HTTP Status Code: 200
    • test_custom_domains[-base1-<random>.example.com-2.0] LocalStack Pro: tests/integration/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[-base1-<random>.example.com-2.0] HTTP Status Code: 200
    • test_custom_domains[-base1-<random>.localhost-1.0] LocalStack Pro: tests/integration/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[-base1-<random>.localhost-1.0] HTTP Status Code: 200
    • test_custom_domains[-base1-<random>.localhost-2.0] LocalStack Pro: tests/integration/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[-base1-<random>.localhost-2.0] HTTP Status Code: 200
    • test_custom_domains[-base1-<random>.localhost.localstack.cloud-1.0] LocalStack Pro: tests/integration/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[-base1-<random>.localhost.localstack.cloud-1.0] HTTP Status Code: 200
    • test_custom_domains[-base1-<random>.localhost.localstack.cloud-2.0] LocalStack Pro: tests/integration/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[-base1-<random>.localhost.localstack.cloud-2.0] HTTP Status Code: 200
    • test_custom_domains[stage1--<random>.example.com-1.0] LocalStack Pro: tests/integration/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[stage1--<random>.example.com-1.0] HTTP Status Code: 200
    • test_custom_domains[stage1--<random>.example.com-2.0] LocalStack Pro: tests/integration/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[stage1--<random>.example.com-2.0] HTTP Status Code: 200
    • test_custom_domains[stage1--<random>.localhost-1.0] LocalStack Pro: tests/integration/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[stage1--<random>.localhost-1.0] HTTP Status Code: 200
    • test_custom_domains[stage1--<random>.localhost-2.0] LocalStack Pro: tests/integration/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[stage1--<random>.localhost-2.0] HTTP Status Code: 200
    • test_custom_domains[stage1--<random>.localhost.localstack.cloud-1.0] LocalStack Pro: tests/integration/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[stage1--<random>.localhost.localstack.cloud-1.0] HTTP Status Code: 200
    • test_custom_domains[stage1--<random>.localhost.localstack.cloud-2.0] LocalStack Pro: tests/integration/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[stage1--<random>.localhost.localstack.cloud-2.0] HTTP Status Code: 200
    • test_custom_domains[stage1-base1-<random>.example.com-1.0] LocalStack Pro: tests/integration/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[stage1-base1-<random>.example.com-1.0] HTTP Status Code: 200
    • test_custom_domains[stage1-base1-<random>.example.com-2.0] LocalStack Pro: tests/integration/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[stage1-base1-<random>.example.com-2.0] HTTP Status Code: 200
    • test_custom_domains[stage1-base1-<random>.localhost-1.0] LocalStack Pro: tests/integration/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[stage1-base1-<random>.localhost-1.0] HTTP Status Code: 200
    • test_custom_domains[stage1-base1-<random>.localhost-2.0] LocalStack Pro: tests/integration/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[stage1-base1-<random>.localhost-2.0] HTTP Status Code: 200
    • test_custom_domains[stage1-base1-<random>.localhost.localstack.cloud-1.0] LocalStack Pro: tests/integration/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[stage1-base1-<random>.localhost.localstack.cloud-1.0] HTTP Status Code: 200
    • test_custom_domains[stage1-base1-<random>.localhost.localstack.cloud-2.0] LocalStack Pro: tests/integration/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[stage1-base1-<random>.localhost.localstack.cloud-2.0] HTTP Status Code: 200
    • test_http_lambda_authorizers[eu-west-1-UrlType.HOST_BASED-1.0-ANY] LocalStack Pro: tests/integration/apigateway/test_http_apis.py::TestHttpApis::test_http_lambda_authorizers[eu-west-1-UrlType.HOST_BASED-1.0-ANY] HTTP Status Code: 200 AWS validated
    • test_http_lambda_authorizers[eu-west-1-UrlType.HOST_BASED-1.0-POST] LocalStack Pro: tests/integration/apigateway/test_http_apis.py::TestHttpApis::test_http_lambda_authorizers[eu-west-1-UrlType.HOST_BASED-1.0-POST] HTTP Status Code: 200 AWS validated
    • test_http_lambda_authorizers[eu-west-1-UrlType.HOST_BASED-2.0-ANY] LocalStack Pro: tests/integration/apigateway/test_http_apis.py::TestHttpApis::test_http_lambda_authorizers[eu-west-1-UrlType.HOST_BASED-2.0-ANY] HTTP Status Code: 200 AWS validated
    • test_http_lambda_authorizers[eu-west-1-UrlType.HOST_BASED-2.0-POST] LocalStack Pro: tests/integration/apigateway/test_http_apis.py::TestHttpApis::test_http_lambda_authorizers[eu-west-1-UrlType.HOST_BASED-2.0-POST] HTTP Status Code: 200 AWS validated
    • test_http_lambda_authorizers[eu-west-1-UrlType.PATH_BASED-1.0-ANY] LocalStack Pro: tests/integration/apigateway/test_http_apis.py::TestHttpApis::test_http_lambda_authorizers[eu-west-1-UrlType.PATH_BASED-1.0-ANY] HTTP Status Code: 200 AWS validated
    • test_http_lambda_authorizers[eu-west-1-UrlType.PATH_BASED-1.0-POST] LocalStack Pro: tests/integration/apigateway/test_http_apis.py::TestHttpApis::test_http_lambda_authorizers[eu-west-1-UrlType.PATH_BASED-1.0-POST] HTTP Status Code: 200 AWS validated
    • test_http_lambda_authorizers[eu-west-1-UrlType.PATH_BASED-2.0-ANY] LocalStack Pro: tests/integration/apigateway/test_http_apis.py::TestHttpApis::test_http_lambda_authorizers[eu-west-1-UrlType.PATH_BASED-2.0-ANY] HTTP Status Code: 200 AWS validated
    • test_http_lambda_authorizers[eu-west-1-UrlType.PATH_BASED-2.0-POST] LocalStack Pro: tests/integration/apigateway/test_http_apis.py::TestHttpApis::test_http_lambda_authorizers[eu-west-1-UrlType.PATH_BASED-2.0-POST] HTTP Status Code: 200 AWS validated
    • test_http_lambda_authorizers[us-east-1-UrlType.HOST_BASED-1.0-ANY] LocalStack Pro: tests/integration/apigateway/test_http_apis.py::TestHttpApis::test_http_lambda_authorizers[us-east-1-UrlType.HOST_BASED-1.0-ANY] HTTP Status Code: 200 AWS validated
    • test_http_lambda_authorizers[us-east-1-UrlType.HOST_BASED-1.0-POST] LocalStack Pro: tests/integration/apigateway/test_http_apis.py::TestHttpApis::test_http_lambda_authorizers[us-east-1-UrlType.HOST_BASED-1.0-POST] HTTP Status Code: 200 AWS validated
    • test_http_lambda_authorizers[us-east-1-UrlType.HOST_BASED-2.0-ANY] LocalStack Pro: tests/integration/apigateway/test_http_apis.py::TestHttpApis::test_http_lambda_authorizers[us-east-1-UrlType.HOST_BASED-2.0-ANY] HTTP Status Code: 200 AWS validated
    • test_http_lambda_authorizers[us-east-1-UrlType.HOST_BASED-2.0-POST] LocalStack Pro: tests/integration/apigateway/test_http_apis.py::TestHttpApis::test_http_lambda_authorizers[us-east-1-UrlType.HOST_BASED-2.0-POST] HTTP Status Code: 200 AWS validated
    • test_http_lambda_authorizers[us-east-1-UrlType.PATH_BASED-1.0-ANY] LocalStack Pro: tests/integration/apigateway/test_http_apis.py::TestHttpApis::test_http_lambda_authorizers[us-east-1-UrlType.PATH_BASED-1.0-ANY] HTTP Status Code: 200 AWS validated
    • test_http_lambda_authorizers[us-east-1-UrlType.PATH_BASED-1.0-POST] LocalStack Pro: tests/integration/apigateway/test_http_apis.py::TestHttpApis::test_http_lambda_authorizers[us-east-1-UrlType.PATH_BASED-1.0-POST] HTTP Status Code: 200 AWS validated
    • test_http_lambda_authorizers[us-east-1-UrlType.PATH_BASED-2.0-ANY] LocalStack Pro: tests/integration/apigateway/test_http_apis.py::TestHttpApis::test_http_lambda_authorizers[us-east-1-UrlType.PATH_BASED-2.0-ANY] HTTP Status Code: 200 AWS validated
    • test_http_lambda_authorizers[us-east-1-UrlType.PATH_BASED-2.0-POST] LocalStack Pro: tests/integration/apigateway/test_http_apis.py::TestHttpApis::test_http_lambda_authorizers[us-east-1-UrlType.PATH_BASED-2.0-POST] HTTP Status Code: 200 AWS validated
    • test_http_to_lambda_payload_v2 LocalStack Pro: tests/integration/apigateway/test_http_apis.py::TestHttpApis::test_http_to_lambda_payload_v2 HTTP Status Code: 200 AWS validated
    • test_lambda_authorizer_with_aws_proxy_integration[1.0] LocalStack Pro: tests/integration/apigateway/test_http_apis.py::TestHttpApis::test_lambda_authorizer_with_aws_proxy_integration[1.0] HTTP Status Code: 200
    • test_lambda_authorizer_with_aws_proxy_integration[2.0] LocalStack Pro: tests/integration/apigateway/test_http_apis.py::TestHttpApis::test_lambda_authorizer_with_aws_proxy_integration[2.0] HTTP Status Code: 200
    • test_lambda_authorizer_with_no_payload_format_version LocalStack Pro: tests/integration/apigateway/test_http_apis.py::TestHttpApis::test_lambda_authorizer_with_no_payload_format_version HTTP Status Code: 200
    • test_lambda_events[1.0] LocalStack Pro: tests/integration/apigateway/test_http_apis.py::TestHttpApis::test_lambda_events[1.0] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_events[2.0] LocalStack Pro: tests/integration/apigateway/test_http_apis.py::TestHttpApis::test_lambda_events[2.0] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_handling_binary_data[200] LocalStack Pro: tests/integration/apigateway/test_http_apis.py::TestHttpApis::test_lambda_handling_binary_data[200] HTTP Status Code: 200
    • test_lambda_handling_binary_data[404] LocalStack Pro: tests/integration/apigateway/test_http_apis.py::TestHttpApis::test_lambda_handling_binary_data[404] HTTP Status Code: 200
    • test_lambda_handling_form_urlencoded_data[False] LocalStack Pro: tests/integration/apigateway/test_http_apis.py::TestHttpApis::test_lambda_handling_form_urlencoded_data[False] HTTP Status Code: 200
    • test_lambda_handling_form_urlencoded_data[True] LocalStack Pro: tests/integration/apigateway/test_http_apis.py::TestHttpApis::test_lambda_handling_form_urlencoded_data[True] HTTP Status Code: 200
    • test_lambda_jwt_authorizer[bogus-1.0] LocalStack Pro: tests/integration/apigateway/test_http_apis.py::TestHttpApis::test_lambda_jwt_authorizer[bogus-1.0] HTTP Status Code: 200 AWS validated
    • test_lambda_jwt_authorizer[bogus-2.0] LocalStack Pro: tests/integration/apigateway/test_http_apis.py::TestHttpApis::test_lambda_jwt_authorizer[bogus-2.0] HTTP Status Code: 200 AWS validated
    • test_lambda_jwt_authorizer[http://localhost:4566-1.0] LocalStack Pro: tests/integration/apigateway/test_http_apis.py::TestHttpApis::test_lambda_jwt_authorizer[http://localhost:4566-1.0] HTTP Status Code: 200 AWS validated
    • test_lambda_jwt_authorizer[http://localhost:4566-2.0] LocalStack Pro: tests/integration/apigateway/test_http_apis.py::TestHttpApis::test_lambda_jwt_authorizer[http://localhost:4566-2.0] HTTP Status Code: 200 AWS validated
    • test_lambda_request_authorizer[1.0] LocalStack Pro: tests/integration/apigateway/test_http_apis.py::TestHttpApis::test_lambda_request_authorizer[1.0] HTTP Status Code: 200
    • test_lambda_request_authorizer[2.0] LocalStack Pro: tests/integration/apigateway/test_http_apis.py::TestHttpApis::test_lambda_request_authorizer[2.0] HTTP Status Code: 200
    • test_lambda_return_gzip_response LocalStack Pro: tests/integration/apigateway/test_http_apis.py::TestHttpApis::test_lambda_return_gzip_response HTTP Status Code: 200
    • test_step_functions_integration[host_based_url-1.0] LocalStack Pro: tests/integration/apigateway/test_http_apis.py::TestHttpApis::test_step_functions_integration[host_based_url-1.0] HTTP Status Code: 200 AWS validated
    • test_step_functions_integration[path_based_url-1.0] LocalStack Pro: tests/integration/apigateway/test_http_apis.py::TestHttpApis::test_step_functions_integration[path_based_url-1.0] HTTP Status Code: 200 AWS validated
    • test_apigw_v1_lambda_request_authorizer LocalStack Pro: tests/integration/apigateway/test_rest_apis.py::TestRestAPIs::test_apigw_v1_lambda_request_authorizer HTTP Status Code: 200
    • test_cognito_authorizer_token_types[client_credentials] LocalStack Pro: tests/integration/apigateway/test_rest_apis.py::TestRestAPIs::test_cognito_authorizer_token_types[client_credentials] HTTP Status Code: 200 AWS validated
    • test_cognito_authorizer_token_types[username] LocalStack Pro: tests/integration/apigateway/test_rest_apis.py::TestRestAPIs::test_cognito_authorizer_token_types[username] HTTP Status Code: 200 AWS validated
    • test_cognito_authorizers[host_based_url-ANY] LocalStack Pro: tests/integration/apigateway/test_rest_apis.py::TestRestAPIs::test_cognito_authorizers[host_based_url-ANY] HTTP Status Code: 200 AWS validated
    • test_cognito_authorizers[host_based_url-GET] LocalStack Pro: tests/integration/apigateway/test_rest_apis.py::TestRestAPIs::test_cognito_authorizers[host_based_url-GET] HTTP Status Code: 200 AWS validated
    • test_cognito_authorizers[path_based_url-ANY] LocalStack Pro: tests/integration/apigateway/test_rest_apis.py::TestRestAPIs::test_cognito_authorizers[path_based_url-ANY] HTTP Status Code: 200 AWS validated
    • test_cognito_authorizers[path_based_url-GET] LocalStack Pro: tests/integration/apigateway/test_rest_apis.py::TestRestAPIs::test_cognito_authorizers[path_based_url-GET] HTTP Status Code: 200 AWS validated
    • test_custom_authorizer[CUSTOM-GET] LocalStack Pro: tests/integration/apigateway/test_rest_apis.py::TestRestAPIs::test_custom_authorizer[CUSTOM-GET] HTTP Status Code: 200
    • test_custom_authorizer[CUSTOM-POST] LocalStack Pro: tests/integration/apigateway/test_rest_apis.py::TestRestAPIs::test_custom_authorizer[CUSTOM-POST] HTTP Status Code: 200
    • test_custom_authorizer[NONE-GET] LocalStack Pro: tests/integration/apigateway/test_rest_apis.py::TestRestAPIs::test_custom_authorizer[NONE-GET] HTTP Status Code: 200
    • test_custom_authorizer[NONE-GET] LocalStack Pro: tests/integration/apigateway/test_rest_apis.py::TestRestAPIs::test_custom_authorizer[NONE-GET] HTTP Status Code: 200
    • test_custom_authorizer[NONE-POST] LocalStack Pro: tests/integration/apigateway/test_rest_apis.py::TestRestAPIs::test_custom_authorizer[NONE-POST] HTTP Status Code: 200
    • test_invoke_custom_domain LocalStack Pro: tests/integration/apigateway/test_rest_apis.py::TestRestAPIs::test_invoke_custom_domain HTTP Status Code: 200
    • test_lambda_request_authorizer_different_paths[UrlType.HOST_BASED] LocalStack Pro: tests/integration/apigateway/test_rest_apis.py::TestRestAPIs::test_lambda_request_authorizer_different_paths[UrlType.HOST_BASED] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_request_authorizer_different_paths[UrlType.PATH_BASED] LocalStack Pro: tests/integration/apigateway/test_rest_apis.py::TestRestAPIs::test_lambda_request_authorizer_different_paths[UrlType.PATH_BASED] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_token_authorizer LocalStack Pro: tests/integration/apigateway/test_rest_apis.py::TestRestAPIs::test_lambda_token_authorizer HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_token_authorizer_event_payload LocalStack Pro: tests/integration/apigateway/test_rest_apis.py::TestRestAPIs::test_lambda_token_authorizer_event_payload HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_token_authorizer_path_suffixes LocalStack Pro: tests/integration/apigateway/test_rest_apis.py::TestRestAPIs::test_lambda_token_authorizer_path_suffixes HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_rest_import_openapi_3_0 LocalStack Pro: tests/integration/apigateway/test_rest_apis.py::TestRestAPIs::test_rest_import_openapi_3_0 HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_connect_disconnect_always_called LocalStack Pro: tests/integration/apigateway/test_websocket_apis.py::TestWebSockets::test_connect_disconnect_always_called HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_websocket_api[AWS_PROXY-False-False] LocalStack Pro: tests/integration/apigateway/test_websocket_apis.py::TestWebSockets::test_websocket_api[AWS_PROXY-False-False] HTTP Status Code: 200
    • test_websocket_api[AWS_PROXY-False-True] LocalStack Pro: tests/integration/apigateway/test_websocket_apis.py::TestWebSockets::test_websocket_api[AWS_PROXY-False-True] HTTP Status Code: 200
    • test_websocket_api_reject_connect[True-False] LocalStack Pro: tests/integration/apigateway/test_websocket_apis.py::TestWebSockets::test_websocket_api_reject_connect[True-False] HTTP Status Code: 200
    • test_websocket_api_reject_connect[True-True] LocalStack Pro: tests/integration/apigateway/test_websocket_apis.py::TestWebSockets::test_websocket_api_reject_connect[True-True] HTTP Status Code: 200
    • test_ws_connection_with_invalid_auth LocalStack Pro: tests/integration/apigateway/test_websocket_apis.py::TestWebSockets::test_ws_connection_with_invalid_auth HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cognito_authorization_auth_context_propagated LocalStack Pro: tests/integration/appsync/test_appsync.py::TestAppSync::test_cognito_authorization_auth_context_propagated HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cognito_authorization_auth_context_propagated_without_groups LocalStack Pro: tests/integration/appsync/test_appsync.py::TestAppSync::test_cognito_authorization_auth_context_propagated_without_groups HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_authorization LocalStack Pro: tests/integration/appsync/test_appsync.py::TestAppSync::test_lambda_authorization HTTP Status Code: 200 AWS validated
    • test_generic_extension_full_lifecycle LocalStack Pro: tests/integration/awslambda/test_lambda_extensions_api.py::TestExtensionsApi::test_generic_extension_full_lifecycle HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_basic_xray_integration LocalStack Pro: tests/integration/awslambda/test_lambda_xray.py::TestLambdaXrayIntegration::test_basic_xray_integration HTTP Status Code: 200 AWS validated
    • test_cloudfront_distribution_with_logging LocalStack Pro: tests/integration/cloudformation/resources/test_cloudfront.py::test_cloudfront_distribution_with_logging HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cloudfront_distribution_with_logging LocalStack Pro: tests/integration/cloudformation/resources/test_cloudfront.py::test_cloudfront_distribution_with_logging HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_customresource_lambda_backed LocalStack Pro: tests/integration/cloudformation/resources/test_customresources.py::test_customresource_lambda_backed HTTP Status Code: 200
    • test_customresource_lambda_backed LocalStack Pro: tests/integration/cloudformation/resources/test_customresources.py::test_customresource_lambda_backed HTTP Status Code: 200
    • test_lambda_layer_python