AWS iot-twinmaker documentation change
Summary
Updated Lambda and CDK documentation links with double slashes in URLs
Security assessment
The changes correct URL formatting without modifying security guidance. Testing recommendations remain unchanged and no new security features are documented.
Diff
diff --git a/iot-twinmaker/latest/guide/time-series-data-connectors-example.md b/iot-twinmaker/latest/guide/time-series-data-connectors-example.md index 589480f17..a84c143db 100644 --- a//iot-twinmaker/latest/guide/time-series-data-connectors-example.md +++ b//iot-twinmaker/latest/guide/time-series-data-connectors-example.md @@ -9 +9 @@ Example cookie factory component typesExample Lambda -The complete [code of the cookie factory](https://github.com/aws-samples/aws-iot-twinmaker-samples/blob/main/src/modules/timestream_telemetry/lambda_function/udq_data_reader.py) Lambda function is available on GitHub. Though you can still update the implementation after you link the connector to the component type, we strongly recommend you verify the Lambda connector before integrating with AWS IoT TwinMaker. You can test your Lambda function in the Lambda console or locally in the AWS CDK. For more information on testing your Lambda functions, see [Testing Lambda functions](https://docs.aws.amazon.com/lambda/latest/dg/testing-functions.html), and [Locally testing AWS CDK applications](https://docs.aws.amazon.com/serverless-application-model/latest/developerguide/serverless-cdk-testing.html). +The complete [code of the cookie factory](https://github.com/aws-samples/aws-iot-twinmaker-samples/blob/main/src/modules/timestream_telemetry/lambda_function/udq_data_reader.py) Lambda function is available on GitHub. Though you can still update the implementation after you link the connector to the component type, we strongly recommend you verify the Lambda connector before integrating with AWS IoT TwinMaker. You can test your Lambda function in the Lambda console or locally in the AWS CDK. For more information on testing your Lambda functions, see [Testing Lambda functions](https://docs.aws.amazon.com//lambda/latest/dg/testing-functions.html), and [Locally testing AWS CDK applications](https://docs.aws.amazon.com//serverless-application-model/latest/developerguide/serverless-cdk-testing.html).