Skip to content

Liberxue/aws-iot-console

Repository files navigation

aws-iot-console

login

dashboard

dashboardTail

Category Resource name Operation Provider plugin
Auth awsiotconsoleb179285c Create awscloudformation
Function lambdaThingTriggerf368232f Create awscloudformation
Function lambdaThing Create awscloudformation
Function ThingLogModelTrigger6fe99b16 Create awscloudformation
Function lambdaThingLog Create awscloudformation
Storage lambdaThing Create awscloudformation
Storage ThingLogModel Create awscloudformation
Api ConsoleRESTAPI Create awscloudformation

Quick Start

git clone https://github.com/Liberxue/aws-iot-console.git
cd aws-iot-console
yarn install
amplify configure
amplify init
amplify add api
amplify add analytics

env

var environment = process.env.ENV
var region = process.env.REGION
var apiBetatestGraphQLAPIIdOutput = process.env.API_BETATEST_GRAPHQLAPIIDOUTPUT
var apiBetatestGraphQLAPIEndpointOutput = process.env.API_BETATEST_GRAPHQLAPIENDPOINTOUTPUT
amplify add auth
amplify auth console
amplify status
amplify push

Compiles and hot-reloads for development

yarn serve

Compiles and minifies for production

yarn build

Lints and fixes files

yarn lint

Destroy

Deletes all of the resources tied to the project from the cloud

amplify delete