{"id":18887337,"url":"https://github.com/liberxue/aws-iot-console","last_synced_at":"2026-05-09T00:12:39.746Z","repository":{"id":38236244,"uuid":"439544695","full_name":"Liberxue/aws-iot-console","owner":"Liberxue","description":"Serverless IoT Application Console","archived":false,"fork":false,"pushed_at":"2024-10-15T08:16:42.000Z","size":2285,"stargazers_count":0,"open_issues_count":3,"forks_count":0,"subscribers_count":2,"default_branch":"feature/dev","last_synced_at":"2025-05-31T11:43:47.841Z","etag":null,"topics":["amplify","amplify-auth","amplify-console","amplify-js","aws","aws-cloudformation","aws-dynamodb","aws-lambda","dynamodb","graphql","graphql-api","iot","lambdafunction","low-code","no-code"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Liberxue.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2021-12-18T06:26:20.000Z","updated_at":"2024-10-15T08:16:40.000Z","dependencies_parsed_at":"2024-11-08T07:36:45.354Z","dependency_job_id":"1ed10f2c-c3ad-444c-9cd6-d2bf69b8339c","html_url":"https://github.com/Liberxue/aws-iot-console","commit_stats":null,"previous_names":[],"tags_count":0,"template":true,"template_full_name":null,"purl":"pkg:github/Liberxue/aws-iot-console","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Liberxue%2Faws-iot-console","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Liberxue%2Faws-iot-console/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Liberxue%2Faws-iot-console/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Liberxue%2Faws-iot-console/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Liberxue","download_url":"https://codeload.github.com/Liberxue/aws-iot-console/tar.gz/refs/heads/feature/dev","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Liberxue%2Faws-iot-console/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32802607,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-08T08:22:46.396Z","status":"ssl_error","status_checked_at":"2026-05-08T08:22:45.650Z","response_time":54,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["amplify","amplify-auth","amplify-console","amplify-js","aws","aws-cloudformation","aws-dynamodb","aws-lambda","dynamodb","graphql","graphql-api","iot","lambdafunction","low-code","no-code"],"created_at":"2024-11-08T07:36:35.788Z","updated_at":"2026-05-09T00:12:39.728Z","avatar_url":"https://github.com/Liberxue.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# aws-iot-console\n\n![login](./pic/login.png)\n\n![dashboard](./pic/dashboard.png)\n\n![dashboardTail](./pic/dashboard_detail.png)\n\n\n|Category|Resource name|Operation |Provider plugin|\n| ----------- | ----------- |----------- |----------- |\n| Auth     | awsiotconsoleb179285c        | Create    | awscloudformation |\n| Function | lambdaThingTriggerf368232f   | Create    | awscloudformation |\n| Function | lambdaThing                  | Create    | awscloudformation |\n| Function | ThingLogModelTrigger6fe99b16 | Create    | awscloudformation |\n| Function | lambdaThingLog               | Create    | awscloudformation |\n| Storage  | lambdaThing                  | Create    | awscloudformation |\n| Storage  | ThingLogModel                | Create    | awscloudformation |\n| Api      | ConsoleRESTAPI               | Create    | awscloudformation |\n\n\n## Quick Start\n\n```shell\ngit clone https://github.com/Liberxue/aws-iot-console.git\n```\n```shell\ncd aws-iot-console\n```\n\n```shell\nyarn install\n```\n\n####  [amplify](https://docs.amplify.aws/cli/start/install)\n\n```shell\namplify configure\n```\n\n```shell\namplify init\n```\n\n\n### [REST API](https://docs.amplify.aws/lib/restapi/getting-started/q/platform/js/#configure-your-application)\n\n```shell\namplify add api\n```\n\n### [analytics](https://docs.amplify.aws/lib/analytics/getting-started/q/platform/js/#configure-your-app)\n\n```shell\namplify add analytics\n```\n### [Cognito Lambda](https://docs.amplify.aws/cli/function/#function-templates)\n\n#### env \n```shell\nvar environment = process.env.ENV\nvar region = process.env.REGION\nvar apiBetatestGraphQLAPIIdOutput = process.env.API_BETATEST_GRAPHQLAPIIDOUTPUT\nvar apiBetatestGraphQLAPIEndpointOutput = process.env.API_BETATEST_GRAPHQLAPIENDPOINTOUTPUT\n```\n\n### [Authentication](https://docs.amplify.aws/cli/auth/overview/)\n\n\n```shell\namplify add auth\n```\n\n```shell\namplify auth console\n\n```\n\n\n```shell\namplify status\n\n```\n\n```shell\namplify push\n```\n\n### Compiles and hot-reloads for development\n```shell\nyarn serve\n```\n\n### Compiles and minifies for production\n\n```shell\nyarn build\n```\n\n### Lints and fixes files\n```shell\nyarn lint\n```\n\n\n### Destroy\n#### *Deletes all of the resources tied to the project from the cloud*\n```shell\namplify delete\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fliberxue%2Faws-iot-console","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fliberxue%2Faws-iot-console","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fliberxue%2Faws-iot-console/lists"}