iot-application
iot-application copied to clipboard
Visualize your AWS IoT data with the IoT Application.
Consuming IoT App Kit dashboard currently pulls in every other module as a dependency. We need this to be tree-shakable.
Add `/playwright/.auth/user.json` and `/apps/core/.cognito/db/us-west-2_h23TJjQR9.json` to `.gitignore`.
Currently, the `yarn.lock` file lists dependencies that work on MacOS. However, the same dependencies does not work on the [`node:alphine` image](https://github.com/awslabs/iot-application/blob/main/Dockerfile#L3). Please work on compatibility and add `--frozen-lockfile` flag to...
Document the architecture of the deployment infrastructure to provide understanding to contributors and users.
Document the architecture of `core` to provide understanding to contributors.
Document the architecture of the client to provide understanding to contributors.
Notifications are expected to have the UX behavior (defined by Cloudscape)[https://cloudscape.design/components/flashbar/?tabId=usage]. There are two issues with our implementation: 1. A side-effect occurs. Users of the `useApplication` hook must understand that...
**Describe the bug** Ec2InstanceRole cannot be found while deploying the CloudFormation template. `DeploymentEC2InstanceProfile` causes this error. `DeploymentEC2InstanceProfile` is cancelled. **To Reproduce** 1. Download the CloudFormation template from the repository. 2....
Bumps the tanstack group with 3 updates in the / directory: [@tanstack/react-query](https://github.com/TanStack/query/tree/HEAD/packages/react-query), [@tanstack/eslint-plugin-query](https://github.com/TanStack/query/tree/HEAD/packages/eslint-plugin-query) and [@tanstack/react-query-devtools](https://github.com/TanStack/query/tree/HEAD/packages/react-query-devtools). Updates `@tanstack/react-query` from 5.24.1 to 5.48.0 Release notes Sourced from @tanstack/react-query's releases. v5.48.0 Version 5.48.0...