diff --git a/agent/lib_aws_sdk_php.c b/agent/lib_aws_sdk_php.c index 5694443a7..525a2c2eb 100644 --- a/agent/lib_aws_sdk_php.c +++ b/agent/lib_aws_sdk_php.c @@ -340,10 +340,6 @@ void nr_lib_aws_sdk_php_lambda_handle(nr_segment_t* auto_segment, /* reconstruct the ARN */ nr_aws_lambda_invoke(NR_EXECUTE_ORIG_ARGS, &cloud_attrs); - if (NULL == cloud_attrs.cloud_resource_id) { - /* we do not want to instrument if we cannot reconstruct the ARN */ - return; - } /* * By this point, it's been determined that this call will be instrumented so