Hello,
I’m currently using community TTN in one of my applications, but as a next step I’m trying to go to a private solution using this new stack v3. My end application is working over AWS, so I’m using TTN EB stack (https://www.thethingsnetwork.org/docs/applications/aws/quick-start.html) in order to integrate it to AWS IoT Core, and do all that sync part between devices and “things”.
I was wondering if there is a solution for AWS integration as this EB stack I mentioned refers to parameters “Account Server” and “Discovery Server”, which I couldn’t relate to anything in this new TTN v3 stack. As I’m seeing some differences between parameters I’m assuming this EB stack won’t fit to this new TTN stack v3 (please correct me if I’m wrong!). Also some of my business logic depends on AWS Things and Shadows, and not only using the MQTT broker.
I understand I could develop an own approach to this integration, but in this first stage I’m trying to use existing and already developed tools, and until now I couldn’t find anything.
Thank you!