UNPKG

@softchef/cdk-iot-device-management

Version:

IoT device management is composed of things, thing types, thing groups, jobs, files API services. The constructs can be used independently, that are based on full-managed service to create an API Gateway & Lambda function.

31 lines (30 loc) 829 B
{ "name": "@aws-crypto/util", "version": "2.0.1", "scripts": { "prepublishOnly": "tsc", "pretest": "tsc -p tsconfig.test.json", "test": "mocha --require ts-node/register test/**/*test.ts" }, "main": "./build/index.js", "types": "./build/index.d.ts", "repository": { "type": "git", "url": "git@github.com:aws/aws-sdk-js-crypto-helpers.git" }, "author": { "name": "AWS Crypto Tools Team", "email": "aws-cryptools@amazon.com", "url": "https://docs.aws.amazon.com/aws-crypto-tools/index.html?id=docs_gateway#lang/en_us" }, "license": "Apache-2.0", "dependencies": { "@aws-sdk/types": "^3.1.0", "@aws-sdk/util-utf8-browser": "^3.0.0", "tslib": "^1.11.1" }, "publishConfig": { "access": "public" }, "gitHead": "041546a97dd9c2b3a27029d893f07f1672bd5e8b" }