Use amazon AWS native API

Hi all,
I’m trying to connect Ignition with AWS IoT SiteWise using AWS native APIs instead of MQTT or IoT Bridge. The goal is to fetch and push data to SiteWise directly from Ignition scripts via AWS API.

Has anyone here implemented or tested this kind of direct AWS IoT SiteWise API integration in Ignition? Any examples or best practices would be great!

You could in theory load the AWS SDK via a custom module, but it's still going to be using MQTT/HTTP "under the hood" (as far as I can tell) so I'm not sure what advantage this would actually give you.

While you’re correct that loading the AWS SDK via a custom module ultimately uses MQTT or HTTP under the hood, there’s a specific customer demand to use AWS’s native SiteWise APIs to retrieve asset property values directly and plot trends accordingly. The advantage is that these APIs (like GetAssetPropertyValue and GetAssetPropertyAggregates) allow for targeted, secure, and auditable data access from the IoT side, which is ideal for both current and historical trend visualization and serves industrial requirements beyond generic telemetry streams.​

Given this scenario, how can the direct SDK/API methodology be best implemented for real-time or historical trend plotting—especially for use cases where customers require fine-grained control and visibility into their IoT asset metrics from their SCADA or dashboard systems? What steps and best practices would you recommend to achieve reliable, scalable integration with minimal latency and maximum security?

You are asking questions that belong in the Module Development category, and are so broad that you are unlikely to get a response, short of paying for help.

I'm not going to engage with you/your LLM any further than linking these posts where I go through a variety of things that are wrong.

1 Like