@gradientedge/cdk-utils 4.4.7 → 4.5.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/app/api-destined-function/node_modules/.yarn-integrity +89 -2
- package/app/api-destined-function/node_modules/balanced-match/LICENSE.md +21 -0
- package/app/api-destined-function/node_modules/balanced-match/README.md +97 -0
- package/app/api-destined-function/node_modules/balanced-match/index.js +62 -0
- package/app/api-destined-function/node_modules/balanced-match/package.json +48 -0
- package/app/api-destined-function/node_modules/brace-expansion/LICENSE +21 -0
- package/app/api-destined-function/node_modules/brace-expansion/README.md +129 -0
- package/app/api-destined-function/node_modules/brace-expansion/index.js +201 -0
- package/app/api-destined-function/node_modules/brace-expansion/package.json +47 -0
- package/app/api-destined-function/node_modules/concat-map/.travis.yml +4 -0
- package/app/api-destined-function/node_modules/concat-map/LICENSE +18 -0
- package/app/api-destined-function/node_modules/concat-map/README.markdown +62 -0
- package/app/api-destined-function/node_modules/concat-map/example/map.js +6 -0
- package/app/api-destined-function/node_modules/concat-map/index.js +13 -0
- package/app/api-destined-function/node_modules/concat-map/package.json +43 -0
- package/app/api-destined-function/node_modules/fs.realpath/LICENSE +43 -0
- package/app/api-destined-function/node_modules/fs.realpath/README.md +33 -0
- package/app/api-destined-function/node_modules/fs.realpath/index.js +66 -0
- package/app/api-destined-function/node_modules/fs.realpath/old.js +303 -0
- package/app/api-destined-function/node_modules/fs.realpath/package.json +26 -0
- package/app/api-destined-function/node_modules/glob/LICENSE +21 -0
- package/app/api-destined-function/node_modules/glob/README.md +378 -0
- package/app/api-destined-function/node_modules/glob/common.js +236 -0
- package/app/api-destined-function/node_modules/glob/glob.js +787 -0
- package/app/api-destined-function/node_modules/glob/package.json +52 -0
- package/app/api-destined-function/node_modules/glob/sync.js +483 -0
- package/app/api-destined-function/node_modules/inflight/LICENSE +15 -0
- package/app/api-destined-function/node_modules/inflight/README.md +37 -0
- package/app/api-destined-function/node_modules/inflight/inflight.js +54 -0
- package/app/api-destined-function/node_modules/inflight/package.json +29 -0
- package/app/api-destined-function/node_modules/inherits/LICENSE +16 -0
- package/app/api-destined-function/node_modules/inherits/README.md +42 -0
- package/app/api-destined-function/node_modules/inherits/inherits.js +9 -0
- package/app/api-destined-function/node_modules/inherits/inherits_browser.js +27 -0
- package/app/api-destined-function/node_modules/inherits/package.json +29 -0
- package/app/api-destined-function/node_modules/minimatch/LICENSE +15 -0
- package/app/api-destined-function/node_modules/minimatch/README.md +209 -0
- package/app/api-destined-function/node_modules/minimatch/minimatch.js +952 -0
- package/app/api-destined-function/node_modules/minimatch/package.json +30 -0
- package/app/api-destined-function/node_modules/mkdirp/LICENSE +21 -0
- package/app/api-destined-function/node_modules/mkdirp/bin/cmd.js +68 -0
- package/app/api-destined-function/node_modules/mkdirp/index.js +31 -0
- package/app/api-destined-function/node_modules/mkdirp/lib/find-made.js +29 -0
- package/app/api-destined-function/node_modules/mkdirp/lib/mkdirp-manual.js +64 -0
- package/app/api-destined-function/node_modules/mkdirp/lib/mkdirp-native.js +39 -0
- package/app/api-destined-function/node_modules/mkdirp/lib/opts-arg.js +23 -0
- package/app/api-destined-function/node_modules/mkdirp/lib/path-arg.js +29 -0
- package/app/api-destined-function/node_modules/mkdirp/lib/use-native.js +10 -0
- package/app/api-destined-function/node_modules/mkdirp/package.json +44 -0
- package/app/api-destined-function/node_modules/mkdirp/readme.markdown +266 -0
- package/app/api-destined-function/node_modules/once/LICENSE +15 -0
- package/app/api-destined-function/node_modules/once/README.md +79 -0
- package/app/api-destined-function/node_modules/once/once.js +42 -0
- package/app/api-destined-function/node_modules/once/package.json +33 -0
- package/app/api-destined-function/node_modules/path-is-absolute/index.js +20 -0
- package/app/api-destined-function/node_modules/path-is-absolute/license +21 -0
- package/app/api-destined-function/node_modules/path-is-absolute/package.json +43 -0
- package/app/api-destined-function/node_modules/path-is-absolute/readme.md +59 -0
- package/app/api-destined-function/node_modules/rimraf/LICENSE +15 -0
- package/app/api-destined-function/node_modules/rimraf/README.md +101 -0
- package/app/api-destined-function/node_modules/rimraf/bin.js +68 -0
- package/app/api-destined-function/node_modules/rimraf/package.json +32 -0
- package/app/api-destined-function/node_modules/rimraf/rimraf.js +360 -0
- package/app/api-destined-function/node_modules/uuid/dist/bin/uuid +2 -0
- package/app/api-destined-function/node_modules/uuid/dist/esm-browser/index.js +9 -0
- package/app/api-destined-function/node_modules/uuid/dist/esm-browser/md5.js +215 -0
- package/app/api-destined-function/node_modules/uuid/dist/esm-browser/nil.js +1 -0
- package/app/api-destined-function/node_modules/uuid/dist/esm-browser/parse.js +35 -0
- package/app/api-destined-function/node_modules/uuid/dist/esm-browser/regex.js +1 -0
- package/app/api-destined-function/node_modules/uuid/dist/esm-browser/rng.js +19 -0
- package/app/api-destined-function/node_modules/uuid/dist/esm-browser/sha1.js +96 -0
- package/app/api-destined-function/node_modules/uuid/dist/esm-browser/stringify.js +30 -0
- package/app/api-destined-function/node_modules/uuid/dist/esm-browser/v1.js +95 -0
- package/app/api-destined-function/node_modules/uuid/dist/esm-browser/v3.js +4 -0
- package/app/api-destined-function/node_modules/uuid/dist/esm-browser/v35.js +64 -0
- package/app/api-destined-function/node_modules/uuid/dist/esm-browser/v4.js +24 -0
- package/app/api-destined-function/node_modules/uuid/dist/esm-browser/v5.js +4 -0
- package/app/api-destined-function/node_modules/uuid/dist/esm-browser/validate.js +7 -0
- package/app/api-destined-function/node_modules/uuid/dist/esm-browser/version.js +11 -0
- package/app/api-destined-function/node_modules/uuid/dist/esm-node/index.js +9 -0
- package/app/api-destined-function/node_modules/uuid/dist/esm-node/md5.js +13 -0
- package/app/api-destined-function/node_modules/uuid/dist/esm-node/nil.js +1 -0
- package/app/api-destined-function/node_modules/uuid/dist/esm-node/parse.js +35 -0
- package/app/api-destined-function/node_modules/uuid/dist/esm-node/regex.js +1 -0
- package/app/api-destined-function/node_modules/uuid/dist/esm-node/rng.js +12 -0
- package/app/api-destined-function/node_modules/uuid/dist/esm-node/sha1.js +13 -0
- package/app/api-destined-function/node_modules/uuid/dist/esm-node/stringify.js +29 -0
- package/app/api-destined-function/node_modules/uuid/dist/esm-node/v1.js +95 -0
- package/app/api-destined-function/node_modules/uuid/dist/esm-node/v3.js +4 -0
- package/app/api-destined-function/node_modules/uuid/dist/esm-node/v35.js +64 -0
- package/app/api-destined-function/node_modules/uuid/dist/esm-node/v4.js +24 -0
- package/app/api-destined-function/node_modules/uuid/dist/esm-node/v5.js +4 -0
- package/app/api-destined-function/node_modules/uuid/dist/esm-node/validate.js +7 -0
- package/app/api-destined-function/node_modules/uuid/dist/esm-node/version.js +11 -0
- package/app/api-destined-function/node_modules/uuid/dist/index.js +79 -0
- package/app/api-destined-function/node_modules/uuid/dist/md5-browser.js +223 -0
- package/app/api-destined-function/node_modules/uuid/dist/md5.js +23 -0
- package/app/api-destined-function/node_modules/uuid/dist/nil.js +8 -0
- package/app/api-destined-function/node_modules/uuid/dist/parse.js +45 -0
- package/app/api-destined-function/node_modules/uuid/dist/regex.js +8 -0
- package/app/api-destined-function/node_modules/uuid/dist/rng-browser.js +26 -0
- package/app/api-destined-function/node_modules/uuid/dist/rng.js +24 -0
- package/app/api-destined-function/node_modules/uuid/dist/sha1-browser.js +104 -0
- package/app/api-destined-function/node_modules/uuid/dist/sha1.js +23 -0
- package/app/api-destined-function/node_modules/uuid/dist/stringify.js +39 -0
- package/app/api-destined-function/node_modules/uuid/dist/umd/uuid.min.js +1 -0
- package/app/api-destined-function/node_modules/uuid/dist/umd/uuidNIL.min.js +1 -0
- package/app/api-destined-function/node_modules/uuid/dist/umd/uuidParse.min.js +1 -0
- package/app/api-destined-function/node_modules/uuid/dist/umd/uuidStringify.min.js +1 -0
- package/app/api-destined-function/node_modules/uuid/dist/umd/uuidValidate.min.js +1 -0
- package/app/api-destined-function/node_modules/uuid/dist/umd/uuidVersion.min.js +1 -0
- package/app/api-destined-function/node_modules/uuid/dist/umd/uuidv1.min.js +1 -0
- package/app/api-destined-function/node_modules/uuid/dist/umd/uuidv3.min.js +1 -0
- package/app/api-destined-function/node_modules/uuid/dist/umd/uuidv4.min.js +1 -0
- package/app/api-destined-function/node_modules/uuid/dist/umd/uuidv5.min.js +1 -0
- package/app/api-destined-function/node_modules/uuid/dist/uuid-bin.js +85 -0
- package/app/api-destined-function/node_modules/uuid/dist/v1.js +107 -0
- package/app/api-destined-function/node_modules/uuid/dist/v3.js +16 -0
- package/app/api-destined-function/node_modules/uuid/dist/v35.js +78 -0
- package/app/api-destined-function/node_modules/uuid/dist/v4.js +37 -0
- package/app/api-destined-function/node_modules/uuid/dist/v5.js +16 -0
- package/app/api-destined-function/node_modules/uuid/dist/validate.js +17 -0
- package/app/api-destined-function/node_modules/uuid/dist/version.js +21 -0
- package/app/api-destined-function/node_modules/wrappy/LICENSE +15 -0
- package/app/api-destined-function/node_modules/wrappy/README.md +36 -0
- package/app/api-destined-function/node_modules/wrappy/package.json +29 -0
- package/app/api-destined-function/node_modules/wrappy/wrappy.js +33 -0
- package/app/api-destined-function/package.json +6 -1
- package/app/api-destined-function/src/lib/lambda.ts +1 -3
- package/dist/app/api-destined-function/layers/nodejs/node_modules/.bin/uuid +2 -0
- package/dist/app/api-destined-function/layers/nodejs/node_modules/.yarn-integrity +109 -0
- package/dist/app/api-destined-function/layers/nodejs/node_modules/@types/uuid/LICENSE +21 -0
- package/dist/app/api-destined-function/layers/nodejs/node_modules/@types/uuid/README.md +16 -0
- package/dist/app/api-destined-function/layers/nodejs/node_modules/@types/uuid/index.d.mts +10 -0
- package/dist/app/api-destined-function/layers/nodejs/node_modules/@types/uuid/index.d.ts +80 -0
- package/dist/app/api-destined-function/layers/nodejs/node_modules/@types/uuid/package.json +54 -0
- package/dist/app/api-destined-function/layers/nodejs/node_modules/uuid/LICENSE.md +9 -0
- package/dist/app/api-destined-function/layers/nodejs/node_modules/uuid/README.md +505 -0
- package/dist/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/bin/uuid +2 -0
- package/dist/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/esm-browser/index.js +9 -0
- package/dist/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/esm-browser/md5.js +215 -0
- package/dist/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/esm-browser/nil.js +1 -0
- package/dist/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/esm-browser/parse.js +35 -0
- package/dist/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/esm-browser/regex.js +1 -0
- package/dist/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/esm-browser/rng.js +19 -0
- package/dist/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/esm-browser/sha1.js +96 -0
- package/dist/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/esm-browser/stringify.js +30 -0
- package/dist/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/esm-browser/v1.js +95 -0
- package/dist/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/esm-browser/v3.js +4 -0
- package/dist/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/esm-browser/v35.js +64 -0
- package/dist/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/esm-browser/v4.js +24 -0
- package/dist/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/esm-browser/v5.js +4 -0
- package/dist/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/esm-browser/validate.js +7 -0
- package/dist/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/esm-browser/version.js +11 -0
- package/dist/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/esm-node/index.js +9 -0
- package/dist/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/esm-node/md5.js +13 -0
- package/dist/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/esm-node/nil.js +1 -0
- package/dist/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/esm-node/parse.js +35 -0
- package/dist/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/esm-node/regex.js +1 -0
- package/dist/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/esm-node/rng.js +12 -0
- package/dist/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/esm-node/sha1.js +13 -0
- package/dist/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/esm-node/stringify.js +29 -0
- package/dist/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/esm-node/v1.js +95 -0
- package/dist/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/esm-node/v3.js +4 -0
- package/dist/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/esm-node/v35.js +64 -0
- package/dist/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/esm-node/v4.js +24 -0
- package/dist/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/esm-node/v5.js +4 -0
- package/dist/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/esm-node/validate.js +7 -0
- package/dist/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/esm-node/version.js +11 -0
- package/dist/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/index.js +79 -0
- package/dist/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/md5-browser.js +223 -0
- package/dist/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/md5.js +23 -0
- package/dist/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/nil.js +8 -0
- package/dist/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/parse.js +45 -0
- package/dist/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/regex.js +8 -0
- package/dist/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/rng-browser.js +26 -0
- package/dist/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/rng.js +24 -0
- package/dist/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/sha1-browser.js +104 -0
- package/dist/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/sha1.js +23 -0
- package/dist/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/stringify.js +39 -0
- package/dist/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/umd/uuid.min.js +1 -0
- package/dist/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/umd/uuidNIL.min.js +1 -0
- package/dist/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/umd/uuidParse.min.js +1 -0
- package/dist/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/umd/uuidStringify.min.js +1 -0
- package/dist/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/umd/uuidValidate.min.js +1 -0
- package/dist/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/umd/uuidVersion.min.js +1 -0
- package/dist/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/umd/uuidv1.min.js +1 -0
- package/dist/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/umd/uuidv3.min.js +1 -0
- package/dist/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/umd/uuidv4.min.js +1 -0
- package/dist/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/umd/uuidv5.min.js +1 -0
- package/dist/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/uuid-bin.js +85 -0
- package/dist/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/v1.js +107 -0
- package/dist/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/v3.js +16 -0
- package/dist/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/v35.js +78 -0
- package/dist/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/v4.js +37 -0
- package/dist/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/v5.js +16 -0
- package/dist/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/validate.js +17 -0
- package/dist/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/version.js +21 -0
- package/dist/app/api-destined-function/layers/nodejs/node_modules/uuid/package.json +135 -0
- package/dist/app/api-destined-function/layers/nodejs/node_modules/uuid/wrapper.mjs +10 -0
- package/dist/app/api-destined-function/layers/nodejs/package.json +30 -0
- package/dist/app/api-destined-function/src/lib/lambda.d.ts +17 -0
- package/dist/app/api-destined-function/src/lib/lambda.d.ts.map +1 -0
- package/dist/app/api-destined-function/src/lib/lambda.js +32 -0
- package/dist/app/api-destined-function/src/lib/lambda.js.map +1 -0
- package/dist/index.d.ts +6 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js.map +1 -0
- package/dist/src/lib/common/construct.d.ts +81 -0
- package/dist/src/lib/common/construct.d.ts.map +1 -0
- package/dist/src/lib/common/construct.js +136 -0
- package/dist/src/lib/common/construct.js.map +1 -0
- package/dist/src/lib/common/index.d.ts +3 -0
- package/dist/src/lib/common/index.d.ts.map +1 -0
- package/dist/src/lib/common/index.js +15 -0
- package/dist/src/lib/common/index.js.map +1 -0
- package/dist/src/lib/common/stack.d.ts +55 -0
- package/dist/src/lib/common/stack.d.ts.map +1 -0
- package/dist/src/lib/common/stack.js +148 -0
- package/dist/src/lib/common/stack.js.map +1 -0
- package/dist/src/lib/construct/api-to-eventbridge-target/api-destination-event.d.ts +17 -0
- package/dist/src/lib/construct/api-to-eventbridge-target/api-destination-event.d.ts.map +1 -0
- package/dist/src/lib/construct/api-to-eventbridge-target/api-destination-event.js +18 -0
- package/dist/src/lib/construct/api-to-eventbridge-target/api-destination-event.js.map +1 -0
- package/dist/src/lib/construct/api-to-eventbridge-target/api-destined-lambda.d.ts +20 -0
- package/dist/src/lib/construct/api-to-eventbridge-target/api-destined-lambda.d.ts.map +1 -0
- package/dist/src/lib/construct/api-to-eventbridge-target/api-destined-lambda.js +20 -0
- package/dist/src/lib/construct/api-to-eventbridge-target/api-destined-lambda.js.map +1 -0
- package/dist/src/lib/construct/api-to-eventbridge-target/api-destined-rest-api.d.ts +36 -0
- package/dist/src/lib/construct/api-to-eventbridge-target/api-destined-rest-api.d.ts.map +1 -0
- package/dist/src/lib/construct/api-to-eventbridge-target/api-destined-rest-api.js +30 -0
- package/dist/src/lib/construct/api-to-eventbridge-target/api-destined-rest-api.js.map +1 -0
- package/dist/src/lib/construct/api-to-eventbridge-target/index.d.ts +5 -0
- package/dist/src/lib/construct/api-to-eventbridge-target/index.d.ts.map +1 -0
- package/dist/src/lib/construct/api-to-eventbridge-target/index.js +17 -0
- package/dist/src/lib/construct/api-to-eventbridge-target/index.js.map +1 -0
- package/dist/src/lib/construct/api-to-eventbridge-target/main.d.ts +135 -0
- package/dist/src/lib/construct/api-to-eventbridge-target/main.d.ts.map +1 -0
- package/dist/src/lib/construct/api-to-eventbridge-target/main.js +488 -0
- package/dist/src/lib/construct/api-to-eventbridge-target/main.js.map +1 -0
- package/dist/src/lib/construct/graphql-api-lambda/index.d.ts +2 -0
- package/dist/src/lib/construct/graphql-api-lambda/index.d.ts.map +1 -0
- package/dist/src/lib/construct/graphql-api-lambda/index.js +14 -0
- package/dist/src/lib/construct/graphql-api-lambda/index.js.map +1 -0
- package/dist/src/lib/construct/graphql-api-lambda/main.d.ts +113 -0
- package/dist/src/lib/construct/graphql-api-lambda/main.d.ts.map +1 -0
- package/dist/src/lib/construct/graphql-api-lambda/main.js +202 -0
- package/dist/src/lib/construct/graphql-api-lambda/main.js.map +1 -0
- package/dist/src/lib/construct/index.d.ts +5 -0
- package/dist/src/lib/construct/index.d.ts.map +1 -0
- package/dist/src/lib/construct/index.js +17 -0
- package/dist/src/lib/construct/index.js.map +1 -0
- package/dist/src/lib/construct/site-with-ecs-backend/index.d.ts +2 -0
- package/dist/src/lib/construct/site-with-ecs-backend/index.d.ts.map +1 -0
- package/dist/src/lib/construct/site-with-ecs-backend/index.js +14 -0
- package/dist/src/lib/construct/site-with-ecs-backend/index.js.map +1 -0
- package/dist/src/lib/construct/site-with-ecs-backend/main.d.ts +168 -0
- package/dist/src/lib/construct/site-with-ecs-backend/main.d.ts.map +1 -0
- package/dist/src/lib/construct/site-with-ecs-backend/main.js +328 -0
- package/dist/src/lib/construct/site-with-ecs-backend/main.js.map +1 -0
- package/dist/src/lib/construct/static-site/index.d.ts +2 -0
- package/dist/src/lib/construct/static-site/index.d.ts.map +1 -0
- package/dist/src/lib/construct/static-site/index.js +14 -0
- package/dist/src/lib/construct/static-site/index.js.map +1 -0
- package/dist/src/lib/construct/static-site/main.d.ts +95 -0
- package/dist/src/lib/construct/static-site/main.d.ts.map +1 -0
- package/dist/src/lib/construct/static-site/main.js +169 -0
- package/dist/src/lib/construct/static-site/main.js.map +1 -0
- package/dist/src/lib/manager/aws/acm-manager.d.ts +47 -0
- package/dist/src/lib/manager/aws/acm-manager.d.ts.map +1 -0
- package/dist/src/lib/manager/aws/acm-manager.js +91 -0
- package/dist/src/lib/manager/aws/acm-manager.js.map +1 -0
- package/dist/src/lib/manager/aws/api-manager.d.ts +44 -0
- package/dist/src/lib/manager/aws/api-manager.d.ts.map +1 -0
- package/dist/src/lib/manager/aws/api-manager.js +112 -0
- package/dist/src/lib/manager/aws/api-manager.js.map +1 -0
- package/dist/src/lib/manager/aws/app-config-manager.d.ts +66 -0
- package/dist/src/lib/manager/aws/app-config-manager.d.ts.map +1 -0
- package/dist/src/lib/manager/aws/app-config-manager.js +149 -0
- package/dist/src/lib/manager/aws/app-config-manager.js.map +1 -0
- package/dist/src/lib/manager/aws/cloudfront-manager.d.ts +113 -0
- package/dist/src/lib/manager/aws/cloudfront-manager.d.ts.map +1 -0
- package/dist/src/lib/manager/aws/cloudfront-manager.js +283 -0
- package/dist/src/lib/manager/aws/cloudfront-manager.js.map +1 -0
- package/dist/src/lib/manager/aws/cloudtrail-manager.d.ts +49 -0
- package/dist/src/lib/manager/aws/cloudtrail-manager.d.ts.map +1 -0
- package/dist/src/lib/manager/aws/cloudtrail-manager.js +100 -0
- package/dist/src/lib/manager/aws/cloudtrail-manager.js.map +1 -0
- package/dist/src/lib/manager/aws/cloudwatch-manager.d.ts +122 -0
- package/dist/src/lib/manager/aws/cloudwatch-manager.d.ts.map +1 -0
- package/dist/src/lib/manager/aws/cloudwatch-manager.js +353 -0
- package/dist/src/lib/manager/aws/cloudwatch-manager.js.map +1 -0
- package/dist/src/lib/manager/aws/codebuild-manager.d.ts +41 -0
- package/dist/src/lib/manager/aws/codebuild-manager.d.ts.map +1 -0
- package/dist/src/lib/manager/aws/codebuild-manager.js +95 -0
- package/dist/src/lib/manager/aws/codebuild-manager.js.map +1 -0
- package/dist/src/lib/manager/aws/dynamodb-manager.d.ts +33 -0
- package/dist/src/lib/manager/aws/dynamodb-manager.d.ts.map +1 -0
- package/dist/src/lib/manager/aws/dynamodb-manager.js +80 -0
- package/dist/src/lib/manager/aws/dynamodb-manager.js.map +1 -0
- package/dist/src/lib/manager/aws/ecr-manager.d.ts +32 -0
- package/dist/src/lib/manager/aws/ecr-manager.d.ts.map +1 -0
- package/dist/src/lib/manager/aws/ecr-manager.js +61 -0
- package/dist/src/lib/manager/aws/ecr-manager.js.map +1 -0
- package/dist/src/lib/manager/aws/ecs-manager.d.ts +49 -0
- package/dist/src/lib/manager/aws/ecs-manager.d.ts.map +1 -0
- package/dist/src/lib/manager/aws/ecs-manager.js +104 -0
- package/dist/src/lib/manager/aws/ecs-manager.js.map +1 -0
- package/dist/src/lib/manager/aws/eks-manager.d.ts +37 -0
- package/dist/src/lib/manager/aws/eks-manager.d.ts.map +1 -0
- package/dist/src/lib/manager/aws/eks-manager.js +110 -0
- package/dist/src/lib/manager/aws/eks-manager.js.map +1 -0
- package/dist/src/lib/manager/aws/elasticache-manager.d.ts +43 -0
- package/dist/src/lib/manager/aws/elasticache-manager.d.ts.map +1 -0
- package/dist/src/lib/manager/aws/elasticache-manager.js +103 -0
- package/dist/src/lib/manager/aws/elasticache-manager.js.map +1 -0
- package/dist/src/lib/manager/aws/event-manager.d.ts +68 -0
- package/dist/src/lib/manager/aws/event-manager.d.ts.map +1 -0
- package/dist/src/lib/manager/aws/event-manager.js +163 -0
- package/dist/src/lib/manager/aws/event-manager.js.map +1 -0
- package/dist/src/lib/manager/aws/iam-manager.d.ts +155 -0
- package/dist/src/lib/manager/aws/iam-manager.d.ts.map +1 -0
- package/dist/src/lib/manager/aws/iam-manager.js +381 -0
- package/dist/src/lib/manager/aws/iam-manager.js.map +1 -0
- package/dist/src/lib/manager/aws/index.d.ts +24 -0
- package/dist/src/lib/manager/aws/index.d.ts.map +1 -0
- package/dist/src/lib/manager/aws/index.js +36 -0
- package/dist/src/lib/manager/aws/index.js.map +1 -0
- package/dist/src/lib/manager/aws/lambda-manager.d.ts +95 -0
- package/dist/src/lib/manager/aws/lambda-manager.d.ts.map +1 -0
- package/dist/src/lib/manager/aws/lambda-manager.js +197 -0
- package/dist/src/lib/manager/aws/lambda-manager.js.map +1 -0
- package/dist/src/lib/manager/aws/log-manager.d.ts +52 -0
- package/dist/src/lib/manager/aws/log-manager.d.ts.map +1 -0
- package/dist/src/lib/manager/aws/log-manager.js +109 -0
- package/dist/src/lib/manager/aws/log-manager.js.map +1 -0
- package/dist/src/lib/manager/aws/route53-manager.d.ts +69 -0
- package/dist/src/lib/manager/aws/route53-manager.d.ts.map +1 -0
- package/dist/src/lib/manager/aws/route53-manager.js +159 -0
- package/dist/src/lib/manager/aws/route53-manager.js.map +1 -0
- package/dist/src/lib/manager/aws/s3-manager.d.ts +74 -0
- package/dist/src/lib/manager/aws/s3-manager.d.ts.map +1 -0
- package/dist/src/lib/manager/aws/s3-manager.js +203 -0
- package/dist/src/lib/manager/aws/s3-manager.js.map +1 -0
- package/dist/src/lib/manager/aws/secrets-manager.d.ts +58 -0
- package/dist/src/lib/manager/aws/secrets-manager.d.ts.map +1 -0
- package/dist/src/lib/manager/aws/secrets-manager.js +117 -0
- package/dist/src/lib/manager/aws/secrets-manager.js.map +1 -0
- package/dist/src/lib/manager/aws/sns-manager.d.ts +43 -0
- package/dist/src/lib/manager/aws/sns-manager.d.ts.map +1 -0
- package/dist/src/lib/manager/aws/sns-manager.js +91 -0
- package/dist/src/lib/manager/aws/sns-manager.js.map +1 -0
- package/dist/src/lib/manager/aws/ssm-manager.d.ts +61 -0
- package/dist/src/lib/manager/aws/ssm-manager.d.ts.map +1 -0
- package/dist/src/lib/manager/aws/ssm-manager.js +125 -0
- package/dist/src/lib/manager/aws/ssm-manager.js.map +1 -0
- package/dist/src/lib/manager/aws/vpc-manager.d.ts +46 -0
- package/dist/src/lib/manager/aws/vpc-manager.d.ts.map +1 -0
- package/dist/src/lib/manager/aws/vpc-manager.js +95 -0
- package/dist/src/lib/manager/aws/vpc-manager.js.map +1 -0
- package/dist/src/lib/manager/aws/waf-manager.d.ts +40 -0
- package/dist/src/lib/manager/aws/waf-manager.d.ts.map +1 -0
- package/dist/src/lib/manager/aws/waf-manager.js +90 -0
- package/dist/src/lib/manager/aws/waf-manager.js.map +1 -0
- package/dist/src/lib/manager/index.d.ts +2 -0
- package/dist/src/lib/manager/index.d.ts.map +1 -0
- package/dist/src/lib/manager/index.js +14 -0
- package/dist/src/lib/manager/index.js.map +1 -0
- package/dist/src/lib/types/aws/index.d.ts +487 -0
- package/dist/src/lib/types/aws/index.d.ts.map +1 -0
- package/dist/src/lib/types/aws/index.js +3 -0
- package/dist/src/lib/types/aws/index.js.map +1 -0
- package/dist/src/lib/types/index.d.ts +2 -0
- package/dist/src/lib/types/index.d.ts.map +1 -0
- package/dist/src/lib/types/index.js +14 -0
- package/dist/src/lib/types/index.js.map +1 -0
- package/dist/src/lib/utils/aws/index.d.ts +16 -0
- package/dist/src/lib/utils/aws/index.d.ts.map +1 -0
- package/dist/src/lib/utils/aws/index.js +50 -0
- package/dist/src/lib/utils/aws/index.js.map +1 -0
- package/dist/src/lib/utils/index.d.ts +63 -0
- package/dist/src/lib/utils/index.d.ts.map +1 -0
- package/dist/src/lib/utils/index.js +85 -0
- package/dist/src/lib/utils/index.js.map +1 -0
- package/package.json +11 -11
- package/src/lib/common/construct.ts +2 -0
- package/src/lib/manager/aws/elasticache-manager.ts +98 -0
- package/src/lib/manager/aws/index.ts +1 -0
- package/src/lib/types/aws/index.ts +7 -0
package/dist/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/esm-browser/md5.js
ADDED
|
@@ -0,0 +1,215 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Browser-compatible JavaScript MD5
|
|
3
|
+
*
|
|
4
|
+
* Modification of JavaScript MD5
|
|
5
|
+
* https://github.com/blueimp/JavaScript-MD5
|
|
6
|
+
*
|
|
7
|
+
* Copyright 2011, Sebastian Tschan
|
|
8
|
+
* https://blueimp.net
|
|
9
|
+
*
|
|
10
|
+
* Licensed under the MIT license:
|
|
11
|
+
* https://opensource.org/licenses/MIT
|
|
12
|
+
*
|
|
13
|
+
* Based on
|
|
14
|
+
* A JavaScript implementation of the RSA Data Security, Inc. MD5 Message
|
|
15
|
+
* Digest Algorithm, as defined in RFC 1321.
|
|
16
|
+
* Version 2.2 Copyright (C) Paul Johnston 1999 - 2009
|
|
17
|
+
* Other contributors: Greg Holt, Andrew Kepert, Ydnar, Lostinet
|
|
18
|
+
* Distributed under the BSD License
|
|
19
|
+
* See http://pajhome.org.uk/crypt/md5 for more info.
|
|
20
|
+
*/
|
|
21
|
+
function md5(bytes) {
|
|
22
|
+
if (typeof bytes === 'string') {
|
|
23
|
+
var msg = unescape(encodeURIComponent(bytes)); // UTF8 escape
|
|
24
|
+
|
|
25
|
+
bytes = new Uint8Array(msg.length);
|
|
26
|
+
|
|
27
|
+
for (var i = 0; i < msg.length; ++i) {
|
|
28
|
+
bytes[i] = msg.charCodeAt(i);
|
|
29
|
+
}
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
return md5ToHexEncodedArray(wordsToMd5(bytesToWords(bytes), bytes.length * 8));
|
|
33
|
+
}
|
|
34
|
+
/*
|
|
35
|
+
* Convert an array of little-endian words to an array of bytes
|
|
36
|
+
*/
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
function md5ToHexEncodedArray(input) {
|
|
40
|
+
var output = [];
|
|
41
|
+
var length32 = input.length * 32;
|
|
42
|
+
var hexTab = '0123456789abcdef';
|
|
43
|
+
|
|
44
|
+
for (var i = 0; i < length32; i += 8) {
|
|
45
|
+
var x = input[i >> 5] >>> i % 32 & 0xff;
|
|
46
|
+
var hex = parseInt(hexTab.charAt(x >>> 4 & 0x0f) + hexTab.charAt(x & 0x0f), 16);
|
|
47
|
+
output.push(hex);
|
|
48
|
+
}
|
|
49
|
+
|
|
50
|
+
return output;
|
|
51
|
+
}
|
|
52
|
+
/**
|
|
53
|
+
* Calculate output length with padding and bit length
|
|
54
|
+
*/
|
|
55
|
+
|
|
56
|
+
|
|
57
|
+
function getOutputLength(inputLength8) {
|
|
58
|
+
return (inputLength8 + 64 >>> 9 << 4) + 14 + 1;
|
|
59
|
+
}
|
|
60
|
+
/*
|
|
61
|
+
* Calculate the MD5 of an array of little-endian words, and a bit length.
|
|
62
|
+
*/
|
|
63
|
+
|
|
64
|
+
|
|
65
|
+
function wordsToMd5(x, len) {
|
|
66
|
+
/* append padding */
|
|
67
|
+
x[len >> 5] |= 0x80 << len % 32;
|
|
68
|
+
x[getOutputLength(len) - 1] = len;
|
|
69
|
+
var a = 1732584193;
|
|
70
|
+
var b = -271733879;
|
|
71
|
+
var c = -1732584194;
|
|
72
|
+
var d = 271733878;
|
|
73
|
+
|
|
74
|
+
for (var i = 0; i < x.length; i += 16) {
|
|
75
|
+
var olda = a;
|
|
76
|
+
var oldb = b;
|
|
77
|
+
var oldc = c;
|
|
78
|
+
var oldd = d;
|
|
79
|
+
a = md5ff(a, b, c, d, x[i], 7, -680876936);
|
|
80
|
+
d = md5ff(d, a, b, c, x[i + 1], 12, -389564586);
|
|
81
|
+
c = md5ff(c, d, a, b, x[i + 2], 17, 606105819);
|
|
82
|
+
b = md5ff(b, c, d, a, x[i + 3], 22, -1044525330);
|
|
83
|
+
a = md5ff(a, b, c, d, x[i + 4], 7, -176418897);
|
|
84
|
+
d = md5ff(d, a, b, c, x[i + 5], 12, 1200080426);
|
|
85
|
+
c = md5ff(c, d, a, b, x[i + 6], 17, -1473231341);
|
|
86
|
+
b = md5ff(b, c, d, a, x[i + 7], 22, -45705983);
|
|
87
|
+
a = md5ff(a, b, c, d, x[i + 8], 7, 1770035416);
|
|
88
|
+
d = md5ff(d, a, b, c, x[i + 9], 12, -1958414417);
|
|
89
|
+
c = md5ff(c, d, a, b, x[i + 10], 17, -42063);
|
|
90
|
+
b = md5ff(b, c, d, a, x[i + 11], 22, -1990404162);
|
|
91
|
+
a = md5ff(a, b, c, d, x[i + 12], 7, 1804603682);
|
|
92
|
+
d = md5ff(d, a, b, c, x[i + 13], 12, -40341101);
|
|
93
|
+
c = md5ff(c, d, a, b, x[i + 14], 17, -1502002290);
|
|
94
|
+
b = md5ff(b, c, d, a, x[i + 15], 22, 1236535329);
|
|
95
|
+
a = md5gg(a, b, c, d, x[i + 1], 5, -165796510);
|
|
96
|
+
d = md5gg(d, a, b, c, x[i + 6], 9, -1069501632);
|
|
97
|
+
c = md5gg(c, d, a, b, x[i + 11], 14, 643717713);
|
|
98
|
+
b = md5gg(b, c, d, a, x[i], 20, -373897302);
|
|
99
|
+
a = md5gg(a, b, c, d, x[i + 5], 5, -701558691);
|
|
100
|
+
d = md5gg(d, a, b, c, x[i + 10], 9, 38016083);
|
|
101
|
+
c = md5gg(c, d, a, b, x[i + 15], 14, -660478335);
|
|
102
|
+
b = md5gg(b, c, d, a, x[i + 4], 20, -405537848);
|
|
103
|
+
a = md5gg(a, b, c, d, x[i + 9], 5, 568446438);
|
|
104
|
+
d = md5gg(d, a, b, c, x[i + 14], 9, -1019803690);
|
|
105
|
+
c = md5gg(c, d, a, b, x[i + 3], 14, -187363961);
|
|
106
|
+
b = md5gg(b, c, d, a, x[i + 8], 20, 1163531501);
|
|
107
|
+
a = md5gg(a, b, c, d, x[i + 13], 5, -1444681467);
|
|
108
|
+
d = md5gg(d, a, b, c, x[i + 2], 9, -51403784);
|
|
109
|
+
c = md5gg(c, d, a, b, x[i + 7], 14, 1735328473);
|
|
110
|
+
b = md5gg(b, c, d, a, x[i + 12], 20, -1926607734);
|
|
111
|
+
a = md5hh(a, b, c, d, x[i + 5], 4, -378558);
|
|
112
|
+
d = md5hh(d, a, b, c, x[i + 8], 11, -2022574463);
|
|
113
|
+
c = md5hh(c, d, a, b, x[i + 11], 16, 1839030562);
|
|
114
|
+
b = md5hh(b, c, d, a, x[i + 14], 23, -35309556);
|
|
115
|
+
a = md5hh(a, b, c, d, x[i + 1], 4, -1530992060);
|
|
116
|
+
d = md5hh(d, a, b, c, x[i + 4], 11, 1272893353);
|
|
117
|
+
c = md5hh(c, d, a, b, x[i + 7], 16, -155497632);
|
|
118
|
+
b = md5hh(b, c, d, a, x[i + 10], 23, -1094730640);
|
|
119
|
+
a = md5hh(a, b, c, d, x[i + 13], 4, 681279174);
|
|
120
|
+
d = md5hh(d, a, b, c, x[i], 11, -358537222);
|
|
121
|
+
c = md5hh(c, d, a, b, x[i + 3], 16, -722521979);
|
|
122
|
+
b = md5hh(b, c, d, a, x[i + 6], 23, 76029189);
|
|
123
|
+
a = md5hh(a, b, c, d, x[i + 9], 4, -640364487);
|
|
124
|
+
d = md5hh(d, a, b, c, x[i + 12], 11, -421815835);
|
|
125
|
+
c = md5hh(c, d, a, b, x[i + 15], 16, 530742520);
|
|
126
|
+
b = md5hh(b, c, d, a, x[i + 2], 23, -995338651);
|
|
127
|
+
a = md5ii(a, b, c, d, x[i], 6, -198630844);
|
|
128
|
+
d = md5ii(d, a, b, c, x[i + 7], 10, 1126891415);
|
|
129
|
+
c = md5ii(c, d, a, b, x[i + 14], 15, -1416354905);
|
|
130
|
+
b = md5ii(b, c, d, a, x[i + 5], 21, -57434055);
|
|
131
|
+
a = md5ii(a, b, c, d, x[i + 12], 6, 1700485571);
|
|
132
|
+
d = md5ii(d, a, b, c, x[i + 3], 10, -1894986606);
|
|
133
|
+
c = md5ii(c, d, a, b, x[i + 10], 15, -1051523);
|
|
134
|
+
b = md5ii(b, c, d, a, x[i + 1], 21, -2054922799);
|
|
135
|
+
a = md5ii(a, b, c, d, x[i + 8], 6, 1873313359);
|
|
136
|
+
d = md5ii(d, a, b, c, x[i + 15], 10, -30611744);
|
|
137
|
+
c = md5ii(c, d, a, b, x[i + 6], 15, -1560198380);
|
|
138
|
+
b = md5ii(b, c, d, a, x[i + 13], 21, 1309151649);
|
|
139
|
+
a = md5ii(a, b, c, d, x[i + 4], 6, -145523070);
|
|
140
|
+
d = md5ii(d, a, b, c, x[i + 11], 10, -1120210379);
|
|
141
|
+
c = md5ii(c, d, a, b, x[i + 2], 15, 718787259);
|
|
142
|
+
b = md5ii(b, c, d, a, x[i + 9], 21, -343485551);
|
|
143
|
+
a = safeAdd(a, olda);
|
|
144
|
+
b = safeAdd(b, oldb);
|
|
145
|
+
c = safeAdd(c, oldc);
|
|
146
|
+
d = safeAdd(d, oldd);
|
|
147
|
+
}
|
|
148
|
+
|
|
149
|
+
return [a, b, c, d];
|
|
150
|
+
}
|
|
151
|
+
/*
|
|
152
|
+
* Convert an array bytes to an array of little-endian words
|
|
153
|
+
* Characters >255 have their high-byte silently ignored.
|
|
154
|
+
*/
|
|
155
|
+
|
|
156
|
+
|
|
157
|
+
function bytesToWords(input) {
|
|
158
|
+
if (input.length === 0) {
|
|
159
|
+
return [];
|
|
160
|
+
}
|
|
161
|
+
|
|
162
|
+
var length8 = input.length * 8;
|
|
163
|
+
var output = new Uint32Array(getOutputLength(length8));
|
|
164
|
+
|
|
165
|
+
for (var i = 0; i < length8; i += 8) {
|
|
166
|
+
output[i >> 5] |= (input[i / 8] & 0xff) << i % 32;
|
|
167
|
+
}
|
|
168
|
+
|
|
169
|
+
return output;
|
|
170
|
+
}
|
|
171
|
+
/*
|
|
172
|
+
* Add integers, wrapping at 2^32. This uses 16-bit operations internally
|
|
173
|
+
* to work around bugs in some JS interpreters.
|
|
174
|
+
*/
|
|
175
|
+
|
|
176
|
+
|
|
177
|
+
function safeAdd(x, y) {
|
|
178
|
+
var lsw = (x & 0xffff) + (y & 0xffff);
|
|
179
|
+
var msw = (x >> 16) + (y >> 16) + (lsw >> 16);
|
|
180
|
+
return msw << 16 | lsw & 0xffff;
|
|
181
|
+
}
|
|
182
|
+
/*
|
|
183
|
+
* Bitwise rotate a 32-bit number to the left.
|
|
184
|
+
*/
|
|
185
|
+
|
|
186
|
+
|
|
187
|
+
function bitRotateLeft(num, cnt) {
|
|
188
|
+
return num << cnt | num >>> 32 - cnt;
|
|
189
|
+
}
|
|
190
|
+
/*
|
|
191
|
+
* These functions implement the four basic operations the algorithm uses.
|
|
192
|
+
*/
|
|
193
|
+
|
|
194
|
+
|
|
195
|
+
function md5cmn(q, a, b, x, s, t) {
|
|
196
|
+
return safeAdd(bitRotateLeft(safeAdd(safeAdd(a, q), safeAdd(x, t)), s), b);
|
|
197
|
+
}
|
|
198
|
+
|
|
199
|
+
function md5ff(a, b, c, d, x, s, t) {
|
|
200
|
+
return md5cmn(b & c | ~b & d, a, b, x, s, t);
|
|
201
|
+
}
|
|
202
|
+
|
|
203
|
+
function md5gg(a, b, c, d, x, s, t) {
|
|
204
|
+
return md5cmn(b & d | c & ~d, a, b, x, s, t);
|
|
205
|
+
}
|
|
206
|
+
|
|
207
|
+
function md5hh(a, b, c, d, x, s, t) {
|
|
208
|
+
return md5cmn(b ^ c ^ d, a, b, x, s, t);
|
|
209
|
+
}
|
|
210
|
+
|
|
211
|
+
function md5ii(a, b, c, d, x, s, t) {
|
|
212
|
+
return md5cmn(c ^ (b | ~d), a, b, x, s, t);
|
|
213
|
+
}
|
|
214
|
+
|
|
215
|
+
export default md5;
|
package/dist/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/esm-browser/nil.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export default '00000000-0000-0000-0000-000000000000';
|
package/dist/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/esm-browser/parse.js
ADDED
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import validate from './validate.js';
|
|
2
|
+
|
|
3
|
+
function parse(uuid) {
|
|
4
|
+
if (!validate(uuid)) {
|
|
5
|
+
throw TypeError('Invalid UUID');
|
|
6
|
+
}
|
|
7
|
+
|
|
8
|
+
var v;
|
|
9
|
+
var arr = new Uint8Array(16); // Parse ########-....-....-....-............
|
|
10
|
+
|
|
11
|
+
arr[0] = (v = parseInt(uuid.slice(0, 8), 16)) >>> 24;
|
|
12
|
+
arr[1] = v >>> 16 & 0xff;
|
|
13
|
+
arr[2] = v >>> 8 & 0xff;
|
|
14
|
+
arr[3] = v & 0xff; // Parse ........-####-....-....-............
|
|
15
|
+
|
|
16
|
+
arr[4] = (v = parseInt(uuid.slice(9, 13), 16)) >>> 8;
|
|
17
|
+
arr[5] = v & 0xff; // Parse ........-....-####-....-............
|
|
18
|
+
|
|
19
|
+
arr[6] = (v = parseInt(uuid.slice(14, 18), 16)) >>> 8;
|
|
20
|
+
arr[7] = v & 0xff; // Parse ........-....-....-####-............
|
|
21
|
+
|
|
22
|
+
arr[8] = (v = parseInt(uuid.slice(19, 23), 16)) >>> 8;
|
|
23
|
+
arr[9] = v & 0xff; // Parse ........-....-....-....-############
|
|
24
|
+
// (Use "/" to avoid 32-bit truncation when bit-shifting high-order bytes)
|
|
25
|
+
|
|
26
|
+
arr[10] = (v = parseInt(uuid.slice(24, 36), 16)) / 0x10000000000 & 0xff;
|
|
27
|
+
arr[11] = v / 0x100000000 & 0xff;
|
|
28
|
+
arr[12] = v >>> 24 & 0xff;
|
|
29
|
+
arr[13] = v >>> 16 & 0xff;
|
|
30
|
+
arr[14] = v >>> 8 & 0xff;
|
|
31
|
+
arr[15] = v & 0xff;
|
|
32
|
+
return arr;
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
export default parse;
|
package/dist/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/esm-browser/regex.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export default /^(?:[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}|00000000-0000-0000-0000-000000000000)$/i;
|
package/dist/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/esm-browser/rng.js
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
// Unique ID creation requires a high quality random # generator. In the browser we therefore
|
|
2
|
+
// require the crypto API and do not support built-in fallback to lower quality random number
|
|
3
|
+
// generators (like Math.random()).
|
|
4
|
+
var getRandomValues;
|
|
5
|
+
var rnds8 = new Uint8Array(16);
|
|
6
|
+
export default function rng() {
|
|
7
|
+
// lazy load so that environments that need to polyfill have a chance to do so
|
|
8
|
+
if (!getRandomValues) {
|
|
9
|
+
// getRandomValues needs to be invoked in a context where "this" is a Crypto implementation. Also,
|
|
10
|
+
// find the complete implementation of crypto (msCrypto) on IE11.
|
|
11
|
+
getRandomValues = typeof crypto !== 'undefined' && crypto.getRandomValues && crypto.getRandomValues.bind(crypto) || typeof msCrypto !== 'undefined' && typeof msCrypto.getRandomValues === 'function' && msCrypto.getRandomValues.bind(msCrypto);
|
|
12
|
+
|
|
13
|
+
if (!getRandomValues) {
|
|
14
|
+
throw new Error('crypto.getRandomValues() not supported. See https://github.com/uuidjs/uuid#getrandomvalues-not-supported');
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
return getRandomValues(rnds8);
|
|
19
|
+
}
|
package/dist/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/esm-browser/sha1.js
ADDED
|
@@ -0,0 +1,96 @@
|
|
|
1
|
+
// Adapted from Chris Veness' SHA1 code at
|
|
2
|
+
// http://www.movable-type.co.uk/scripts/sha1.html
|
|
3
|
+
function f(s, x, y, z) {
|
|
4
|
+
switch (s) {
|
|
5
|
+
case 0:
|
|
6
|
+
return x & y ^ ~x & z;
|
|
7
|
+
|
|
8
|
+
case 1:
|
|
9
|
+
return x ^ y ^ z;
|
|
10
|
+
|
|
11
|
+
case 2:
|
|
12
|
+
return x & y ^ x & z ^ y & z;
|
|
13
|
+
|
|
14
|
+
case 3:
|
|
15
|
+
return x ^ y ^ z;
|
|
16
|
+
}
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
function ROTL(x, n) {
|
|
20
|
+
return x << n | x >>> 32 - n;
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
function sha1(bytes) {
|
|
24
|
+
var K = [0x5a827999, 0x6ed9eba1, 0x8f1bbcdc, 0xca62c1d6];
|
|
25
|
+
var H = [0x67452301, 0xefcdab89, 0x98badcfe, 0x10325476, 0xc3d2e1f0];
|
|
26
|
+
|
|
27
|
+
if (typeof bytes === 'string') {
|
|
28
|
+
var msg = unescape(encodeURIComponent(bytes)); // UTF8 escape
|
|
29
|
+
|
|
30
|
+
bytes = [];
|
|
31
|
+
|
|
32
|
+
for (var i = 0; i < msg.length; ++i) {
|
|
33
|
+
bytes.push(msg.charCodeAt(i));
|
|
34
|
+
}
|
|
35
|
+
} else if (!Array.isArray(bytes)) {
|
|
36
|
+
// Convert Array-like to Array
|
|
37
|
+
bytes = Array.prototype.slice.call(bytes);
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
bytes.push(0x80);
|
|
41
|
+
var l = bytes.length / 4 + 2;
|
|
42
|
+
var N = Math.ceil(l / 16);
|
|
43
|
+
var M = new Array(N);
|
|
44
|
+
|
|
45
|
+
for (var _i = 0; _i < N; ++_i) {
|
|
46
|
+
var arr = new Uint32Array(16);
|
|
47
|
+
|
|
48
|
+
for (var j = 0; j < 16; ++j) {
|
|
49
|
+
arr[j] = bytes[_i * 64 + j * 4] << 24 | bytes[_i * 64 + j * 4 + 1] << 16 | bytes[_i * 64 + j * 4 + 2] << 8 | bytes[_i * 64 + j * 4 + 3];
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
M[_i] = arr;
|
|
53
|
+
}
|
|
54
|
+
|
|
55
|
+
M[N - 1][14] = (bytes.length - 1) * 8 / Math.pow(2, 32);
|
|
56
|
+
M[N - 1][14] = Math.floor(M[N - 1][14]);
|
|
57
|
+
M[N - 1][15] = (bytes.length - 1) * 8 & 0xffffffff;
|
|
58
|
+
|
|
59
|
+
for (var _i2 = 0; _i2 < N; ++_i2) {
|
|
60
|
+
var W = new Uint32Array(80);
|
|
61
|
+
|
|
62
|
+
for (var t = 0; t < 16; ++t) {
|
|
63
|
+
W[t] = M[_i2][t];
|
|
64
|
+
}
|
|
65
|
+
|
|
66
|
+
for (var _t = 16; _t < 80; ++_t) {
|
|
67
|
+
W[_t] = ROTL(W[_t - 3] ^ W[_t - 8] ^ W[_t - 14] ^ W[_t - 16], 1);
|
|
68
|
+
}
|
|
69
|
+
|
|
70
|
+
var a = H[0];
|
|
71
|
+
var b = H[1];
|
|
72
|
+
var c = H[2];
|
|
73
|
+
var d = H[3];
|
|
74
|
+
var e = H[4];
|
|
75
|
+
|
|
76
|
+
for (var _t2 = 0; _t2 < 80; ++_t2) {
|
|
77
|
+
var s = Math.floor(_t2 / 20);
|
|
78
|
+
var T = ROTL(a, 5) + f(s, b, c, d) + e + K[s] + W[_t2] >>> 0;
|
|
79
|
+
e = d;
|
|
80
|
+
d = c;
|
|
81
|
+
c = ROTL(b, 30) >>> 0;
|
|
82
|
+
b = a;
|
|
83
|
+
a = T;
|
|
84
|
+
}
|
|
85
|
+
|
|
86
|
+
H[0] = H[0] + a >>> 0;
|
|
87
|
+
H[1] = H[1] + b >>> 0;
|
|
88
|
+
H[2] = H[2] + c >>> 0;
|
|
89
|
+
H[3] = H[3] + d >>> 0;
|
|
90
|
+
H[4] = H[4] + e >>> 0;
|
|
91
|
+
}
|
|
92
|
+
|
|
93
|
+
return [H[0] >> 24 & 0xff, H[0] >> 16 & 0xff, H[0] >> 8 & 0xff, H[0] & 0xff, H[1] >> 24 & 0xff, H[1] >> 16 & 0xff, H[1] >> 8 & 0xff, H[1] & 0xff, H[2] >> 24 & 0xff, H[2] >> 16 & 0xff, H[2] >> 8 & 0xff, H[2] & 0xff, H[3] >> 24 & 0xff, H[3] >> 16 & 0xff, H[3] >> 8 & 0xff, H[3] & 0xff, H[4] >> 24 & 0xff, H[4] >> 16 & 0xff, H[4] >> 8 & 0xff, H[4] & 0xff];
|
|
94
|
+
}
|
|
95
|
+
|
|
96
|
+
export default sha1;
|
package/dist/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/esm-browser/stringify.js
ADDED
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import validate from './validate.js';
|
|
2
|
+
/**
|
|
3
|
+
* Convert array of 16 byte values to UUID string format of the form:
|
|
4
|
+
* XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX
|
|
5
|
+
*/
|
|
6
|
+
|
|
7
|
+
var byteToHex = [];
|
|
8
|
+
|
|
9
|
+
for (var i = 0; i < 256; ++i) {
|
|
10
|
+
byteToHex.push((i + 0x100).toString(16).substr(1));
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
function stringify(arr) {
|
|
14
|
+
var offset = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : 0;
|
|
15
|
+
// Note: Be careful editing this code! It's been tuned for performance
|
|
16
|
+
// and works in ways you may not expect. See https://github.com/uuidjs/uuid/pull/434
|
|
17
|
+
var uuid = (byteToHex[arr[offset + 0]] + byteToHex[arr[offset + 1]] + byteToHex[arr[offset + 2]] + byteToHex[arr[offset + 3]] + '-' + byteToHex[arr[offset + 4]] + byteToHex[arr[offset + 5]] + '-' + byteToHex[arr[offset + 6]] + byteToHex[arr[offset + 7]] + '-' + byteToHex[arr[offset + 8]] + byteToHex[arr[offset + 9]] + '-' + byteToHex[arr[offset + 10]] + byteToHex[arr[offset + 11]] + byteToHex[arr[offset + 12]] + byteToHex[arr[offset + 13]] + byteToHex[arr[offset + 14]] + byteToHex[arr[offset + 15]]).toLowerCase(); // Consistency check for valid UUID. If this throws, it's likely due to one
|
|
18
|
+
// of the following:
|
|
19
|
+
// - One or more input array values don't map to a hex octet (leading to
|
|
20
|
+
// "undefined" in the uuid)
|
|
21
|
+
// - Invalid input values for the RFC `version` or `variant` fields
|
|
22
|
+
|
|
23
|
+
if (!validate(uuid)) {
|
|
24
|
+
throw TypeError('Stringified UUID is invalid');
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
return uuid;
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
export default stringify;
|
|
@@ -0,0 +1,95 @@
|
|
|
1
|
+
import rng from './rng.js';
|
|
2
|
+
import stringify from './stringify.js'; // **`v1()` - Generate time-based UUID**
|
|
3
|
+
//
|
|
4
|
+
// Inspired by https://github.com/LiosK/UUID.js
|
|
5
|
+
// and http://docs.python.org/library/uuid.html
|
|
6
|
+
|
|
7
|
+
var _nodeId;
|
|
8
|
+
|
|
9
|
+
var _clockseq; // Previous uuid creation time
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
var _lastMSecs = 0;
|
|
13
|
+
var _lastNSecs = 0; // See https://github.com/uuidjs/uuid for API details
|
|
14
|
+
|
|
15
|
+
function v1(options, buf, offset) {
|
|
16
|
+
var i = buf && offset || 0;
|
|
17
|
+
var b = buf || new Array(16);
|
|
18
|
+
options = options || {};
|
|
19
|
+
var node = options.node || _nodeId;
|
|
20
|
+
var clockseq = options.clockseq !== undefined ? options.clockseq : _clockseq; // node and clockseq need to be initialized to random values if they're not
|
|
21
|
+
// specified. We do this lazily to minimize issues related to insufficient
|
|
22
|
+
// system entropy. See #189
|
|
23
|
+
|
|
24
|
+
if (node == null || clockseq == null) {
|
|
25
|
+
var seedBytes = options.random || (options.rng || rng)();
|
|
26
|
+
|
|
27
|
+
if (node == null) {
|
|
28
|
+
// Per 4.5, create and 48-bit node id, (47 random bits + multicast bit = 1)
|
|
29
|
+
node = _nodeId = [seedBytes[0] | 0x01, seedBytes[1], seedBytes[2], seedBytes[3], seedBytes[4], seedBytes[5]];
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
if (clockseq == null) {
|
|
33
|
+
// Per 4.2.2, randomize (14 bit) clockseq
|
|
34
|
+
clockseq = _clockseq = (seedBytes[6] << 8 | seedBytes[7]) & 0x3fff;
|
|
35
|
+
}
|
|
36
|
+
} // UUID timestamps are 100 nano-second units since the Gregorian epoch,
|
|
37
|
+
// (1582-10-15 00:00). JSNumbers aren't precise enough for this, so
|
|
38
|
+
// time is handled internally as 'msecs' (integer milliseconds) and 'nsecs'
|
|
39
|
+
// (100-nanoseconds offset from msecs) since unix epoch, 1970-01-01 00:00.
|
|
40
|
+
|
|
41
|
+
|
|
42
|
+
var msecs = options.msecs !== undefined ? options.msecs : Date.now(); // Per 4.2.1.2, use count of uuid's generated during the current clock
|
|
43
|
+
// cycle to simulate higher resolution clock
|
|
44
|
+
|
|
45
|
+
var nsecs = options.nsecs !== undefined ? options.nsecs : _lastNSecs + 1; // Time since last uuid creation (in msecs)
|
|
46
|
+
|
|
47
|
+
var dt = msecs - _lastMSecs + (nsecs - _lastNSecs) / 10000; // Per 4.2.1.2, Bump clockseq on clock regression
|
|
48
|
+
|
|
49
|
+
if (dt < 0 && options.clockseq === undefined) {
|
|
50
|
+
clockseq = clockseq + 1 & 0x3fff;
|
|
51
|
+
} // Reset nsecs if clock regresses (new clockseq) or we've moved onto a new
|
|
52
|
+
// time interval
|
|
53
|
+
|
|
54
|
+
|
|
55
|
+
if ((dt < 0 || msecs > _lastMSecs) && options.nsecs === undefined) {
|
|
56
|
+
nsecs = 0;
|
|
57
|
+
} // Per 4.2.1.2 Throw error if too many uuids are requested
|
|
58
|
+
|
|
59
|
+
|
|
60
|
+
if (nsecs >= 10000) {
|
|
61
|
+
throw new Error("uuid.v1(): Can't create more than 10M uuids/sec");
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
_lastMSecs = msecs;
|
|
65
|
+
_lastNSecs = nsecs;
|
|
66
|
+
_clockseq = clockseq; // Per 4.1.4 - Convert from unix epoch to Gregorian epoch
|
|
67
|
+
|
|
68
|
+
msecs += 12219292800000; // `time_low`
|
|
69
|
+
|
|
70
|
+
var tl = ((msecs & 0xfffffff) * 10000 + nsecs) % 0x100000000;
|
|
71
|
+
b[i++] = tl >>> 24 & 0xff;
|
|
72
|
+
b[i++] = tl >>> 16 & 0xff;
|
|
73
|
+
b[i++] = tl >>> 8 & 0xff;
|
|
74
|
+
b[i++] = tl & 0xff; // `time_mid`
|
|
75
|
+
|
|
76
|
+
var tmh = msecs / 0x100000000 * 10000 & 0xfffffff;
|
|
77
|
+
b[i++] = tmh >>> 8 & 0xff;
|
|
78
|
+
b[i++] = tmh & 0xff; // `time_high_and_version`
|
|
79
|
+
|
|
80
|
+
b[i++] = tmh >>> 24 & 0xf | 0x10; // include version
|
|
81
|
+
|
|
82
|
+
b[i++] = tmh >>> 16 & 0xff; // `clock_seq_hi_and_reserved` (Per 4.2.2 - include variant)
|
|
83
|
+
|
|
84
|
+
b[i++] = clockseq >>> 8 | 0x80; // `clock_seq_low`
|
|
85
|
+
|
|
86
|
+
b[i++] = clockseq & 0xff; // `node`
|
|
87
|
+
|
|
88
|
+
for (var n = 0; n < 6; ++n) {
|
|
89
|
+
b[i + n] = node[n];
|
|
90
|
+
}
|
|
91
|
+
|
|
92
|
+
return buf || stringify(b);
|
|
93
|
+
}
|
|
94
|
+
|
|
95
|
+
export default v1;
|
package/dist/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/esm-browser/v35.js
ADDED
|
@@ -0,0 +1,64 @@
|
|
|
1
|
+
import stringify from './stringify.js';
|
|
2
|
+
import parse from './parse.js';
|
|
3
|
+
|
|
4
|
+
function stringToBytes(str) {
|
|
5
|
+
str = unescape(encodeURIComponent(str)); // UTF8 escape
|
|
6
|
+
|
|
7
|
+
var bytes = [];
|
|
8
|
+
|
|
9
|
+
for (var i = 0; i < str.length; ++i) {
|
|
10
|
+
bytes.push(str.charCodeAt(i));
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
return bytes;
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
export var DNS = '6ba7b810-9dad-11d1-80b4-00c04fd430c8';
|
|
17
|
+
export var URL = '6ba7b811-9dad-11d1-80b4-00c04fd430c8';
|
|
18
|
+
export default function (name, version, hashfunc) {
|
|
19
|
+
function generateUUID(value, namespace, buf, offset) {
|
|
20
|
+
if (typeof value === 'string') {
|
|
21
|
+
value = stringToBytes(value);
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
if (typeof namespace === 'string') {
|
|
25
|
+
namespace = parse(namespace);
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
if (namespace.length !== 16) {
|
|
29
|
+
throw TypeError('Namespace must be array-like (16 iterable integer values, 0-255)');
|
|
30
|
+
} // Compute hash of namespace and value, Per 4.3
|
|
31
|
+
// Future: Use spread syntax when supported on all platforms, e.g. `bytes =
|
|
32
|
+
// hashfunc([...namespace, ... value])`
|
|
33
|
+
|
|
34
|
+
|
|
35
|
+
var bytes = new Uint8Array(16 + value.length);
|
|
36
|
+
bytes.set(namespace);
|
|
37
|
+
bytes.set(value, namespace.length);
|
|
38
|
+
bytes = hashfunc(bytes);
|
|
39
|
+
bytes[6] = bytes[6] & 0x0f | version;
|
|
40
|
+
bytes[8] = bytes[8] & 0x3f | 0x80;
|
|
41
|
+
|
|
42
|
+
if (buf) {
|
|
43
|
+
offset = offset || 0;
|
|
44
|
+
|
|
45
|
+
for (var i = 0; i < 16; ++i) {
|
|
46
|
+
buf[offset + i] = bytes[i];
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
return buf;
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
return stringify(bytes);
|
|
53
|
+
} // Function#name is not settable on some platforms (#270)
|
|
54
|
+
|
|
55
|
+
|
|
56
|
+
try {
|
|
57
|
+
generateUUID.name = name; // eslint-disable-next-line no-empty
|
|
58
|
+
} catch (err) {} // For CommonJS default export support
|
|
59
|
+
|
|
60
|
+
|
|
61
|
+
generateUUID.DNS = DNS;
|
|
62
|
+
generateUUID.URL = URL;
|
|
63
|
+
return generateUUID;
|
|
64
|
+
}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import rng from './rng.js';
|
|
2
|
+
import stringify from './stringify.js';
|
|
3
|
+
|
|
4
|
+
function v4(options, buf, offset) {
|
|
5
|
+
options = options || {};
|
|
6
|
+
var rnds = options.random || (options.rng || rng)(); // Per 4.4, set bits for version and `clock_seq_hi_and_reserved`
|
|
7
|
+
|
|
8
|
+
rnds[6] = rnds[6] & 0x0f | 0x40;
|
|
9
|
+
rnds[8] = rnds[8] & 0x3f | 0x80; // Copy bytes to buffer, if provided
|
|
10
|
+
|
|
11
|
+
if (buf) {
|
|
12
|
+
offset = offset || 0;
|
|
13
|
+
|
|
14
|
+
for (var i = 0; i < 16; ++i) {
|
|
15
|
+
buf[offset + i] = rnds[i];
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
return buf;
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
return stringify(rnds);
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
export default v4;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
export { default as v1 } from './v1.js';
|
|
2
|
+
export { default as v3 } from './v3.js';
|
|
3
|
+
export { default as v4 } from './v4.js';
|
|
4
|
+
export { default as v5 } from './v5.js';
|
|
5
|
+
export { default as NIL } from './nil.js';
|
|
6
|
+
export { default as version } from './version.js';
|
|
7
|
+
export { default as validate } from './validate.js';
|
|
8
|
+
export { default as stringify } from './stringify.js';
|
|
9
|
+
export { default as parse } from './parse.js';
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import crypto from 'crypto';
|
|
2
|
+
|
|
3
|
+
function md5(bytes) {
|
|
4
|
+
if (Array.isArray(bytes)) {
|
|
5
|
+
bytes = Buffer.from(bytes);
|
|
6
|
+
} else if (typeof bytes === 'string') {
|
|
7
|
+
bytes = Buffer.from(bytes, 'utf8');
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
return crypto.createHash('md5').update(bytes).digest();
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
export default md5;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export default '00000000-0000-0000-0000-000000000000';
|