diff --git a/cdk/package-lock.json b/cdk/package-lock.json index efa076f..1ddfe91 100644 --- a/cdk/package-lock.json +++ b/cdk/package-lock.json @@ -15,6 +15,7 @@ "@codemonger-io/cdk-qwik-bundle": "github:codemonger-io/cdk-qwik-bundle#v0.1.0", "@types/uuid": "^9.0.1", "aws-cdk-lib": "^2.82.0", + "cargo-lambda-cdk": "^0.0.17", "cdk-cloudfront-function-bundle": "github:codemonger-io/cdk-cloudfront-function-bundle#v0.1.0", "cdk-ghost-string-parameter": "github:codemonger-io/cdk-ghost-string-parameter#v0.1.0", "cdk-rest-api-with-spec": "github:codemonger-io/cdk-rest-api-with-spec#v0.2.1", @@ -5545,6 +5546,117 @@ } ] }, + "node_modules/cargo-lambda-cdk": { + "version": "0.0.17", + "resolved": "https://registry.npmjs.org/cargo-lambda-cdk/-/cargo-lambda-cdk-0.0.17.tgz", + "integrity": "sha512-KV95oV4GdczNioji8EvHbYumsArdGRusXsNhfRSBIoE94WN8jlxySaUzboNiH+HEKshyUQtnvdQd/WLBdk5NDA==", + "bundleDependencies": [ + "js-toml" + ], + "dependencies": { + "js-toml": "^0.1.1" + }, + "peerDependencies": { + "aws-cdk-lib": "^2.1.0", + "constructs": "^10.0.5" + } + }, + "node_modules/cargo-lambda-cdk/node_modules/@babel/runtime-corejs3": { + "version": "7.22.15", + "inBundle": true, + "license": "MIT", + "dependencies": { + "core-js-pure": "^3.30.2", + "regenerator-runtime": "^0.14.0" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/cargo-lambda-cdk/node_modules/@chevrotain/cst-dts-gen": { + "version": "10.5.0", + "inBundle": true, + "license": "Apache-2.0", + "dependencies": { + "@chevrotain/gast": "10.5.0", + "@chevrotain/types": "10.5.0", + "lodash": "4.17.21" + } + }, + "node_modules/cargo-lambda-cdk/node_modules/@chevrotain/gast": { + "version": "10.5.0", + "inBundle": true, + "license": "Apache-2.0", + "dependencies": { + "@chevrotain/types": "10.5.0", + "lodash": "4.17.21" + } + }, + "node_modules/cargo-lambda-cdk/node_modules/@chevrotain/types": { + "version": "10.5.0", + "inBundle": true, + "license": "Apache-2.0" + }, + "node_modules/cargo-lambda-cdk/node_modules/@chevrotain/utils": { + "version": "10.5.0", + "inBundle": true, + "license": "Apache-2.0" + }, + "node_modules/cargo-lambda-cdk/node_modules/chevrotain": { + "version": "10.5.0", + "inBundle": true, + "license": "Apache-2.0", + "dependencies": { + "@chevrotain/cst-dts-gen": "10.5.0", + "@chevrotain/gast": "10.5.0", + "@chevrotain/types": "10.5.0", + "@chevrotain/utils": "10.5.0", + "lodash": "4.17.21", + "regexp-to-ast": "0.5.0" + } + }, + "node_modules/cargo-lambda-cdk/node_modules/core-js-pure": { + "version": "3.32.2", + "hasInstallScript": true, + "inBundle": true, + "license": "MIT", + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/core-js" + } + }, + "node_modules/cargo-lambda-cdk/node_modules/js-toml": { + "version": "0.1.1", + "inBundle": true, + "license": "MIT", + "dependencies": { + "chevrotain": "^10.4.1", + "xregexp": "^5.1.1" + } + }, + "node_modules/cargo-lambda-cdk/node_modules/lodash": { + "version": "4.17.21", + "inBundle": true, + "license": "MIT" + }, + "node_modules/cargo-lambda-cdk/node_modules/regenerator-runtime": { + "version": "0.14.0", + "inBundle": true, + "license": "MIT" + }, + "node_modules/cargo-lambda-cdk/node_modules/regexp-to-ast": { + "version": "0.5.0", + "inBundle": true, + "license": "MIT" + }, + "node_modules/cargo-lambda-cdk/node_modules/xregexp": { + "version": "5.1.1", + "inBundle": true, + "license": "MIT", + "dependencies": { + "@babel/runtime-corejs3": "^7.16.5" + } + }, "node_modules/cdk-cloudfront-function-bundle": { "version": "0.1.0", "resolved": "git+ssh://git@github.com/codemonger-io/cdk-cloudfront-function-bundle.git#422d124617f0f34b612b6216aeb301c6fa102b28", @@ -12095,7 +12207,7 @@ }, "@codemonger-io/cdk-qwik-bundle": { "version": "git+ssh://git@github.com/codemonger-io/cdk-qwik-bundle.git#b08f6bd2216444d4e9b38f1a3d36ee5c2107eede", - "from": "@codemonger-io/cdk-qwik-bundle@https://github.com/codemonger-io/cdk-qwik-bundle.git#v0.1.0", + "from": "@codemonger-io/cdk-qwik-bundle@github:codemonger-io/cdk-qwik-bundle#v0.1.0", "requires": {} }, "@cspotcode/source-map-support": { @@ -13377,6 +13489,92 @@ "integrity": "sha512-sY2B5Qyl46ZzfYDegrl8GBCzdawSLT4ThM9b9F+aDYUrAG2zCOyMbd2Tq34mS1g4ZKBfjRlzOohQMxx28x6wJg==", "dev": true }, + "cargo-lambda-cdk": { + "version": "0.0.17", + "resolved": "https://registry.npmjs.org/cargo-lambda-cdk/-/cargo-lambda-cdk-0.0.17.tgz", + "integrity": "sha512-KV95oV4GdczNioji8EvHbYumsArdGRusXsNhfRSBIoE94WN8jlxySaUzboNiH+HEKshyUQtnvdQd/WLBdk5NDA==", + "requires": { + "js-toml": "^0.1.1" + }, + "dependencies": { + "@babel/runtime-corejs3": { + "version": "7.22.15", + "bundled": true, + "requires": { + "core-js-pure": "^3.30.2", + "regenerator-runtime": "^0.14.0" + } + }, + "@chevrotain/cst-dts-gen": { + "version": "10.5.0", + "bundled": true, + "requires": { + "@chevrotain/gast": "10.5.0", + "@chevrotain/types": "10.5.0", + "lodash": "4.17.21" + } + }, + "@chevrotain/gast": { + "version": "10.5.0", + "bundled": true, + "requires": { + "@chevrotain/types": "10.5.0", + "lodash": "4.17.21" + } + }, + "@chevrotain/types": { + "version": "10.5.0", + "bundled": true + }, + "@chevrotain/utils": { + "version": "10.5.0", + "bundled": true + }, + "chevrotain": { + "version": "10.5.0", + "bundled": true, + "requires": { + "@chevrotain/cst-dts-gen": "10.5.0", + "@chevrotain/gast": "10.5.0", + "@chevrotain/types": "10.5.0", + "@chevrotain/utils": "10.5.0", + "lodash": "4.17.21", + "regexp-to-ast": "0.5.0" + } + }, + "core-js-pure": { + "version": "3.32.2", + "bundled": true + }, + "js-toml": { + "version": "0.1.1", + "bundled": true, + "requires": { + "chevrotain": "^10.4.1", + "xregexp": "^5.1.1" + } + }, + "lodash": { + "version": "4.17.21", + "bundled": true + }, + "regenerator-runtime": { + "version": "0.14.0", + "bundled": true + }, + "regexp-to-ast": { + "version": "0.5.0", + "bundled": true + }, + "xregexp": { + "version": "5.1.1", + "bundled": true, + "requires": { + "@babel/runtime-corejs3": "^7.16.5" + } + } + } + }, "cdk-cloudfront-function-bundle": { "version": "git+ssh://git@github.com/codemonger-io/cdk-cloudfront-function-bundle.git#422d124617f0f34b612b6216aeb301c6fa102b28", "from": "cdk-cloudfront-function-bundle@github:codemonger-io/cdk-cloudfront-function-bundle#v0.1.0", diff --git a/cdk/package.json b/cdk/package.json index 63b92c7..334f0dd 100644 --- a/cdk/package.json +++ b/cdk/package.json @@ -34,6 +34,7 @@ "@codemonger-io/cdk-qwik-bundle": "github:codemonger-io/cdk-qwik-bundle#v0.1.0", "@types/uuid": "^9.0.1", "aws-cdk-lib": "^2.82.0", + "cargo-lambda-cdk": "^0.0.17", "cdk-cloudfront-function-bundle": "github:codemonger-io/cdk-cloudfront-function-bundle#v0.1.0", "cdk-ghost-string-parameter": "github:codemonger-io/cdk-ghost-string-parameter#v0.1.0", "cdk-rest-api-with-spec": "github:codemonger-io/cdk-rest-api-with-spec#v0.2.1",