Tag: AWS AppSync
-
AppSync Merged API – Our real project experience as part of our hackathon
AWS released a new feature for GraphQL APIs in May: Multiple AppSync APIs can be merged into one overall API. Our AI Hackathon gave us the opportunity to test the new Merged API feature in a real-world project. Why are Merged APIs such a useful feature? When designing complex software, it is common to break…
-
Building a smart home sensor application with AWS AppSync and AWS Amplify components
Collecting sensor data such as temperature values is an example of smart home use cases. To display sensor data in real time, the use of AWS AppSync / GraphQL with its real-time message transmission capabilities is a good choice. This blog article describes how to implement a GraphQL backend using AWS AppSync. An Angular-based web…