Skip to content

Commit 703d347

Browse files
committed
Updated logic for validating S3 target adapter bucket name
Updated logic for validating Lambda target adapter function name Documentation update
1 parent 15ccfa6 commit 703d347

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

docs/adapters/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ Protocol adapters in SFC (Shop Floor Connectivity) are interfaces that abstract
77
ADS (Automation Device Specification) protocol adapter enables reading data from Beckhoff PLCs and controllers using their native TwinCAT communication protocol.
88

99
- [**J1939 Protocol Configuration**](./j1939.md)
10+
-
1011
J1939 protocol adapter enables reading data from heavy-duty vehicle networks and equipment using the SAE J1939 standard over CAN bus
1112

1213
- [**MQTT Protocol Configuration**](./mqtt.md)

docs/core/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
Configuration for AWS IoT Core credential provider client that uses X.509 certificates to obtain temporary AWS credentials.
2222

2323
- [AwsServiceConfiguration](./aws-service-configuration.md)
24-
25-
Base configuration settings for AWS services
24+
25+
Base configuration settings for AWS services
2626

2727
- [BaseSourceConfiguration](./base-source-configuration.md)
2828

docs/targets/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
Shop Floor Connectivity target connectors enable data transmission from industrial devices to various destinations. These connectors handle the delivery of collected data, applying optional transformations using Apache Velocity templates. The following list details the available target connectors that can be configured to send your industrial data to different services and endpoints.
44

55
## Service targets
6+
67
- [**AWS IoT Analytics Target**](./aws-iot-analytics.md)
78

89
AWS IoT Analytics is a fully managed service that automates the collection, processing, enrichment, and analysis of IoT device data at scale.
@@ -44,6 +45,7 @@ Shop Floor Connectivity target connectors enable data transmission from industri
4445
Amazon Timestream is a managed time-series database service for IoT and operational data.
4546

4647
## Local targets
48+
4749
- **[AWS SiteWise Edge Target](./aws-sitewiseedge.md)**
4850

4951
AWS IoT SiteWise Edge enables local data collection and processing for industrial equipment.
@@ -70,6 +72,7 @@ Shop Floor Connectivity target connectors enable data transmission from industri
7072

7173

7274
## Intermediate adapters
75+
7376
- **[Router Target](./router.md)**
7477

7578
Routing target redirects data to alternate targets based on primary target delivery success or failure.

0 commit comments

Comments
 (0)