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 |
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
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
yarn serve
yarn build
yarn lint
amplify delete