@gradientedge/cdk-utils 4.2.3 → 4.4.0
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/README.md +38 -23
- package/api-docs/AcmManager.html +619 -0
- package/api-docs/AcmProps.html +235 -0
- package/api-docs/AlarmProps.html +235 -0
- package/api-docs/AlarmStatusWidgetProps.html +235 -0
- package/api-docs/ApiDestinationEvent.html +294 -0
- package/api-docs/ApiDestinationEventType.html +235 -0
- package/api-docs/ApiDestinedLambda.html +294 -0
- package/api-docs/ApiDestinedLambdaEnvironment.html +235 -0
- package/api-docs/ApiDestinedLambdaType.html +235 -0
- package/api-docs/ApiDestinedRestApi.html +294 -0
- package/api-docs/ApiDestinedRestApiType.html +235 -0
- package/api-docs/ApiManager.html +763 -0
- package/api-docs/ApiToEventBridgeTarget.html +1874 -0
- package/api-docs/ApiToEventBridgeTarget.jpg +0 -0
- package/api-docs/ApiToEventBridgeTargetEventProps.html +235 -0
- package/api-docs/ApiToEventBridgeTargetLambdaProps.html +235 -0
- package/api-docs/ApiToEventBridgeTargetProps.html +235 -0
- package/api-docs/AppConfigManager.html +1200 -0
- package/api-docs/AppConfigProps.html +235 -0
- package/api-docs/CloudFrontManager.html +2399 -0
- package/api-docs/CloudFrontProps.html +235 -0
- package/api-docs/CloudTrailManager.html +634 -0
- package/api-docs/CloudTrailProps.html +235 -0
- package/api-docs/CloudWatchManager.html +2983 -0
- package/api-docs/CloudfrontFunctionProps.html +235 -0
- package/api-docs/CodeBuildManager.html +733 -0
- package/api-docs/CommonConstruct.html +1296 -0
- package/api-docs/CommonStack.html +810 -0
- package/api-docs/CommonStackProps.html +235 -0
- package/api-docs/DashboardProps.html +235 -0
- package/api-docs/DistributionProps.html +235 -0
- package/api-docs/DynamodbManager.html +527 -0
- package/api-docs/EcrManager.html +527 -0
- package/api-docs/EcsClusterProps.html +235 -0
- package/api-docs/EcsManager.html +877 -0
- package/api-docs/EcsTaskProps.html +235 -0
- package/api-docs/EksClusterProps.html +235 -0
- package/api-docs/EksManager.html +577 -0
- package/api-docs/EventBusProps.html +235 -0
- package/api-docs/EventManager.html +1451 -0
- package/api-docs/EventRuleProps.html +235 -0
- package/api-docs/GraphQLApiLambda.html +1668 -0
- package/api-docs/GraphQLApiLambda.jpg +0 -0
- package/api-docs/GraphQlApiLambdaEnvironment.html +235 -0
- package/api-docs/GraphQlApiLambdaProps.html +235 -0
- package/api-docs/GraphWidgetProps.html +235 -0
- package/api-docs/HealthCheck.html +235 -0
- package/api-docs/IamManager.html +3818 -0
- package/api-docs/LambdaEdgeProps.html +235 -0
- package/api-docs/LambdaEnvironment.html +235 -0
- package/api-docs/LambdaManager.html +2375 -0
- package/api-docs/LambdaProps.html +235 -0
- package/api-docs/LogManager.html +952 -0
- package/api-docs/LogProps.html +235 -0
- package/api-docs/LogQueryWidgetProps.html +235 -0
- package/api-docs/MetricFilterProps.html +235 -0
- package/api-docs/MetricProps.html +235 -0
- package/api-docs/NumericWidgetProps.html +235 -0
- package/api-docs/Route53Manager.html +1457 -0
- package/api-docs/Route53Props.html +235 -0
- package/api-docs/RuleProps.html +235 -0
- package/api-docs/S3BucketProps.html +235 -0
- package/api-docs/S3Manager.html +1543 -0
- package/api-docs/SSMParameterReader.html +428 -0
- package/api-docs/SSMParameterReaderProps.html +235 -0
- package/api-docs/SecretsManager.html +1137 -0
- package/api-docs/SiteWithEcsBackend.html +2388 -0
- package/api-docs/SiteWithEcsBackendProps.html +235 -0
- package/api-docs/SnsManager.html +777 -0
- package/api-docs/SsmManager.html +952 -0
- package/api-docs/StaticSite.html +1355 -0
- package/api-docs/StaticSiteProps.html +235 -0
- package/api-docs/SubscriptionProps.html +235 -0
- package/api-docs/TableProps.html +235 -0
- package/api-docs/TextWidgetProps.html +235 -0
- package/api-docs/VpcManager.html +930 -0
- package/api-docs/WafIPSetProps.html +235 -0
- package/api-docs/WafManager.html +727 -0
- package/api-docs/WafWebACLProps.html +235 -0
- package/api-docs/common_construct.ts.html +275 -0
- package/api-docs/common_stack.ts.html +299 -0
- package/api-docs/construct_api-to-eventbridge-target_api-destination-event.ts.html +171 -0
- package/api-docs/construct_api-to-eventbridge-target_api-destined-lambda.ts.html +174 -0
- package/api-docs/construct_api-to-eventbridge-target_api-destined-rest-api.ts.html +186 -0
- package/api-docs/construct_api-to-eventbridge-target_main.ts.html +747 -0
- package/api-docs/construct_graphql-api-lambda_main.ts.html +404 -0
- package/api-docs/construct_site-with-ecs-backend_main.ts.html +540 -0
- package/api-docs/construct_static-site_main.ts.html +370 -0
- package/api-docs/global.html +1527 -0
- package/api-docs/index.html +207 -0
- package/api-docs/manager_aws_acm-manager.ts.html +232 -0
- package/api-docs/manager_aws_api-manager.ts.html +256 -0
- package/api-docs/manager_aws_app-config-manager.ts.html +305 -0
- package/api-docs/manager_aws_cloudfront-manager.ts.html +487 -0
- package/api-docs/manager_aws_cloudtrail-manager.ts.html +247 -0
- package/api-docs/manager_aws_cloudwatch-manager.ts.html +548 -0
- package/api-docs/manager_aws_codebuild-manager.ts.html +236 -0
- package/api-docs/manager_aws_dynamodb-manager.ts.html +215 -0
- package/api-docs/manager_aws_ecr-manager.ts.html +195 -0
- package/api-docs/manager_aws_ecs-manager.ts.html +255 -0
- package/api-docs/manager_aws_eks-manager.ts.html +256 -0
- package/api-docs/manager_aws_event-manager.ts.html +332 -0
- package/api-docs/manager_aws_iam-manager.ts.html +569 -0
- package/api-docs/manager_aws_lambda-manager.ts.html +396 -0
- package/api-docs/manager_aws_log-manager.ts.html +255 -0
- package/api-docs/manager_aws_route53-manager.ts.html +329 -0
- package/api-docs/manager_aws_s3-manager.ts.html +357 -0
- package/api-docs/manager_aws_secrets-manager.ts.html +270 -0
- package/api-docs/manager_aws_sns-manager.ts.html +242 -0
- package/api-docs/manager_aws_ssm-manager.ts.html +268 -0
- package/api-docs/manager_aws_vpc-manager.ts.html +238 -0
- package/api-docs/manager_aws_waf-manager.ts.html +228 -0
- package/api-docs/scripts/app.min.js +1 -0
- package/api-docs/scripts/linenumber.js +26 -0
- package/api-docs/scripts/search.js +39 -0
- package/api-docs/styles/app.min.css +1 -0
- package/api-docs/styles/iframe.css +13 -0
- package/api-docs/styles/prettify-jsdoc.css +111 -0
- package/api-docs/styles/prettify-tomorrow.css +132 -0
- package/api-docs/styles/reset.css +44 -0
- package/api-docs/tutorial-Architecture.html +147 -0
- package/api-docs/tutorial-Build.html +146 -0
- package/api-docs/tutorial-CI-CD.html +150 -0
- package/api-docs/tutorial-Development.html +223 -0
- package/api-docs/types_aws_index.ts.html +611 -0
- package/api-docs/utils_aws_index.ts.html +189 -0
- package/api-docs/utils_index.ts.html +225 -0
- package/app/api-destined-function/node_modules/.yarn-integrity +180 -0
- package/app/api-destined-function/node_modules/@types/uuid/LICENSE +21 -0
- package/app/api-destined-function/node_modules/@types/uuid/README.md +16 -0
- package/app/api-destined-function/node_modules/@types/uuid/index.d.mts +10 -0
- package/app/api-destined-function/node_modules/@types/uuid/index.d.ts +80 -0
- package/app/api-destined-function/node_modules/@types/uuid/package.json +54 -0
- 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 +923 -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/LICENSE.md +9 -0
- package/app/api-destined-function/node_modules/uuid/README.md +505 -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/uuid/package.json +135 -0
- package/app/api-destined-function/node_modules/uuid/wrapper.mjs +10 -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 +30 -0
- package/app/api-destined-function/src/lib/lambda.ts +31 -0
- package/dist/app/api-destined-function/src/lib/lambda.d.ts +19 -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 +34 -0
- package/dist/app/api-destined-function/src/lib/lambda.js.map +1 -0
- package/dist/src/lib/common/{commonConstruct.d.ts → construct.d.ts} +3 -13
- package/dist/src/lib/common/construct.d.ts.map +1 -0
- package/dist/src/lib/common/{commonConstruct.js → construct.js} +4 -14
- package/dist/src/lib/common/construct.js.map +1 -0
- package/dist/src/lib/common/index.d.ts +2 -2
- package/dist/src/lib/common/index.d.ts.map +1 -1
- package/dist/src/lib/common/index.js +2 -2
- package/dist/src/lib/common/index.js.map +1 -1
- package/dist/src/lib/common/{commonStack.d.ts → stack.d.ts} +3 -14
- package/dist/src/lib/common/stack.d.ts.map +1 -0
- package/dist/src/lib/common/{commonStack.js → stack.js} +4 -15
- package/dist/src/lib/common/stack.js.map +1 -0
- package/dist/src/lib/construct/api-to-eventbridge-target/api-destination-event.d.ts +16 -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 +17 -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 +19 -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 +19 -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 +35 -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 +29 -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 +134 -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 +487 -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/{graphQLApiLambda.d.ts → graphql-api-lambda/main.d.ts} +12 -22
- package/dist/src/lib/construct/graphql-api-lambda/main.d.ts.map +1 -0
- package/dist/src/lib/construct/{graphQLApiLambda.js → graphql-api-lambda/main.js} +14 -24
- package/dist/src/lib/construct/graphql-api-lambda/main.js.map +1 -0
- package/dist/src/lib/construct/index.d.ts +4 -3
- package/dist/src/lib/construct/index.d.ts.map +1 -1
- package/dist/src/lib/construct/index.js +4 -3
- package/dist/src/lib/construct/index.js.map +1 -1
- 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/{siteWithEcsBackend.d.ts → site-with-ecs-backend/main.d.ts} +4 -16
- package/dist/src/lib/construct/site-with-ecs-backend/main.d.ts.map +1 -0
- package/dist/src/lib/construct/{siteWithEcsBackend.js → site-with-ecs-backend/main.js} +4 -16
- 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/{staticSite.d.ts → static-site/main.d.ts} +4 -16
- package/dist/src/lib/construct/static-site/main.d.ts.map +1 -0
- package/dist/src/lib/construct/{staticSite.js → static-site/main.js} +4 -16
- package/dist/src/lib/construct/static-site/main.js.map +1 -0
- package/dist/src/lib/manager/aws/{acmManager.d.ts → acm-manager.d.ts} +2 -2
- package/dist/src/lib/manager/aws/acm-manager.d.ts.map +1 -0
- package/dist/src/lib/manager/aws/{acmManager.js → acm-manager.js} +2 -2
- package/dist/src/lib/manager/aws/acm-manager.js.map +1 -0
- package/dist/src/lib/manager/aws/{apiManager.d.ts → api-manager.d.ts} +5 -5
- package/dist/src/lib/manager/aws/api-manager.d.ts.map +1 -0
- package/dist/src/lib/manager/aws/{apiManager.js → api-manager.js} +5 -5
- package/dist/src/lib/manager/aws/api-manager.js.map +1 -0
- package/dist/src/lib/manager/aws/{appConfigManager.d.ts → app-config-manager.d.ts} +2 -2
- package/dist/src/lib/manager/aws/app-config-manager.d.ts.map +1 -0
- package/dist/src/lib/manager/aws/{appConfigManager.js → app-config-manager.js} +2 -2
- package/dist/src/lib/manager/aws/app-config-manager.js.map +1 -0
- package/dist/src/lib/manager/aws/{cloudFrontManager.d.ts → cloudfront-manager.d.ts} +2 -2
- package/dist/src/lib/manager/aws/cloudfront-manager.d.ts.map +1 -0
- package/dist/src/lib/manager/aws/{cloudFrontManager.js → cloudfront-manager.js} +2 -2
- package/dist/src/lib/manager/aws/cloudfront-manager.js.map +1 -0
- package/dist/src/lib/manager/aws/{cloudTrailManager.d.ts → cloudtrail-manager.d.ts} +2 -2
- package/dist/src/lib/manager/aws/cloudtrail-manager.d.ts.map +1 -0
- package/dist/src/lib/manager/aws/{cloudTrailManager.js → cloudtrail-manager.js} +2 -2
- package/dist/src/lib/manager/aws/cloudtrail-manager.js.map +1 -0
- package/dist/src/lib/manager/aws/{cloudWatchManager.d.ts → cloudwatch-manager.d.ts} +2 -2
- package/dist/src/lib/manager/aws/cloudwatch-manager.d.ts.map +1 -0
- package/dist/src/lib/manager/aws/{cloudWatchManager.js → cloudwatch-manager.js} +2 -2
- package/dist/src/lib/manager/aws/cloudwatch-manager.js.map +1 -0
- package/dist/src/lib/manager/aws/{codeBuildManager.d.ts → codebuild-manager.d.ts} +2 -2
- package/dist/src/lib/manager/aws/codebuild-manager.d.ts.map +1 -0
- package/dist/src/lib/manager/aws/{codeBuildManager.js → codebuild-manager.js} +2 -2
- package/dist/src/lib/manager/aws/codebuild-manager.js.map +1 -0
- package/dist/src/lib/manager/aws/dynamodb-manager.d.ts +32 -0
- package/dist/src/lib/manager/aws/dynamodb-manager.d.ts.map +1 -0
- package/dist/src/lib/manager/aws/dynamodb-manager.js +79 -0
- package/dist/src/lib/manager/aws/dynamodb-manager.js.map +1 -0
- package/dist/src/lib/manager/aws/{ecrManager.d.ts → ecr-manager.d.ts} +2 -2
- package/dist/src/lib/manager/aws/ecr-manager.d.ts.map +1 -0
- package/dist/src/lib/manager/aws/{ecrManager.js → ecr-manager.js} +2 -2
- package/dist/src/lib/manager/aws/ecr-manager.js.map +1 -0
- package/dist/src/lib/manager/aws/{ecsManager.d.ts → ecs-manager.d.ts} +2 -2
- package/dist/src/lib/manager/aws/ecs-manager.d.ts.map +1 -0
- package/dist/src/lib/manager/aws/{ecsManager.js → ecs-manager.js} +2 -2
- package/dist/src/lib/manager/aws/ecs-manager.js.map +1 -0
- package/dist/src/lib/manager/aws/{eksManager.d.ts → eks-manager.d.ts} +2 -2
- package/dist/src/lib/manager/aws/eks-manager.d.ts.map +1 -0
- package/dist/src/lib/manager/aws/{eksManager.js → eks-manager.js} +2 -2
- package/dist/src/lib/manager/aws/eks-manager.js.map +1 -0
- package/dist/src/lib/manager/aws/{eventManager.d.ts → event-manager.d.ts} +18 -2
- package/dist/src/lib/manager/aws/event-manager.d.ts.map +1 -0
- package/dist/src/lib/manager/aws/{eventManager.js → event-manager.js} +44 -2
- package/dist/src/lib/manager/aws/event-manager.js.map +1 -0
- package/dist/src/lib/manager/aws/{iamManager.d.ts → iam-manager.d.ts} +12 -14
- package/dist/src/lib/manager/aws/iam-manager.d.ts.map +1 -0
- package/dist/src/lib/manager/aws/{iamManager.js → iam-manager.js} +21 -17
- package/dist/src/lib/manager/aws/iam-manager.js.map +1 -0
- package/dist/src/lib/manager/aws/index.d.ts +22 -21
- package/dist/src/lib/manager/aws/index.d.ts.map +1 -1
- package/dist/src/lib/manager/aws/index.js +22 -21
- package/dist/src/lib/manager/aws/index.js.map +1 -1
- package/dist/src/lib/manager/aws/{lambdaManager.d.ts → lambda-manager.d.ts} +28 -26
- package/dist/src/lib/manager/aws/lambda-manager.d.ts.map +1 -0
- package/dist/src/lib/manager/aws/{lambdaManager.js → lambda-manager.js} +45 -37
- package/dist/src/lib/manager/aws/lambda-manager.js.map +1 -0
- package/dist/src/lib/manager/aws/{logManager.d.ts → log-manager.d.ts} +2 -2
- package/dist/src/lib/manager/aws/log-manager.d.ts.map +1 -0
- package/dist/src/lib/manager/aws/{logManager.js → log-manager.js} +2 -2
- package/dist/src/lib/manager/aws/log-manager.js.map +1 -0
- package/dist/src/lib/manager/aws/{route53Manager.d.ts → route53-manager.d.ts} +3 -3
- package/dist/src/lib/manager/aws/route53-manager.d.ts.map +1 -0
- package/dist/src/lib/manager/aws/{route53Manager.js → route53-manager.js} +3 -3
- package/dist/src/lib/manager/aws/route53-manager.js.map +1 -0
- package/dist/src/lib/manager/aws/{s3Manager.d.ts → s3-manager.d.ts} +2 -2
- package/dist/src/lib/manager/aws/s3-manager.d.ts.map +1 -0
- package/dist/src/lib/manager/aws/{s3Manager.js → s3-manager.js} +2 -2
- package/dist/src/lib/manager/aws/s3-manager.js.map +1 -0
- package/dist/src/lib/manager/aws/{secretsManager.d.ts → secrets-manager.d.ts} +2 -2
- package/dist/src/lib/manager/aws/secrets-manager.d.ts.map +1 -0
- package/dist/src/lib/manager/aws/{secretsManager.js → secrets-manager.js} +2 -2
- package/dist/src/lib/manager/aws/secrets-manager.js.map +1 -0
- package/dist/src/lib/manager/aws/{snsManager.d.ts → sns-manager.d.ts} +2 -2
- package/dist/src/lib/manager/aws/sns-manager.d.ts.map +1 -0
- package/dist/src/lib/manager/aws/{snsManager.js → sns-manager.js} +2 -2
- package/dist/src/lib/manager/aws/sns-manager.js.map +1 -0
- package/dist/src/lib/manager/aws/{ssmManager.d.ts → ssm-manager.d.ts} +4 -9
- package/dist/src/lib/manager/aws/ssm-manager.d.ts.map +1 -0
- package/dist/src/lib/manager/aws/{ssmManager.js → ssm-manager.js} +4 -9
- package/dist/src/lib/manager/aws/ssm-manager.js.map +1 -0
- package/dist/src/lib/manager/aws/{vpcManager.d.ts → vpc-manager.d.ts} +2 -2
- package/dist/src/lib/manager/aws/vpc-manager.d.ts.map +1 -0
- package/dist/src/lib/manager/aws/{vpcManager.js → vpc-manager.js} +3 -2
- package/dist/src/lib/manager/aws/vpc-manager.js.map +1 -0
- package/dist/src/lib/manager/aws/{wafManager.d.ts → waf-manager.d.ts} +2 -2
- package/dist/src/lib/manager/aws/waf-manager.d.ts.map +1 -0
- package/dist/src/lib/manager/aws/{wafManager.js → waf-manager.js} +2 -2
- package/dist/src/lib/manager/aws/waf-manager.js.map +1 -0
- package/dist/src/lib/types/aws/index.d.ts +143 -2
- package/dist/src/lib/types/aws/index.d.ts.map +1 -1
- package/dist/src/lib/utils/aws/index.d.ts +1 -1
- package/dist/src/lib/utils/aws/index.d.ts.map +1 -1
- package/dist/src/lib/utils/index.d.ts +1 -0
- package/dist/src/lib/utils/index.d.ts.map +1 -1
- package/dist/src/lib/utils/index.js +1 -0
- package/dist/src/lib/utils/index.js.map +1 -1
- package/img/ApiToEventBridgeTarget.jpg +0 -0
- package/img/GraphQLApiLambda.jpg +0 -0
- package/package.json +12 -13
- package/src/lib/common/{commonConstruct.ts → construct.ts} +3 -13
- package/src/lib/common/index.ts +2 -2
- package/src/lib/common/{commonStack.ts → stack.ts} +3 -13
- package/src/lib/construct/api-to-eventbridge-target/api-destination-event.ts +16 -0
- package/src/lib/construct/api-to-eventbridge-target/api-destined-lambda.ts +19 -0
- package/src/lib/construct/api-to-eventbridge-target/api-destined-rest-api.ts +31 -0
- package/src/lib/construct/api-to-eventbridge-target/index.ts +4 -0
- package/src/lib/construct/api-to-eventbridge-target/main.ts +592 -0
- package/src/lib/construct/graphql-api-lambda/index.ts +1 -0
- package/src/lib/construct/{graphQLApiLambda.ts → graphql-api-lambda/main.ts} +13 -23
- package/src/lib/construct/index.ts +4 -3
- package/src/lib/construct/site-with-ecs-backend/index.ts +1 -0
- package/src/lib/construct/{siteWithEcsBackend.ts → site-with-ecs-backend/main.ts} +3 -15
- package/src/lib/construct/static-site/index.ts +1 -0
- package/src/lib/construct/{staticSite.ts → static-site/main.ts} +3 -15
- package/src/lib/manager/aws/{acmManager.ts → acm-manager.ts} +1 -1
- package/src/lib/manager/aws/{apiManager.ts → api-manager.ts} +4 -4
- package/src/lib/manager/aws/{appConfigManager.ts → app-config-manager.ts} +1 -1
- package/src/lib/manager/aws/{cloudFrontManager.ts → cloudfront-manager.ts} +1 -1
- package/src/lib/manager/aws/{cloudTrailManager.ts → cloudtrail-manager.ts} +1 -1
- package/src/lib/manager/aws/{cloudWatchManager.ts → cloudwatch-manager.ts} +1 -1
- package/src/lib/manager/aws/{codeBuildManager.ts → codebuild-manager.ts} +1 -1
- package/src/lib/manager/aws/dynamodb-manager.ts +60 -0
- package/src/lib/manager/aws/{ecrManager.ts → ecr-manager.ts} +1 -1
- package/src/lib/manager/aws/{ecsManager.ts → ecs-manager.ts} +1 -1
- package/src/lib/manager/aws/{eksManager.ts → eks-manager.ts} +1 -1
- package/src/lib/manager/aws/{eventManager.ts → event-manager.ts} +55 -1
- package/src/lib/manager/aws/{iamManager.ts → iam-manager.ts} +21 -16
- package/src/lib/manager/aws/index.ts +22 -21
- package/src/lib/manager/aws/{lambdaManager.ts → lambda-manager.ts} +51 -41
- package/src/lib/manager/aws/{logManager.ts → log-manager.ts} +1 -1
- package/src/lib/manager/aws/{route53Manager.ts → route53-manager.ts} +2 -2
- package/src/lib/manager/aws/{s3Manager.ts → s3-manager.ts} +1 -1
- package/src/lib/manager/aws/{secretsManager.ts → secrets-manager.ts} +1 -1
- package/src/lib/manager/aws/{snsManager.ts → sns-manager.ts} +1 -1
- package/src/lib/manager/aws/{ssmManager.ts → ssm-manager.ts} +3 -8
- package/src/lib/manager/aws/{vpcManager.ts → vpc-manager.ts} +2 -1
- package/src/lib/manager/aws/{wafManager.ts → waf-manager.ts} +1 -1
- package/src/lib/types/aws/index.ts +146 -2
- package/src/lib/utils/aws/index.ts +1 -1
- package/src/lib/utils/index.ts +1 -0
- package/.releaserc +0 -9
- package/dist/src/lib/common/commonConstruct.d.ts.map +0 -1
- package/dist/src/lib/common/commonConstruct.js.map +0 -1
- package/dist/src/lib/common/commonStack.d.ts.map +0 -1
- package/dist/src/lib/common/commonStack.js.map +0 -1
- package/dist/src/lib/construct/graphQLApiLambda.d.ts.map +0 -1
- package/dist/src/lib/construct/graphQLApiLambda.js.map +0 -1
- package/dist/src/lib/construct/siteWithEcsBackend.d.ts.map +0 -1
- package/dist/src/lib/construct/siteWithEcsBackend.js.map +0 -1
- package/dist/src/lib/construct/staticSite.d.ts.map +0 -1
- package/dist/src/lib/construct/staticSite.js.map +0 -1
- package/dist/src/lib/manager/aws/acmManager.d.ts.map +0 -1
- package/dist/src/lib/manager/aws/acmManager.js.map +0 -1
- package/dist/src/lib/manager/aws/apiManager.d.ts.map +0 -1
- package/dist/src/lib/manager/aws/apiManager.js.map +0 -1
- package/dist/src/lib/manager/aws/appConfigManager.d.ts.map +0 -1
- package/dist/src/lib/manager/aws/appConfigManager.js.map +0 -1
- package/dist/src/lib/manager/aws/cloudFrontManager.d.ts.map +0 -1
- package/dist/src/lib/manager/aws/cloudFrontManager.js.map +0 -1
- package/dist/src/lib/manager/aws/cloudTrailManager.d.ts.map +0 -1
- package/dist/src/lib/manager/aws/cloudTrailManager.js.map +0 -1
- package/dist/src/lib/manager/aws/cloudWatchManager.d.ts.map +0 -1
- package/dist/src/lib/manager/aws/cloudWatchManager.js.map +0 -1
- package/dist/src/lib/manager/aws/codeBuildManager.d.ts.map +0 -1
- package/dist/src/lib/manager/aws/codeBuildManager.js.map +0 -1
- package/dist/src/lib/manager/aws/ecrManager.d.ts.map +0 -1
- package/dist/src/lib/manager/aws/ecrManager.js.map +0 -1
- package/dist/src/lib/manager/aws/ecsManager.d.ts.map +0 -1
- package/dist/src/lib/manager/aws/ecsManager.js.map +0 -1
- package/dist/src/lib/manager/aws/eksManager.d.ts.map +0 -1
- package/dist/src/lib/manager/aws/eksManager.js.map +0 -1
- package/dist/src/lib/manager/aws/eventManager.d.ts.map +0 -1
- package/dist/src/lib/manager/aws/eventManager.js.map +0 -1
- package/dist/src/lib/manager/aws/iamManager.d.ts.map +0 -1
- package/dist/src/lib/manager/aws/iamManager.js.map +0 -1
- package/dist/src/lib/manager/aws/lambdaManager.d.ts.map +0 -1
- package/dist/src/lib/manager/aws/lambdaManager.js.map +0 -1
- package/dist/src/lib/manager/aws/logManager.d.ts.map +0 -1
- package/dist/src/lib/manager/aws/logManager.js.map +0 -1
- package/dist/src/lib/manager/aws/route53Manager.d.ts.map +0 -1
- package/dist/src/lib/manager/aws/route53Manager.js.map +0 -1
- package/dist/src/lib/manager/aws/s3Manager.d.ts.map +0 -1
- package/dist/src/lib/manager/aws/s3Manager.js.map +0 -1
- package/dist/src/lib/manager/aws/secretsManager.d.ts.map +0 -1
- package/dist/src/lib/manager/aws/secretsManager.js.map +0 -1
- package/dist/src/lib/manager/aws/snsManager.d.ts.map +0 -1
- package/dist/src/lib/manager/aws/snsManager.js.map +0 -1
- package/dist/src/lib/manager/aws/ssmManager.d.ts.map +0 -1
- package/dist/src/lib/manager/aws/ssmManager.js.map +0 -1
- package/dist/src/lib/manager/aws/vpcManager.d.ts.map +0 -1
- package/dist/src/lib/manager/aws/vpcManager.js.map +0 -1
- package/dist/src/lib/manager/aws/wafManager.d.ts.map +0 -1
- package/dist/src/lib/manager/aws/wafManager.js.map +0 -1
|
@@ -7,12 +7,12 @@ import * as lambda from 'aws-cdk-lib/aws-lambda'
|
|
|
7
7
|
import * as common from '../../common'
|
|
8
8
|
import * as types from '../../types'
|
|
9
9
|
import * as utils from '../../utils'
|
|
10
|
-
import { CloudFrontManager } from './
|
|
10
|
+
import { CloudFrontManager } from './cloudfront-manager'
|
|
11
11
|
|
|
12
12
|
/**
|
|
13
13
|
* @stability stable
|
|
14
14
|
* @category Compute
|
|
15
|
-
* @
|
|
15
|
+
* @classdesc Provides operations on AWS Lambda.
|
|
16
16
|
* - A new instance of this class is injected into {@link common.CommonConstruct} constructor.
|
|
17
17
|
* - If a custom construct extends {@link common.CommonConstruct}, an instance is available within the context.
|
|
18
18
|
* @example
|
|
@@ -68,43 +68,49 @@ export class LambdaManager {
|
|
|
68
68
|
}
|
|
69
69
|
|
|
70
70
|
/**
|
|
71
|
-
* @summary Method to create a lambda function (
|
|
71
|
+
* @summary Method to create a lambda function (python)
|
|
72
72
|
* @param {string} id scoped id of the resource
|
|
73
73
|
* @param {common.CommonConstruct} scope scope in which this resource is defined
|
|
74
74
|
* @param {types.LambdaProps} props
|
|
75
75
|
* @param {iam.Role | iam.CfnRole} role
|
|
76
76
|
* @param {lambda.ILayerVersion[]} layers
|
|
77
|
-
* @param {
|
|
78
|
-
* @param {string}
|
|
79
|
-
* @param {
|
|
80
|
-
* @param {
|
|
81
|
-
* @param {ec2.
|
|
82
|
-
* @param {
|
|
83
|
-
* @param {
|
|
77
|
+
* @param {string} entry path to lambda source
|
|
78
|
+
* @param {string?} index
|
|
79
|
+
* @param {string?} handler
|
|
80
|
+
* @param {Map<string, string>?} environment
|
|
81
|
+
* @param {ec2.IVpc?} vpc
|
|
82
|
+
* @param {ec2.ISecurityGroup[]?} securityGroups
|
|
83
|
+
* @param {efs.IAccessPoint?} accessPoint
|
|
84
|
+
* @param {string?} mountPath
|
|
85
|
+
* @param {ec2.SubnetSelection?} vpcSubnets
|
|
84
86
|
*/
|
|
85
|
-
|
|
87
|
+
|
|
88
|
+
public createPythonLambdaFunction(
|
|
86
89
|
id: string,
|
|
87
90
|
scope: common.CommonConstruct,
|
|
88
91
|
props: types.LambdaProps,
|
|
89
92
|
role: iam.Role | iam.CfnRole,
|
|
90
93
|
layers: lambda.ILayerVersion[],
|
|
91
|
-
|
|
94
|
+
entry: string,
|
|
95
|
+
index?: string,
|
|
92
96
|
handler?: string,
|
|
93
97
|
environment?: any,
|
|
94
98
|
vpc?: ec2.IVpc,
|
|
95
99
|
securityGroups?: ec2.ISecurityGroup[],
|
|
96
100
|
accessPoint?: efs.IAccessPoint,
|
|
97
|
-
mountPath?: string
|
|
101
|
+
mountPath?: string,
|
|
102
|
+
vpcSubnets?: ec2.SubnetSelection
|
|
98
103
|
) {
|
|
99
104
|
if (!props) throw `Lambda props undefined`
|
|
100
105
|
|
|
101
106
|
const functionName = `${props.functionName}-${scope.props.stage}`
|
|
102
|
-
const lambdaFunction = new
|
|
107
|
+
const lambdaFunction = new pylambda.PythonFunction(scope, `${id}`, {
|
|
103
108
|
allowPublicSubnet: !!vpc,
|
|
104
109
|
functionName: functionName,
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
110
|
+
index: index,
|
|
111
|
+
handler: handler,
|
|
112
|
+
runtime: lambda.Runtime.PYTHON_3_8,
|
|
113
|
+
entry: entry,
|
|
108
114
|
environment: {
|
|
109
115
|
REGION: scope.props.region,
|
|
110
116
|
...environment,
|
|
@@ -113,11 +119,14 @@ export class LambdaManager {
|
|
|
113
119
|
layers: layers,
|
|
114
120
|
logRetention: props.logRetention,
|
|
115
121
|
memorySize: props.memorySize,
|
|
122
|
+
onFailure: props.onFailure,
|
|
123
|
+
onSuccess: props.onSuccess,
|
|
116
124
|
reservedConcurrentExecutions: props.reservedConcurrentExecutions,
|
|
117
125
|
role: role instanceof iam.Role ? role : undefined,
|
|
118
126
|
securityGroups: securityGroups,
|
|
119
127
|
timeout: props.timeoutInSecs ? cdk.Duration.seconds(props.timeoutInSecs) : cdk.Duration.minutes(1),
|
|
120
128
|
vpc: vpc,
|
|
129
|
+
vpcSubnets: vpcSubnets,
|
|
121
130
|
})
|
|
122
131
|
|
|
123
132
|
utils.createCfnOutput(`${id}-lambdaArn`, scope, lambdaFunction.functionArn)
|
|
@@ -127,47 +136,45 @@ export class LambdaManager {
|
|
|
127
136
|
}
|
|
128
137
|
|
|
129
138
|
/**
|
|
130
|
-
* @summary Method to create a lambda function (
|
|
139
|
+
* @summary Method to create a lambda function (nodejs)
|
|
131
140
|
* @param {string} id scoped id of the resource
|
|
132
141
|
* @param {common.CommonConstruct} scope scope in which this resource is defined
|
|
133
142
|
* @param {types.LambdaProps} props
|
|
134
143
|
* @param {iam.Role | iam.CfnRole} role
|
|
135
144
|
* @param {lambda.ILayerVersion[]} layers
|
|
136
|
-
* @param {
|
|
137
|
-
* @param {string}
|
|
138
|
-
* @param {string}
|
|
139
|
-
* @param {
|
|
140
|
-
* @param {ec2.
|
|
141
|
-
* @param {
|
|
142
|
-
* @param {
|
|
143
|
-
* @param {
|
|
145
|
+
* @param {lambda.AssetCode} code
|
|
146
|
+
* @param {string?} handler
|
|
147
|
+
* @param {Map<string, string>?} environment
|
|
148
|
+
* @param {ec2.IVpc?} vpc
|
|
149
|
+
* @param {ec2.ISecurityGroup[]?} securityGroups
|
|
150
|
+
* @param {efs.IAccessPoint?} accessPoint
|
|
151
|
+
* @param {string?} mountPath
|
|
152
|
+
* @param {ec2.SubnetSelection?} vpcSubnets
|
|
144
153
|
*/
|
|
145
|
-
|
|
146
|
-
public createPythonLambdaFunction(
|
|
154
|
+
public createLambdaFunction(
|
|
147
155
|
id: string,
|
|
148
156
|
scope: common.CommonConstruct,
|
|
149
157
|
props: types.LambdaProps,
|
|
150
158
|
role: iam.Role | iam.CfnRole,
|
|
151
159
|
layers: lambda.ILayerVersion[],
|
|
152
|
-
|
|
153
|
-
index?: string,
|
|
160
|
+
code: lambda.AssetCode,
|
|
154
161
|
handler?: string,
|
|
155
162
|
environment?: any,
|
|
156
163
|
vpc?: ec2.IVpc,
|
|
157
164
|
securityGroups?: ec2.ISecurityGroup[],
|
|
158
165
|
accessPoint?: efs.IAccessPoint,
|
|
159
|
-
mountPath?: string
|
|
166
|
+
mountPath?: string,
|
|
167
|
+
vpcSubnets?: ec2.SubnetSelection
|
|
160
168
|
) {
|
|
161
169
|
if (!props) throw `Lambda props undefined`
|
|
162
170
|
|
|
163
171
|
const functionName = `${props.functionName}-${scope.props.stage}`
|
|
164
|
-
const lambdaFunction = new
|
|
172
|
+
const lambdaFunction = new lambda.Function(scope, `${id}`, {
|
|
165
173
|
allowPublicSubnet: !!vpc,
|
|
166
174
|
functionName: functionName,
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
entry: entry,
|
|
175
|
+
handler: handler || 'index.lambda_handler',
|
|
176
|
+
runtime: lambda.Runtime.NODEJS_14_X,
|
|
177
|
+
code: code,
|
|
171
178
|
environment: {
|
|
172
179
|
REGION: scope.props.region,
|
|
173
180
|
...environment,
|
|
@@ -176,11 +183,14 @@ export class LambdaManager {
|
|
|
176
183
|
layers: layers,
|
|
177
184
|
logRetention: props.logRetention,
|
|
178
185
|
memorySize: props.memorySize,
|
|
186
|
+
onFailure: props.onFailure,
|
|
187
|
+
onSuccess: props.onSuccess,
|
|
179
188
|
reservedConcurrentExecutions: props.reservedConcurrentExecutions,
|
|
180
189
|
role: role instanceof iam.Role ? role : undefined,
|
|
181
190
|
securityGroups: securityGroups,
|
|
182
191
|
timeout: props.timeoutInSecs ? cdk.Duration.seconds(props.timeoutInSecs) : cdk.Duration.minutes(1),
|
|
183
192
|
vpc: vpc,
|
|
193
|
+
vpcSubnets: vpcSubnets,
|
|
184
194
|
})
|
|
185
195
|
|
|
186
196
|
utils.createCfnOutput(`${id}-lambdaArn`, scope, lambdaFunction.functionArn)
|
|
@@ -197,11 +207,11 @@ export class LambdaManager {
|
|
|
197
207
|
* @param {types.LambdaEdgeProps} props lambda@edge properties
|
|
198
208
|
* @param {lambda.ILayerVersion[]} layers
|
|
199
209
|
* @param {lambda.AssetCode} code
|
|
200
|
-
* @param {Map<string, string
|
|
201
|
-
* @param {ec2.IVpc} vpc
|
|
202
|
-
* @param {ec2.ISecurityGroup[]} securityGroups
|
|
203
|
-
* @param {efs.IAccessPoint} accessPoint
|
|
204
|
-
* @param {string} mountPath
|
|
210
|
+
* @param {Map<string, string>?} environment
|
|
211
|
+
* @param {ec2.IVpc?} vpc
|
|
212
|
+
* @param {ec2.ISecurityGroup[]?} securityGroups
|
|
213
|
+
* @param {efs.IAccessPoint?} accessPoint
|
|
214
|
+
* @param {string?} mountPath
|
|
205
215
|
*/
|
|
206
216
|
public createEdgeFunction(
|
|
207
217
|
id: string,
|
|
@@ -7,7 +7,7 @@ import * as utils from '../../utils'
|
|
|
7
7
|
/**
|
|
8
8
|
* @stability stable
|
|
9
9
|
* @category Management & Governance
|
|
10
|
-
* @
|
|
10
|
+
* @classdesc Provides operations on AWS CloudWatch.
|
|
11
11
|
* - A new instance of this class is injected into {@link common.CommonConstruct} constructor.
|
|
12
12
|
* - If a custom construct extends {@link common.CommonConstruct}, an instance is available within the context.
|
|
13
13
|
* @example
|
|
@@ -9,7 +9,7 @@ import * as utils from '../../utils'
|
|
|
9
9
|
/**
|
|
10
10
|
* @stability stable
|
|
11
11
|
* @category Networking & Content Delivery
|
|
12
|
-
* @
|
|
12
|
+
* @classdesc Provides operations on AWS Route53.
|
|
13
13
|
* - A new instance of this class is injected into {@link common.CommonConstruct} constructor.
|
|
14
14
|
* - If a custom construct extends {@link common.CommonConstruct}, an instance is available within the context.
|
|
15
15
|
* @example
|
|
@@ -143,7 +143,7 @@ export class Route53Manager {
|
|
|
143
143
|
}
|
|
144
144
|
|
|
145
145
|
/**
|
|
146
|
-
* @summary Method to create a-record for
|
|
146
|
+
* @summary Method to create a-record for restApi gateway target
|
|
147
147
|
* @param {string} id scoped id of the resource
|
|
148
148
|
* @param {common.CommonConstruct} scope scope in which this resource is defined
|
|
149
149
|
* @param recordName
|
|
@@ -10,7 +10,7 @@ import * as utils from '../../utils'
|
|
|
10
10
|
/**
|
|
11
11
|
* @stability stable
|
|
12
12
|
* @category Storage
|
|
13
|
-
* @
|
|
13
|
+
* @classdesc Provides operations on AWS S3.
|
|
14
14
|
* - A new instance of this class is injected into {@link common.CommonConstruct} constructor.
|
|
15
15
|
* - If a custom construct extends {@link common.CommonConstruct}, an instance is available within the context.
|
|
16
16
|
* @example
|
|
@@ -8,7 +8,7 @@ const fs = require('fs')
|
|
|
8
8
|
/**
|
|
9
9
|
* @stability experimental
|
|
10
10
|
* @category Security, Identity & Compliance
|
|
11
|
-
* @
|
|
11
|
+
* @classdesc Provides operations on AWS Secrets Manager.
|
|
12
12
|
* - A new instance of this class is injected into {@link common.CommonConstruct} constructor.
|
|
13
13
|
* - If a custom construct extends {@link common.CommonConstruct}, an instance is available within the context.
|
|
14
14
|
* @example
|
|
@@ -8,7 +8,7 @@ import * as utils from '../../utils'
|
|
|
8
8
|
/**
|
|
9
9
|
* @stability stable
|
|
10
10
|
* @category Application Integration
|
|
11
|
-
* @
|
|
11
|
+
* @classdesc Provides operations on AWS Simple Notification Service.
|
|
12
12
|
* - A new instance of this class is injected into {@link common.CommonConstruct} constructor.
|
|
13
13
|
* - If a custom construct extends {@link common.CommonConstruct}, an instance is available within the context.
|
|
14
14
|
* @example
|
|
@@ -7,7 +7,7 @@ import * as utils from '../../utils'
|
|
|
7
7
|
/**
|
|
8
8
|
* @stability stable
|
|
9
9
|
* @category Management & Governance
|
|
10
|
-
* @
|
|
10
|
+
* @classdesc Provides operations on AWS Systems Manager.
|
|
11
11
|
* - A new instance of this class is injected into {@link common.CommonConstruct} constructor.
|
|
12
12
|
* - If a custom construct extends {@link common.CommonConstruct}, an instance is available within the context.
|
|
13
13
|
* @example
|
|
@@ -81,15 +81,10 @@ export class SsmManager {
|
|
|
81
81
|
}
|
|
82
82
|
|
|
83
83
|
/**
|
|
84
|
-
*
|
|
84
|
+
* @category Management & Governance
|
|
85
|
+
* @classdesc Provides utilities to read same/cross region SSM parameters
|
|
85
86
|
*/
|
|
86
87
|
export class SSMParameterReader extends cr.AwsCustomResource {
|
|
87
|
-
/**
|
|
88
|
-
*
|
|
89
|
-
* @param {common.CommonConstruct} scope scope in which this resource is defined
|
|
90
|
-
* @param {string} name parameter name
|
|
91
|
-
* @param {types.SSMParameterReaderProps} props
|
|
92
|
-
*/
|
|
93
88
|
constructor(scope: common.CommonConstruct, name: string, props: types.SSMParameterReaderProps) {
|
|
94
89
|
const { parameterName, region } = props
|
|
95
90
|
|
|
@@ -11,7 +11,7 @@ const CommonVpcIdentifier = 'CommonVpc'
|
|
|
11
11
|
|
|
12
12
|
/**
|
|
13
13
|
* @category Networking & Content Delivery
|
|
14
|
-
* @
|
|
14
|
+
* @classdesc Provides operations on AWS VPC.
|
|
15
15
|
* - A new instance of this class is injected into {@link common.CommonConstruct} constructor.
|
|
16
16
|
* - If a custom construct extends {@link common.CommonConstruct}, an instance is available within the context.
|
|
17
17
|
* @example
|
|
@@ -38,6 +38,7 @@ export class VpcManager {
|
|
|
38
38
|
if (!props) throw 'Vpc props undefined'
|
|
39
39
|
const vpc = new ec2.Vpc(scope, `${id}`, {
|
|
40
40
|
maxAzs: props.maxAzs,
|
|
41
|
+
cidr: props.cidr,
|
|
41
42
|
})
|
|
42
43
|
|
|
43
44
|
utils.createCfnOutput(`${id}Id`, scope, vpc.vpcId)
|
|
@@ -6,7 +6,7 @@ import * as utils from '../../utils'
|
|
|
6
6
|
/**
|
|
7
7
|
* @stability stable
|
|
8
8
|
* @category Security, Identity & Compliance
|
|
9
|
-
* @
|
|
9
|
+
* @classdesc Provides operations on AWS WAF.
|
|
10
10
|
* - A new instance of this class is injected into {@link common.CommonConstruct} constructor.
|
|
11
11
|
* - If a custom construct extends {@link common.CommonConstruct}, an instance is available within the context.
|
|
12
12
|
* @example
|
|
@@ -5,19 +5,23 @@ import * as acm from 'aws-cdk-lib/aws-certificatemanager'
|
|
|
5
5
|
import * as cloudfront from 'aws-cdk-lib/aws-cloudfront'
|
|
6
6
|
import * as cloudtrail from 'aws-cdk-lib/aws-cloudtrail'
|
|
7
7
|
import * as watch from 'aws-cdk-lib/aws-cloudwatch'
|
|
8
|
+
import * as dynamodb from 'aws-cdk-lib/aws-dynamodb'
|
|
8
9
|
import * as ec2 from 'aws-cdk-lib/aws-ec2'
|
|
9
10
|
import * as ecs from 'aws-cdk-lib/aws-ecs'
|
|
10
11
|
import * as ecsPatterns from 'aws-cdk-lib/aws-ecs-patterns'
|
|
11
12
|
import * as eks from 'aws-cdk-lib/aws-eks'
|
|
12
13
|
import * as elb from 'aws-cdk-lib/aws-elasticloadbalancingv2'
|
|
13
14
|
import * as events from 'aws-cdk-lib/aws-events'
|
|
15
|
+
import * as iam from 'aws-cdk-lib/aws-iam'
|
|
14
16
|
import * as lambda from 'aws-cdk-lib/aws-lambda'
|
|
17
|
+
import * as destinations from 'aws-cdk-lib/aws-lambda-destinations'
|
|
15
18
|
import * as logs from 'aws-cdk-lib/aws-logs'
|
|
16
19
|
import * as route53 from 'aws-cdk-lib/aws-route53'
|
|
17
20
|
import * as s3 from 'aws-cdk-lib/aws-s3'
|
|
18
21
|
import * as s3deploy from 'aws-cdk-lib/aws-s3-deployment'
|
|
19
22
|
import * as sns from 'aws-cdk-lib/aws-sns'
|
|
20
23
|
import * as wafv2 from 'aws-cdk-lib/aws-wafv2'
|
|
24
|
+
import * as types from '../index'
|
|
21
25
|
|
|
22
26
|
/**
|
|
23
27
|
* @category Management & Governance
|
|
@@ -44,6 +48,9 @@ export interface CommonStackProps extends cdk.StackProps {
|
|
|
44
48
|
stageContextPath?: string
|
|
45
49
|
}
|
|
46
50
|
|
|
51
|
+
/**
|
|
52
|
+
* @category Constructs
|
|
53
|
+
*/
|
|
47
54
|
export interface SiteWithEcsBackendProps extends CommonStackProps {
|
|
48
55
|
siteCacheInvalidationDockerFilePath?: string
|
|
49
56
|
siteHealthCheck: HealthCheck
|
|
@@ -65,6 +72,9 @@ export interface SiteWithEcsBackendProps extends CommonStackProps {
|
|
|
65
72
|
timezone: string
|
|
66
73
|
}
|
|
67
74
|
|
|
75
|
+
/**
|
|
76
|
+
* @category Constructs
|
|
77
|
+
*/
|
|
68
78
|
export interface StaticSiteProps extends CommonStackProps {
|
|
69
79
|
siteCreateAltARecord: boolean
|
|
70
80
|
siteCertificate: AcmProps
|
|
@@ -84,19 +94,40 @@ export interface StaticSiteProps extends CommonStackProps {
|
|
|
84
94
|
timezone: string
|
|
85
95
|
}
|
|
86
96
|
|
|
97
|
+
/**
|
|
98
|
+
* @category Compute
|
|
99
|
+
*/
|
|
87
100
|
export interface HealthCheck extends elb.HealthCheck {
|
|
88
101
|
intervalInSecs: number
|
|
89
102
|
timeoutInSecs: number
|
|
90
103
|
}
|
|
91
104
|
|
|
92
|
-
|
|
105
|
+
/**
|
|
106
|
+
* @category Constructs
|
|
107
|
+
*/
|
|
108
|
+
export interface LambdaEnvironment {
|
|
93
109
|
NODE_ENV: string
|
|
94
110
|
LOG_LEVEL: string
|
|
95
111
|
TZ: string
|
|
96
112
|
}
|
|
97
113
|
|
|
114
|
+
/**
|
|
115
|
+
* @category Constructs
|
|
116
|
+
*/
|
|
117
|
+
export interface ApiDestinedLambdaEnvironment extends LambdaEnvironment {
|
|
118
|
+
SOURCE_ID: string
|
|
119
|
+
}
|
|
120
|
+
|
|
121
|
+
/**
|
|
122
|
+
* @category Constructs
|
|
123
|
+
*/
|
|
124
|
+
export interface GraphQlApiLambdaEnvironment extends LambdaEnvironment {}
|
|
125
|
+
|
|
126
|
+
/**
|
|
127
|
+
* @category Constructs
|
|
128
|
+
*/
|
|
98
129
|
export interface GraphQlApiLambdaProps extends CommonStackProps {
|
|
99
|
-
apiRootPaths
|
|
130
|
+
apiRootPaths?: string[]
|
|
100
131
|
apiSubDomain: string
|
|
101
132
|
graphQLApiCertificate: AcmProps
|
|
102
133
|
graphqlRestApi: apig.LambdaRestApiProps
|
|
@@ -110,6 +141,104 @@ export interface GraphQlApiLambdaProps extends CommonStackProps {
|
|
|
110
141
|
timezone: string
|
|
111
142
|
}
|
|
112
143
|
|
|
144
|
+
/**
|
|
145
|
+
* @category Constructs
|
|
146
|
+
*/
|
|
147
|
+
export interface ApiDestinationEventType {
|
|
148
|
+
eventBus: events.IEventBus
|
|
149
|
+
logGroupFailure: logs.LogGroup
|
|
150
|
+
logGroupSuccess: logs.LogGroup
|
|
151
|
+
ruleFailure: events.Rule
|
|
152
|
+
ruleSuccess: events.Rule
|
|
153
|
+
}
|
|
154
|
+
|
|
155
|
+
/**
|
|
156
|
+
}
|
|
157
|
+
* @category Constructs
|
|
158
|
+
*/
|
|
159
|
+
export interface ApiDestinedRestApiType {
|
|
160
|
+
api: apig.RestApi
|
|
161
|
+
certificate: acm.ICertificate
|
|
162
|
+
domain: apig.DomainName
|
|
163
|
+
errorResponseModel: apig.Model
|
|
164
|
+
hostedZone: route53.IHostedZone
|
|
165
|
+
integration: apig.Integration
|
|
166
|
+
integrationErrorResponse: apig.IntegrationResponse
|
|
167
|
+
integrationRequestParameters: { [p: string]: string }
|
|
168
|
+
integrationRequestTemplates: { [p: string]: string }
|
|
169
|
+
integrationResponse: apig.IntegrationResponse
|
|
170
|
+
method: apig.Method
|
|
171
|
+
methodErrorResponse: apig.MethodResponse
|
|
172
|
+
methodResponse: apig.MethodResponse
|
|
173
|
+
resource: apig.Resource
|
|
174
|
+
responseModel: apig.Model
|
|
175
|
+
topic: sns.Topic
|
|
176
|
+
topicRole: iam.Role
|
|
177
|
+
}
|
|
178
|
+
|
|
179
|
+
/**
|
|
180
|
+
}
|
|
181
|
+
* @category Constructs
|
|
182
|
+
*/
|
|
183
|
+
export interface ApiDestinedLambdaType {
|
|
184
|
+
destinationFailure: destinations.EventBridgeDestination
|
|
185
|
+
destinationSuccess: destinations.EventBridgeDestination
|
|
186
|
+
environment: types.ApiDestinedLambdaEnvironment
|
|
187
|
+
function: lambda.Function
|
|
188
|
+
layers: lambda.LayerVersion[]
|
|
189
|
+
policy: iam.PolicyDocument
|
|
190
|
+
role: iam.Role
|
|
191
|
+
}
|
|
192
|
+
|
|
193
|
+
export interface ApiToEventBridgeTargetRestApiProps {
|
|
194
|
+
certificate: AcmProps
|
|
195
|
+
integrationResponse?: apig.IntegrationResponse
|
|
196
|
+
integrationErrorResponse?: apig.IntegrationResponse
|
|
197
|
+
methodResponse?: apig.MethodResponse
|
|
198
|
+
methodErrorResponse?: apig.MethodResponse
|
|
199
|
+
integrationOptions?: apig.IntegrationOptions
|
|
200
|
+
resource: string
|
|
201
|
+
errorResponseModel?: apig.ModelOptions
|
|
202
|
+
responseModel?: apig.ModelOptions
|
|
203
|
+
restApi?: apig.RestApiProps
|
|
204
|
+
}
|
|
205
|
+
|
|
206
|
+
/**
|
|
207
|
+
* @category Constructs
|
|
208
|
+
*/
|
|
209
|
+
interface ApiToEventBridgeTargetLambdaProps {
|
|
210
|
+
useNative?: boolean
|
|
211
|
+
function: LambdaProps
|
|
212
|
+
source?: lambda.AssetCode
|
|
213
|
+
layerSource?: lambda.AssetCode
|
|
214
|
+
}
|
|
215
|
+
|
|
216
|
+
/**
|
|
217
|
+
* @category Constructs
|
|
218
|
+
*/
|
|
219
|
+
interface ApiToEventBridgeTargetEventProps {
|
|
220
|
+
eventBusName?: string
|
|
221
|
+
logGroupSuccess?: LogProps
|
|
222
|
+
logGroupFailure?: LogProps
|
|
223
|
+
ruleSuccess: EventRuleProps
|
|
224
|
+
ruleFailure: EventRuleProps
|
|
225
|
+
}
|
|
226
|
+
|
|
227
|
+
/**
|
|
228
|
+
* @category Constructs
|
|
229
|
+
*/
|
|
230
|
+
export interface ApiToEventBridgeTargetProps extends CommonStackProps {
|
|
231
|
+
apiRootPaths?: string[]
|
|
232
|
+
apiSubDomain: string
|
|
233
|
+
api: ApiToEventBridgeTargetRestApiProps
|
|
234
|
+
event: ApiToEventBridgeTargetEventProps
|
|
235
|
+
lambda: ApiToEventBridgeTargetLambdaProps
|
|
236
|
+
logLevel: string
|
|
237
|
+
nodeEnv: string
|
|
238
|
+
timezone: string
|
|
239
|
+
useExistingHostedZone: boolean
|
|
240
|
+
}
|
|
241
|
+
|
|
113
242
|
/**
|
|
114
243
|
* @category Security, Identity & Compliance
|
|
115
244
|
*/
|
|
@@ -246,6 +375,16 @@ export interface EksClusterProps extends eks.ClusterProps {
|
|
|
246
375
|
*/
|
|
247
376
|
export interface RuleProps extends events.CfnRuleProps {}
|
|
248
377
|
|
|
378
|
+
/**
|
|
379
|
+
* @category Application Integration
|
|
380
|
+
*/
|
|
381
|
+
export interface EventRuleProps extends events.RuleProps {}
|
|
382
|
+
|
|
383
|
+
/**
|
|
384
|
+
* @category Application Integration
|
|
385
|
+
*/
|
|
386
|
+
export interface EventBusProps extends events.EventBusProps {}
|
|
387
|
+
|
|
249
388
|
/**
|
|
250
389
|
* @category Compute
|
|
251
390
|
*/
|
|
@@ -285,6 +424,11 @@ export interface LifecycleRule extends s3.LifecycleRule {
|
|
|
285
424
|
noncurrentVersionExpirationInDays?: number
|
|
286
425
|
}
|
|
287
426
|
|
|
427
|
+
/**
|
|
428
|
+
* @category Storage
|
|
429
|
+
*/
|
|
430
|
+
export interface TableProps extends dynamodb.TableProps {}
|
|
431
|
+
|
|
288
432
|
/**
|
|
289
433
|
* @category Storage
|
|
290
434
|
*/
|
package/src/lib/utils/index.ts
CHANGED
package/.releaserc
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"commonConstruct.d.ts","sourceRoot":"","sources":["../../../../src/lib/common/commonConstruct.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,GAAG,MAAM,aAAa,CAAA;AAClC,OAAO,EAAE,SAAS,EAAE,MAAM,YAAY,CAAA;AACtC,OAAO,KAAK,GAAG,MAAM,gBAAgB,CAAA;AACrC,OAAO,KAAK,KAAK,MAAM,UAAU,CAAA;AAGjC;;;;;;;;;;;;;;;;;;;GAmBG;AACH,qBAAa,eAAgB,SAAQ,SAAS;IAC5C,KAAK,EAAE,KAAK,CAAC,gBAAgB,CAAA;IAC7B,UAAU,EAAE,GAAG,CAAC,UAAU,CAAA;IAC1B,UAAU,EAAE,GAAG,CAAC,UAAU,CAAA;IAC1B,gBAAgB,EAAE,GAAG,CAAC,gBAAgB,CAAA;IACtC,gBAAgB,EAAE,GAAG,CAAC,gBAAgB,CAAA;IACtC,iBAAiB,EAAE,GAAG,CAAC,iBAAiB,CAAA;IACxC,iBAAiB,EAAE,GAAG,CAAC,iBAAiB,CAAA;IACxC,iBAAiB,EAAE,GAAG,CAAC,iBAAiB,CAAA;IACxC,UAAU,EAAE,GAAG,CAAC,UAAU,CAAA;IAC1B,UAAU,EAAE,GAAG,CAAC,UAAU,CAAA;IAC1B,UAAU,EAAE,GAAG,CAAC,UAAU,CAAA;IAC1B,YAAY,EAAE,GAAG,CAAC,YAAY,CAAA;IAC9B,UAAU,EAAE,GAAG,CAAC,UAAU,CAAA;IAC1B,aAAa,EAAE,GAAG,CAAC,aAAa,CAAA;IAChC,UAAU,EAAE,GAAG,CAAC,UAAU,CAAA;IAC1B,cAAc,EAAE,GAAG,CAAC,cAAc,CAAA;IAClC,SAAS,EAAE,GAAG,CAAC,SAAS,CAAA;IACxB,cAAc,EAAE,GAAG,CAAC,cAAc,CAAA;IAClC,UAAU,EAAE,GAAG,CAAC,UAAU,CAAA;IAC1B,UAAU,EAAE,GAAG,CAAC,UAAU,CAAA;IAC1B,UAAU,EAAE,GAAG,CAAC,UAAU,CAAA;IAC1B,UAAU,EAAE,GAAG,CAAC,UAAU,CAAA;IAC1B,wBAAwB,EAAE,MAAM,CAAA;IAEhC;;;;;OAKG;gBACS,MAAM,EAAE,SAAS,EAAE,EAAE,EAAE,MAAM,EAAE,KAAK,EAAE,KAAK,CAAC,gBAAgB;IA6BxE;;;;;;OAMG;IACH,SAAS,CAAC,YAAY,CAAC,EAAE,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM,EAAE,WAAW,CAAC,EAAE,MAAM,EAAE,UAAU,UAAO,GAAG,GAAG,CAAC,SAAS;IAIzG;;OAEG;IACH,SAAS,CAAC,6BAA6B;IAMvC;;;OAGG;IACI,kBAAkB,gBAA2C;IAEpE;;;OAGG;IACI,WAAW,gBAA4C;IAE9D;;;OAGG;IACI,UAAU,gBAA2C;IAE5D;;;OAGG;IACI,iBAAiB,gBAA2C;CACpE"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"commonConstruct.js","sourceRoot":"","sources":["../../../../src/lib/common/commonConstruct.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"commonStack.d.ts","sourceRoot":"","sources":["../../../../src/lib/common/commonStack.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,GAAG,MAAM,aAAa,CAAA;AAClC,OAAO,EAAE,gBAAgB,EAAE,MAAM,UAAU,CAAA;AAE3C,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAA;AAKnD;;;;;;;;;;;;;;;;;;;GAmBG;AACH,qBAAa,WAAY,SAAQ,GAAG,CAAC,KAAK;IACxC,SAAS,EAAE,eAAe,CAAA;IAC1B,KAAK,EAAE,gBAAgB,CAAA;IACvB;;;;;OAKG;gBACS,MAAM,EAAE,GAAG,CAAC,GAAG,EAAE,IAAI,EAAE,MAAM,EAAE,KAAK,EAAE,GAAG,CAAC,UAAU;IAehE;;;;OAIG;IACH,SAAS,CAAC,uBAAuB,CAAC,KAAK,EAAE,GAAG,CAAC,UAAU;;;;;;;;;IAYvD;;;;OAIG;IACH,SAAS,CAAC,sBAAsB;IA4BhC;;;;OAIG;IACH,SAAS,CAAC,sBAAsB;IAsChC;;OAEG;IACH,SAAS,CAAC,oBAAoB;CAK/B"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"commonStack.js","sourceRoot":"","sources":["../../../../src/lib/common/commonStack.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"graphQLApiLambda.d.ts","sourceRoot":"","sources":["../../../../src/lib/construct/graphQLApiLambda.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,IAAI,MAAM,4BAA4B,CAAA;AAClD,OAAO,KAAK,GAAG,MAAM,oCAAoC,CAAA;AACzD,OAAO,KAAK,GAAG,MAAM,qBAAqB,CAAA;AAC1C,OAAO,KAAK,MAAM,MAAM,wBAAwB,CAAA;AAChD,OAAO,KAAK,OAAO,MAAM,yBAAyB,CAAA;AAClD,OAAO,KAAK,cAAc,MAAM,gCAAgC,CAAA;AAChE,OAAO,EAAE,SAAS,EAAE,MAAM,YAAY,CAAA;AACtC,OAAO,EAAE,eAAe,EAAE,MAAM,2BAA2B,CAAA;AAC3D,OAAO,EAAE,2BAA2B,EAAE,qBAAqB,EAAE,MAAM,UAAU,CAAA;AAE7E;;;;;;;;;;;;;;;;;;;;;;;GAuBG;AACH,qBAAa,gBAAiB,SAAQ,eAAe;IAEnD,KAAK,EAAE,qBAAqB,CAAA;IAC5B,EAAE,EAAE,MAAM,CAAA;IAGV,kBAAkB,EAAE,cAAc,CAAC,OAAO,EAAE,CAAA;IAC5C,oBAAoB,EAAE,OAAO,CAAC,WAAW,CAAA;IACzC,qBAAqB,EAAE,GAAG,CAAC,YAAY,CAAA;IACvC,gBAAgB,EAAE,IAAI,CAAC,UAAU,CAAA;IACjC,0BAA0B,EAAE,IAAI,CAAC,eAAe,EAAE,CAAK;IACvD,sBAAsB,EAAE,GAAG,CAAC,cAAc,CAAA;IAC1C,oBAAoB,EAAE,GAAG,CAAC,IAAI,CAAA;IAC9B,2BAA2B,EAAE,2BAA2B,CAAA;IACxD,sBAAsB,EAAE,MAAM,CAAC,YAAY,EAAE,CAAK;IAClD,wBAAwB,EAAE,MAAM,CAAC,QAAQ,CAAA;IACzC,UAAU,EAAE,IAAI,CAAC,OAAO,CAAA;IAExB;;;;;OAKG;gBACS,MAAM,EAAE,SAAS,EAAE,EAAE,EAAE,MAAM,EAAE,KAAK,EAAE,qBAAqB;IAOvE;;;OAGG;IACH,SAAS,CAAC,aAAa;IAevB;;;;OAIG;IACH,SAAS,CAAC,cAAc;IAIxB;;;OAGG;IACH,SAAS,CAAC,iBAAiB;IAQ3B;;;OAGG;IACH,SAAS,CAAC,kBAAkB;IAqB5B;;;OAGG;IACH,SAAS,CAAC,kBAAkB;IAM5B;;;OAGG;IACH,SAAS,CAAC,gBAAgB;IAQ1B;;;OAGG;IACH,SAAS,CAAC,uBAAuB;IAQjC;;;OAGG;IACH,SAAS,CAAC,kBAAkB;IAY5B;;;OAGG;IACH,SAAS,CAAC,oBAAoB;IAa9B;;;OAGG;IACH,SAAS,CAAC,aAAa;IASvB;;;OAGG;IACH,SAAS,CAAC,eAAe;IAWzB;;;OAGG;IACH,SAAS,CAAC,wBAAwB;IAgBlC;;;OAGG;IACH,SAAS,CAAC,oBAAoB;CAS/B"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"graphQLApiLambda.js","sourceRoot":"","sources":["../../../../src/lib/construct/graphQLApiLambda.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"siteWithEcsBackend.d.ts","sourceRoot":"","sources":["../../../../src/lib/construct/siteWithEcsBackend.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"siteWithEcsBackend.js","sourceRoot":"","sources":["../../../../src/lib/construct/siteWithEcsBackend.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"staticSite.d.ts","sourceRoot":"","sources":["../../../../src/lib/construct/staticSite.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,kBAAkB,MAAM,oCAAoC,CAAA;AACxE,OAAO,KAAK,UAAU,MAAM,4BAA4B,CAAA;AACxD,OAAO,KAAK,OAAO,MAAM,oCAAoC,CAAA;AAC7D,OAAO,KAAK,OAAO,MAAM,yBAAyB,CAAA;AAClD,OAAO,KAAK,EAAE,MAAM,oBAAoB,CAAA;AACxC,OAAO,EAAE,SAAS,EAAE,MAAM,YAAY,CAAA;AACtC,OAAO,EAAE,eAAe,EAAE,MAAM,2BAA2B,CAAA;AAC3D,OAAO,EAAE,eAAe,EAAE,MAAM,UAAU,CAAA;AAE1C;;;;;;;;;;;;;;;;;;;;;;;GAuBG;AACH,qBAAa,UAAW,SAAQ,eAAe;IAE7C,KAAK,EAAE,eAAe,CAAA;IACtB,EAAE,EAAE,MAAM,CAAA;IAGV,cAAc,EAAE,OAAO,CAAC,WAAW,CAAA;IACnC,eAAe,EAAE,kBAAkB,CAAC,YAAY,CAAA;IAChD,WAAW,EAAE,OAAO,CAAC,OAAO,CAAA;IAC5B,cAAc,EAAE,OAAO,CAAC,OAAO,CAAA;IAC/B,UAAU,EAAE,EAAE,CAAC,OAAO,CAAA;IACtB,UAAU,EAAE,OAAO,CAAC,QAAQ,CAAA;IAC5B,gBAAgB,EAAE,UAAU,CAAC,YAAY,CAAA;IACzC,aAAa,EAAE,EAAE,CAAC,OAAO,CAAA;IACzB,wBAAwB,EAAE,UAAU,CAAC,oBAAoB,CAAA;IACzD,sBAAsB,EAAE,UAAU,CAAC,QAAQ,CAAA;IAC3C,wBAAwB,EAAE,UAAU,CAAC,mBAAmB,EAAE,CAAA;IAE1D;;;;;OAKG;gBACS,MAAM,EAAE,SAAS,EAAE,EAAE,EAAE,MAAM,EAAE,KAAK,EAAE,eAAe;IAOjE;;;OAGG;IACH,SAAS,CAAC,aAAa;IAavB;;;OAGG;IACH,SAAS,CAAC,iBAAiB;IAQ3B;;;OAGG;IACH,SAAS,CAAC,kBAAkB;IAoB5B;;;OAGG;IACH,SAAS,CAAC,mBAAmB;IAI7B;;;OAGG;IACH,SAAS,CAAC,gBAAgB;IAI1B,SAAS,CAAC,gBAAgB;IAI1B;;;OAGG;IACH,SAAS,CAAC,4BAA4B;IAUtC;;;OAGG;IACH,SAAS,CAAC,+BAA+B;IAWzC;;;OAGG;IACH,SAAS,CAAC,sBAAsB;IAiBhC;;;OAGG;IACH,SAAS,CAAC,qBAAqB;IAoB/B;;;OAGG;IACH,SAAS,CAAC,UAAU;CAWrB"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"staticSite.js","sourceRoot":"","sources":["../../../../src/lib/construct/staticSite.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"acmManager.d.ts","sourceRoot":"","sources":["../../../../../src/lib/manager/aws/acmManager.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,GAAG,MAAM,oCAAoC,CAAA;AACzD,OAAO,KAAK,OAAO,MAAM,yBAAyB,CAAA;AAClD,OAAO,KAAK,MAAM,MAAM,cAAc,CAAA;AACtC,OAAO,KAAK,KAAK,MAAM,aAAa,CAAA;AAGpC;;;;;;;;;;;;;;;;;;GAkBG;AACH,qBAAa,UAAU;IACrB;;;;;;;;;;;;;;;;;;OAkBG;IACI,kBAAkB,CACvB,EAAE,EAAE,MAAM,EACV,KAAK,EAAE,MAAM,CAAC,eAAe,EAC7B,KAAK,EAAE,KAAK,CAAC,QAAQ,EACrB,UAAU,CAAC,EAAE,OAAO,CAAC,WAAW,GAC/B,GAAG,CAAC,YAAY;CAyBpB"}
|