aws-iot-console 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 amplify configure amplify init REST API amplify add api analytics amplify add analytics Cognito Lambda 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 Authentication 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