@gradientedge/cdk-utils 8.120.0 → 8.122.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 +2 -1
- package/dist/index.d.ts +1 -5
- package/dist/index.js +1 -5
- package/dist/src/lib/aws/common/construct.d.ts +83 -0
- package/dist/src/lib/aws/common/construct.js +126 -0
- package/dist/src/lib/aws/common/index.d.ts +3 -0
- package/dist/src/lib/aws/common/index.js +19 -0
- package/dist/src/lib/aws/common/stack.d.ts +56 -0
- package/dist/src/lib/aws/common/stack.js +141 -0
- package/dist/src/lib/aws/common/types.d.ts +14 -0
- package/dist/src/lib/aws/index.d.ts +5 -0
- package/dist/src/lib/aws/index.js +21 -0
- package/dist/src/lib/aws/types/index.js +2 -0
- package/dist/src/lib/{utils/aws → aws/utils}/index.d.ts +29 -1
- package/dist/src/lib/{utils/aws → aws/utils}/index.js +32 -1
- package/dist/src/lib/azure/common/construct.d.ts +35 -0
- package/dist/src/lib/azure/common/construct.js +49 -0
- package/dist/src/lib/azure/common/index.d.ts +3 -0
- package/dist/src/lib/azure/common/index.js +19 -0
- package/dist/src/lib/azure/common/stack.d.ts +52 -0
- package/dist/src/lib/azure/common/stack.js +136 -0
- package/dist/src/lib/azure/common/types.d.ts +7 -0
- package/dist/src/lib/azure/common/types.js +2 -0
- package/dist/src/lib/azure/index.d.ts +4 -0
- package/dist/src/lib/azure/index.js +20 -0
- package/dist/src/lib/azure/services/index.d.ts +1 -0
- package/dist/src/lib/azure/services/index.js +17 -0
- package/dist/src/lib/azure/services/storage/index.d.ts +2 -0
- package/dist/src/lib/azure/services/storage/index.js +18 -0
- package/dist/src/lib/azure/services/storage/main.d.ts +43 -0
- package/dist/src/lib/azure/services/storage/main.js +124 -0
- package/dist/src/lib/azure/services/storage/types.d.ts +10 -0
- package/dist/src/lib/azure/services/storage/types.js +2 -0
- package/dist/src/lib/azure/types/index.d.ts +3 -0
- package/dist/src/lib/azure/types/index.js +2 -0
- package/dist/src/lib/azure/utils/index.d.ts +3 -0
- package/dist/src/lib/azure/utils/index.js +20 -0
- package/dist/src/lib/common/construct.d.ts +8 -63
- package/dist/src/lib/common/construct.js +3 -128
- package/dist/src/lib/common/index.d.ts +2 -0
- package/dist/src/lib/common/index.js +10 -0
- package/dist/src/lib/common/stack.d.ts +11 -46
- package/dist/src/lib/common/stack.js +4 -137
- package/dist/src/lib/common/types.d.ts +5 -16
- package/dist/src/lib/common/utils.d.ts +26 -0
- package/dist/src/lib/common/utils.js +34 -0
- package/dist/src/lib/index.d.ts +2 -4
- package/dist/src/lib/index.js +2 -4
- package/index.ts +1 -5
- package/package.json +3 -1
- package/setup.js +2 -0
- package/src/lib/aws/common/construct.ts +164 -0
- package/src/lib/aws/common/index.ts +3 -0
- package/src/lib/aws/common/stack.ts +150 -0
- package/src/lib/aws/common/types.ts +15 -0
- package/src/lib/aws/index.ts +5 -0
- package/src/lib/{utils/aws → aws/utils}/index.ts +33 -1
- package/src/lib/azure/common/construct.ts +57 -0
- package/src/lib/azure/common/index.ts +3 -0
- package/src/lib/azure/common/stack.ts +145 -0
- package/src/lib/azure/common/types.ts +8 -0
- package/src/lib/azure/index.ts +4 -0
- package/src/lib/azure/services/index.ts +1 -0
- package/src/lib/azure/services/storage/index.ts +2 -0
- package/src/lib/azure/services/storage/main.ts +134 -0
- package/src/lib/azure/services/storage/types.ts +10 -0
- package/src/lib/azure/types/index.ts +3 -0
- package/src/lib/azure/utils/index.ts +23 -0
- package/src/lib/common/construct.ts +8 -148
- package/src/lib/common/index.ts +13 -0
- package/src/lib/common/stack.ts +11 -135
- package/src/lib/common/types.ts +5 -17
- package/src/lib/common/utils.ts +27 -0
- package/src/lib/index.ts +2 -4
- package/dist/src/lib/types/index.d.ts +0 -1
- package/dist/src/lib/types/index.js +0 -17
- package/dist/src/lib/utils/index.d.ts +0 -55
- package/dist/src/lib/utils/index.js +0 -80
- package/src/lib/types/index.ts +0 -1
- package/src/lib/utils/index.ts +0 -61
- /package/dist/src/lib/{construct/api-to-any-target → aws/common}/types.js +0 -0
- /package/dist/src/lib/{construct → aws/construct}/api-to-any-target/index.d.ts +0 -0
- /package/dist/src/lib/{construct → aws/construct}/api-to-any-target/index.js +0 -0
- /package/dist/src/lib/{construct → aws/construct}/api-to-any-target/main.d.ts +0 -0
- /package/dist/src/lib/{construct → aws/construct}/api-to-any-target/main.js +0 -0
- /package/dist/src/lib/{construct → aws/construct}/api-to-any-target/target.d.ts +0 -0
- /package/dist/src/lib/{construct → aws/construct}/api-to-any-target/target.js +0 -0
- /package/dist/src/lib/{construct → aws/construct}/api-to-any-target/types.d.ts +0 -0
- /package/dist/src/lib/{construct/api-to-eventbridge-target-with-sns → aws/construct/api-to-any-target}/types.js +0 -0
- /package/dist/src/lib/{construct → aws/construct}/api-to-eventbridge-target/api.d.ts +0 -0
- /package/dist/src/lib/{construct → aws/construct}/api-to-eventbridge-target/api.js +0 -0
- /package/dist/src/lib/{construct → aws/construct}/api-to-eventbridge-target/event.d.ts +0 -0
- /package/dist/src/lib/{construct → aws/construct}/api-to-eventbridge-target/event.js +0 -0
- /package/dist/src/lib/{construct → aws/construct}/api-to-eventbridge-target/index.d.ts +0 -0
- /package/dist/src/lib/{construct → aws/construct}/api-to-eventbridge-target/index.js +0 -0
- /package/dist/src/lib/{construct → aws/construct}/api-to-eventbridge-target/main.d.ts +0 -0
- /package/dist/src/lib/{construct → aws/construct}/api-to-eventbridge-target/main.js +0 -0
- /package/dist/src/lib/{construct → aws/construct}/api-to-eventbridge-target/types.d.ts +0 -0
- /package/dist/src/lib/{construct/api-to-lambda-target → aws/construct/api-to-eventbridge-target}/types.js +0 -0
- /package/dist/src/lib/{construct → aws/construct}/api-to-eventbridge-target-with-sns/api-destined-lambda.d.ts +0 -0
- /package/dist/src/lib/{construct → aws/construct}/api-to-eventbridge-target-with-sns/api-destined-lambda.js +0 -0
- /package/dist/src/lib/{construct → aws/construct}/api-to-eventbridge-target-with-sns/index.d.ts +0 -0
- /package/dist/src/lib/{construct → aws/construct}/api-to-eventbridge-target-with-sns/index.js +0 -0
- /package/dist/src/lib/{construct → aws/construct}/api-to-eventbridge-target-with-sns/main.d.ts +0 -0
- /package/dist/src/lib/{construct → aws/construct}/api-to-eventbridge-target-with-sns/main.js +0 -0
- /package/dist/src/lib/{construct → aws/construct}/api-to-eventbridge-target-with-sns/types.d.ts +0 -0
- /package/dist/src/lib/{construct/api-to-eventbridge-target → aws/construct/api-to-eventbridge-target-with-sns}/types.js +0 -0
- /package/dist/src/lib/{construct → aws/construct}/api-to-lambda-target/api.d.ts +0 -0
- /package/dist/src/lib/{construct → aws/construct}/api-to-lambda-target/api.js +0 -0
- /package/dist/src/lib/{construct → aws/construct}/api-to-lambda-target/index.d.ts +0 -0
- /package/dist/src/lib/{construct → aws/construct}/api-to-lambda-target/index.js +0 -0
- /package/dist/src/lib/{construct → aws/construct}/api-to-lambda-target/main.d.ts +0 -0
- /package/dist/src/lib/{construct → aws/construct}/api-to-lambda-target/main.js +0 -0
- /package/dist/src/lib/{construct → aws/construct}/api-to-lambda-target/types.d.ts +0 -0
- /package/dist/src/lib/{construct/application-configuration → aws/construct/api-to-lambda-target}/types.js +0 -0
- /package/dist/src/lib/{construct → aws/construct}/application-configuration/index.d.ts +0 -0
- /package/dist/src/lib/{construct → aws/construct}/application-configuration/index.js +0 -0
- /package/dist/src/lib/{construct → aws/construct}/application-configuration/main.d.ts +0 -0
- /package/dist/src/lib/{construct → aws/construct}/application-configuration/main.js +0 -0
- /package/dist/src/lib/{construct → aws/construct}/application-configuration/types.d.ts +0 -0
- /package/dist/src/lib/{construct/graphql-api-lambda-with-cache → aws/construct/application-configuration}/types.js +0 -0
- /package/dist/src/lib/{construct → aws/construct}/graphql-api-lambda/index.d.ts +0 -0
- /package/dist/src/lib/{construct → aws/construct}/graphql-api-lambda/index.js +0 -0
- /package/dist/src/lib/{construct → aws/construct}/graphql-api-lambda/main.d.ts +0 -0
- /package/dist/src/lib/{construct → aws/construct}/graphql-api-lambda/main.js +0 -0
- /package/dist/src/lib/{construct → aws/construct}/graphql-api-lambda/types.d.ts +0 -0
- /package/dist/src/lib/{construct/lambda-with-iam-access → aws/construct/graphql-api-lambda}/types.js +0 -0
- /package/dist/src/lib/{construct → aws/construct}/graphql-api-lambda-with-cache/index.d.ts +0 -0
- /package/dist/src/lib/{construct → aws/construct}/graphql-api-lambda-with-cache/index.js +0 -0
- /package/dist/src/lib/{construct → aws/construct}/graphql-api-lambda-with-cache/main.d.ts +0 -0
- /package/dist/src/lib/{construct → aws/construct}/graphql-api-lambda-with-cache/main.js +0 -0
- /package/dist/src/lib/{construct → aws/construct}/graphql-api-lambda-with-cache/types.d.ts +0 -0
- /package/dist/src/lib/{construct/graphql-api-lambda → aws/construct/graphql-api-lambda-with-cache}/types.js +0 -0
- /package/dist/src/lib/{construct → aws/construct}/index.d.ts +0 -0
- /package/dist/src/lib/{construct → aws/construct}/index.js +0 -0
- /package/dist/src/lib/{construct → aws/construct}/lambda-with-iam-access/index.d.ts +0 -0
- /package/dist/src/lib/{construct → aws/construct}/lambda-with-iam-access/index.js +0 -0
- /package/dist/src/lib/{construct → aws/construct}/lambda-with-iam-access/main.d.ts +0 -0
- /package/dist/src/lib/{construct → aws/construct}/lambda-with-iam-access/main.js +0 -0
- /package/dist/src/lib/{construct → aws/construct}/lambda-with-iam-access/types.d.ts +0 -0
- /package/dist/src/lib/{construct/rest-api-lambda-with-cache → aws/construct/lambda-with-iam-access}/types.js +0 -0
- /package/dist/src/lib/{construct → aws/construct}/rest-api-lambda/index.d.ts +0 -0
- /package/dist/src/lib/{construct → aws/construct}/rest-api-lambda/index.js +0 -0
- /package/dist/src/lib/{construct → aws/construct}/rest-api-lambda/main.d.ts +0 -0
- /package/dist/src/lib/{construct → aws/construct}/rest-api-lambda/main.js +0 -0
- /package/dist/src/lib/{construct → aws/construct}/rest-api-lambda/types.d.ts +0 -0
- /package/dist/src/lib/{construct/site-with-ecs-backend → aws/construct/rest-api-lambda}/types.js +0 -0
- /package/dist/src/lib/{construct → aws/construct}/rest-api-lambda-with-cache/index.d.ts +0 -0
- /package/dist/src/lib/{construct → aws/construct}/rest-api-lambda-with-cache/index.js +0 -0
- /package/dist/src/lib/{construct → aws/construct}/rest-api-lambda-with-cache/main.d.ts +0 -0
- /package/dist/src/lib/{construct → aws/construct}/rest-api-lambda-with-cache/main.js +0 -0
- /package/dist/src/lib/{construct → aws/construct}/rest-api-lambda-with-cache/types.d.ts +0 -0
- /package/dist/src/lib/{construct/rest-api-lambda → aws/construct/rest-api-lambda-with-cache}/types.js +0 -0
- /package/dist/src/lib/{construct → aws/construct}/site-with-ecs-backend/constants.d.ts +0 -0
- /package/dist/src/lib/{construct → aws/construct}/site-with-ecs-backend/constants.js +0 -0
- /package/dist/src/lib/{construct → aws/construct}/site-with-ecs-backend/index.d.ts +0 -0
- /package/dist/src/lib/{construct → aws/construct}/site-with-ecs-backend/index.js +0 -0
- /package/dist/src/lib/{construct → aws/construct}/site-with-ecs-backend/main.d.ts +0 -0
- /package/dist/src/lib/{construct → aws/construct}/site-with-ecs-backend/main.js +0 -0
- /package/dist/src/lib/{construct → aws/construct}/site-with-ecs-backend/types.d.ts +0 -0
- /package/dist/src/lib/{construct/static-asset-deployment → aws/construct/site-with-ecs-backend}/types.js +0 -0
- /package/dist/src/lib/{construct → aws/construct}/static-asset-deployment/index.d.ts +0 -0
- /package/dist/src/lib/{construct → aws/construct}/static-asset-deployment/index.js +0 -0
- /package/dist/src/lib/{construct → aws/construct}/static-asset-deployment/main.d.ts +0 -0
- /package/dist/src/lib/{construct → aws/construct}/static-asset-deployment/main.js +0 -0
- /package/dist/src/lib/{construct → aws/construct}/static-asset-deployment/types.d.ts +0 -0
- /package/dist/src/lib/{construct/static-site → aws/construct/static-asset-deployment}/types.js +0 -0
- /package/dist/src/lib/{construct → aws/construct}/static-site/index.d.ts +0 -0
- /package/dist/src/lib/{construct → aws/construct}/static-site/index.js +0 -0
- /package/dist/src/lib/{construct → aws/construct}/static-site/main.d.ts +0 -0
- /package/dist/src/lib/{construct → aws/construct}/static-site/main.js +0 -0
- /package/dist/src/lib/{construct → aws/construct}/static-site/types.d.ts +0 -0
- /package/dist/src/lib/{services/api-gateway → aws/construct/static-site}/types.js +0 -0
- /package/dist/src/lib/{services → aws/services}/api-gateway/index.d.ts +0 -0
- /package/dist/src/lib/{services → aws/services}/api-gateway/index.js +0 -0
- /package/dist/src/lib/{services → aws/services}/api-gateway/main.d.ts +0 -0
- /package/dist/src/lib/{services → aws/services}/api-gateway/main.js +0 -0
- /package/dist/src/lib/{services → aws/services}/api-gateway/types.d.ts +0 -0
- /package/dist/src/lib/{services/appconfig → aws/services/api-gateway}/types.js +0 -0
- /package/dist/src/lib/{services → aws/services}/appconfig/constants.d.ts +0 -0
- /package/dist/src/lib/{services → aws/services}/appconfig/constants.js +0 -0
- /package/dist/src/lib/{services → aws/services}/appconfig/index.d.ts +0 -0
- /package/dist/src/lib/{services → aws/services}/appconfig/index.js +0 -0
- /package/dist/src/lib/{services → aws/services}/appconfig/main.d.ts +0 -0
- /package/dist/src/lib/{services → aws/services}/appconfig/main.js +0 -0
- /package/dist/src/lib/{services → aws/services}/appconfig/types.d.ts +0 -0
- /package/dist/src/lib/{services/certificate-manager → aws/services/appconfig}/types.js +0 -0
- /package/dist/src/lib/{services → aws/services}/certificate-manager/index.d.ts +0 -0
- /package/dist/src/lib/{services → aws/services}/certificate-manager/index.js +0 -0
- /package/dist/src/lib/{services → aws/services}/certificate-manager/main.d.ts +0 -0
- /package/dist/src/lib/{services → aws/services}/certificate-manager/main.js +0 -0
- /package/dist/src/lib/{services → aws/services}/certificate-manager/types.d.ts +0 -0
- /package/dist/src/lib/{services/cloudfront → aws/services/certificate-manager}/types.js +0 -0
- /package/dist/src/lib/{services → aws/services}/cloudfront/index.d.ts +0 -0
- /package/dist/src/lib/{services → aws/services}/cloudfront/index.js +0 -0
- /package/dist/src/lib/{services → aws/services}/cloudfront/main.d.ts +0 -0
- /package/dist/src/lib/{services → aws/services}/cloudfront/main.js +0 -0
- /package/dist/src/lib/{services → aws/services}/cloudfront/types.d.ts +0 -0
- /package/dist/src/lib/{services/cloudtrail → aws/services/cloudfront}/types.js +0 -0
- /package/dist/src/lib/{services → aws/services}/cloudtrail/index.d.ts +0 -0
- /package/dist/src/lib/{services → aws/services}/cloudtrail/index.js +0 -0
- /package/dist/src/lib/{services → aws/services}/cloudtrail/main.d.ts +0 -0
- /package/dist/src/lib/{services → aws/services}/cloudtrail/main.js +0 -0
- /package/dist/src/lib/{services → aws/services}/cloudtrail/types.d.ts +0 -0
- /package/dist/src/lib/{services/cloudwatch → aws/services/cloudtrail}/types.js +0 -0
- /package/dist/src/lib/{services → aws/services}/cloudwatch/index.d.ts +0 -0
- /package/dist/src/lib/{services → aws/services}/cloudwatch/index.js +0 -0
- /package/dist/src/lib/{services → aws/services}/cloudwatch/logs.d.ts +0 -0
- /package/dist/src/lib/{services → aws/services}/cloudwatch/logs.js +0 -0
- /package/dist/src/lib/{services → aws/services}/cloudwatch/main.d.ts +0 -0
- /package/dist/src/lib/{services → aws/services}/cloudwatch/main.js +0 -0
- /package/dist/src/lib/{services → aws/services}/cloudwatch/types.d.ts +0 -0
- /package/dist/src/lib/{services/dynamodb → aws/services/cloudwatch}/types.js +0 -0
- /package/dist/src/lib/{services → aws/services}/codebuild/index.d.ts +0 -0
- /package/dist/src/lib/{services → aws/services}/codebuild/index.js +0 -0
- /package/dist/src/lib/{services → aws/services}/codebuild/main.d.ts +0 -0
- /package/dist/src/lib/{services → aws/services}/codebuild/main.js +0 -0
- /package/dist/src/lib/{services → aws/services}/constants.d.ts +0 -0
- /package/dist/src/lib/{services → aws/services}/constants.js +0 -0
- /package/dist/src/lib/{services → aws/services}/dynamodb/index.d.ts +0 -0
- /package/dist/src/lib/{services → aws/services}/dynamodb/index.js +0 -0
- /package/dist/src/lib/{services → aws/services}/dynamodb/main.d.ts +0 -0
- /package/dist/src/lib/{services → aws/services}/dynamodb/main.js +0 -0
- /package/dist/src/lib/{services → aws/services}/dynamodb/types.d.ts +0 -0
- /package/dist/src/lib/{services/elastic-container-service → aws/services/dynamodb}/types.js +0 -0
- /package/dist/src/lib/{services → aws/services}/elastic-container-registry/index.d.ts +0 -0
- /package/dist/src/lib/{services → aws/services}/elastic-container-registry/index.js +0 -0
- /package/dist/src/lib/{services → aws/services}/elastic-container-registry/main.d.ts +0 -0
- /package/dist/src/lib/{services → aws/services}/elastic-container-registry/main.js +0 -0
- /package/dist/src/lib/{services → aws/services}/elastic-container-service/index.d.ts +0 -0
- /package/dist/src/lib/{services → aws/services}/elastic-container-service/index.js +0 -0
- /package/dist/src/lib/{services → aws/services}/elastic-container-service/main.d.ts +0 -0
- /package/dist/src/lib/{services → aws/services}/elastic-container-service/main.js +0 -0
- /package/dist/src/lib/{services → aws/services}/elastic-container-service/types.d.ts +0 -0
- /package/dist/src/lib/{services/elastic-file-system → aws/services/elastic-container-service}/types.js +0 -0
- /package/dist/src/lib/{services → aws/services}/elastic-file-system/index.d.ts +0 -0
- /package/dist/src/lib/{services → aws/services}/elastic-file-system/index.js +0 -0
- /package/dist/src/lib/{services → aws/services}/elastic-file-system/main.d.ts +0 -0
- /package/dist/src/lib/{services → aws/services}/elastic-file-system/main.js +0 -0
- /package/dist/src/lib/{services → aws/services}/elastic-file-system/types.d.ts +0 -0
- /package/dist/src/lib/{services/elastic-kubernetes-service → aws/services/elastic-file-system}/types.js +0 -0
- /package/dist/src/lib/{services → aws/services}/elastic-kubernetes-service/index.d.ts +0 -0
- /package/dist/src/lib/{services → aws/services}/elastic-kubernetes-service/index.js +0 -0
- /package/dist/src/lib/{services → aws/services}/elastic-kubernetes-service/main.d.ts +0 -0
- /package/dist/src/lib/{services → aws/services}/elastic-kubernetes-service/main.js +0 -0
- /package/dist/src/lib/{services → aws/services}/elastic-kubernetes-service/types.d.ts +0 -0
- /package/dist/src/lib/{services/elasticache → aws/services/elastic-kubernetes-service}/types.js +0 -0
- /package/dist/src/lib/{services → aws/services}/elasticache/index.d.ts +0 -0
- /package/dist/src/lib/{services → aws/services}/elasticache/index.js +0 -0
- /package/dist/src/lib/{services → aws/services}/elasticache/main.d.ts +0 -0
- /package/dist/src/lib/{services → aws/services}/elasticache/main.js +0 -0
- /package/dist/src/lib/{services → aws/services}/elasticache/types.d.ts +0 -0
- /package/dist/src/lib/{services/eventbridge → aws/services/elasticache}/types.js +0 -0
- /package/dist/src/lib/{services → aws/services}/eventbridge/index.d.ts +0 -0
- /package/dist/src/lib/{services → aws/services}/eventbridge/index.js +0 -0
- /package/dist/src/lib/{services → aws/services}/eventbridge/main.d.ts +0 -0
- /package/dist/src/lib/{services → aws/services}/eventbridge/main.js +0 -0
- /package/dist/src/lib/{services → aws/services}/eventbridge/target.d.ts +0 -0
- /package/dist/src/lib/{services → aws/services}/eventbridge/target.js +0 -0
- /package/dist/src/lib/{services → aws/services}/eventbridge/types.d.ts +0 -0
- /package/dist/src/lib/{services/evidently → aws/services/eventbridge}/types.js +0 -0
- /package/dist/src/lib/{services → aws/services}/evidently/index.d.ts +0 -0
- /package/dist/src/lib/{services → aws/services}/evidently/index.js +0 -0
- /package/dist/src/lib/{services → aws/services}/evidently/main.d.ts +0 -0
- /package/dist/src/lib/{services → aws/services}/evidently/main.js +0 -0
- /package/dist/src/lib/{services → aws/services}/evidently/types.d.ts +0 -0
- /package/dist/src/lib/{services/key-management-service → aws/services/evidently}/types.js +0 -0
- /package/dist/src/lib/{services → aws/services}/identity-access-management/index.d.ts +0 -0
- /package/dist/src/lib/{services → aws/services}/identity-access-management/index.js +0 -0
- /package/dist/src/lib/{services → aws/services}/identity-access-management/main.d.ts +0 -0
- /package/dist/src/lib/{services → aws/services}/identity-access-management/main.js +0 -0
- /package/dist/src/lib/{services → aws/services}/index.d.ts +0 -0
- /package/dist/src/lib/{services → aws/services}/index.js +0 -0
- /package/dist/src/lib/{services → aws/services}/key-management-service/index.d.ts +0 -0
- /package/dist/src/lib/{services → aws/services}/key-management-service/index.js +0 -0
- /package/dist/src/lib/{services → aws/services}/key-management-service/main.d.ts +0 -0
- /package/dist/src/lib/{services → aws/services}/key-management-service/main.js +0 -0
- /package/dist/src/lib/{services → aws/services}/key-management-service/types.d.ts +0 -0
- /package/dist/src/lib/{services/lambda → aws/services/key-management-service}/types.js +0 -0
- /package/dist/src/lib/{services → aws/services}/lambda/index.d.ts +0 -0
- /package/dist/src/lib/{services → aws/services}/lambda/index.js +0 -0
- /package/dist/src/lib/{services → aws/services}/lambda/main.d.ts +0 -0
- /package/dist/src/lib/{services → aws/services}/lambda/main.js +0 -0
- /package/dist/src/lib/{services → aws/services}/lambda/types.d.ts +0 -0
- /package/dist/src/lib/{services/route53 → aws/services/lambda}/types.js +0 -0
- /package/dist/src/lib/{services → aws/services}/route53/index.d.ts +0 -0
- /package/dist/src/lib/{services → aws/services}/route53/index.js +0 -0
- /package/dist/src/lib/{services → aws/services}/route53/main.d.ts +0 -0
- /package/dist/src/lib/{services → aws/services}/route53/main.js +0 -0
- /package/dist/src/lib/{services → aws/services}/route53/types.d.ts +0 -0
- /package/dist/src/lib/{services/simple-notification-service → aws/services/route53}/types.js +0 -0
- /package/dist/src/lib/{services → aws/services}/secrets-manager/index.d.ts +0 -0
- /package/dist/src/lib/{services → aws/services}/secrets-manager/index.js +0 -0
- /package/dist/src/lib/{services → aws/services}/secrets-manager/main.d.ts +0 -0
- /package/dist/src/lib/{services → aws/services}/secrets-manager/main.js +0 -0
- /package/dist/src/lib/{services → aws/services}/simple-notification-service/index.d.ts +0 -0
- /package/dist/src/lib/{services → aws/services}/simple-notification-service/index.js +0 -0
- /package/dist/src/lib/{services → aws/services}/simple-notification-service/main.d.ts +0 -0
- /package/dist/src/lib/{services → aws/services}/simple-notification-service/main.js +0 -0
- /package/dist/src/lib/{services → aws/services}/simple-notification-service/types.d.ts +0 -0
- /package/dist/src/lib/{services/simple-queue-service → aws/services/simple-notification-service}/types.js +0 -0
- /package/dist/src/lib/{services → aws/services}/simple-queue-service/index.d.ts +0 -0
- /package/dist/src/lib/{services → aws/services}/simple-queue-service/index.js +0 -0
- /package/dist/src/lib/{services → aws/services}/simple-queue-service/main.d.ts +0 -0
- /package/dist/src/lib/{services → aws/services}/simple-queue-service/main.js +0 -0
- /package/dist/src/lib/{services → aws/services}/simple-queue-service/types.d.ts +0 -0
- /package/dist/src/lib/{services/simple-storage-service → aws/services/simple-queue-service}/types.js +0 -0
- /package/dist/src/lib/{services → aws/services}/simple-storage-service/index.d.ts +0 -0
- /package/dist/src/lib/{services → aws/services}/simple-storage-service/index.js +0 -0
- /package/dist/src/lib/{services → aws/services}/simple-storage-service/main.d.ts +0 -0
- /package/dist/src/lib/{services → aws/services}/simple-storage-service/main.js +0 -0
- /package/dist/src/lib/{services → aws/services}/simple-storage-service/types.d.ts +0 -0
- /package/dist/src/lib/{services/step-function → aws/services/simple-storage-service}/types.js +0 -0
- /package/dist/src/lib/{services → aws/services}/step-function/index.d.ts +0 -0
- /package/dist/src/lib/{services → aws/services}/step-function/index.js +0 -0
- /package/dist/src/lib/{services → aws/services}/step-function/main.d.ts +0 -0
- /package/dist/src/lib/{services → aws/services}/step-function/main.js +0 -0
- /package/dist/src/lib/{services → aws/services}/step-function/types.d.ts +0 -0
- /package/dist/src/lib/{services/systems-manager → aws/services/step-function}/types.js +0 -0
- /package/dist/src/lib/{services → aws/services}/systems-manager/index.d.ts +0 -0
- /package/dist/src/lib/{services → aws/services}/systems-manager/index.js +0 -0
- /package/dist/src/lib/{services → aws/services}/systems-manager/main.d.ts +0 -0
- /package/dist/src/lib/{services → aws/services}/systems-manager/main.js +0 -0
- /package/dist/src/lib/{services → aws/services}/systems-manager/types.d.ts +0 -0
- /package/dist/src/lib/{services/web-application-firewall → aws/services/systems-manager}/types.js +0 -0
- /package/dist/src/lib/{services → aws/services}/virtual-private-cloud/index.d.ts +0 -0
- /package/dist/src/lib/{services → aws/services}/virtual-private-cloud/index.js +0 -0
- /package/dist/src/lib/{services → aws/services}/virtual-private-cloud/main.d.ts +0 -0
- /package/dist/src/lib/{services → aws/services}/virtual-private-cloud/main.js +0 -0
- /package/dist/src/lib/{services → aws/services}/web-application-firewall/index.d.ts +0 -0
- /package/dist/src/lib/{services → aws/services}/web-application-firewall/index.js +0 -0
- /package/dist/src/lib/{services → aws/services}/web-application-firewall/main.d.ts +0 -0
- /package/dist/src/lib/{services → aws/services}/web-application-firewall/main.js +0 -0
- /package/dist/src/lib/{services → aws/services}/web-application-firewall/types.d.ts +0 -0
- /package/dist/src/lib/{types/aws/index.js → aws/services/web-application-firewall/types.js} +0 -0
- /package/dist/src/lib/{types/aws → aws/types}/index.d.ts +0 -0
- /package/src/lib/{construct → aws/construct}/api-to-any-target/index.ts +0 -0
- /package/src/lib/{construct → aws/construct}/api-to-any-target/main.ts +0 -0
- /package/src/lib/{construct → aws/construct}/api-to-any-target/target.ts +0 -0
- /package/src/lib/{construct → aws/construct}/api-to-any-target/types.ts +0 -0
- /package/src/lib/{construct → aws/construct}/api-to-eventbridge-target/api.ts +0 -0
- /package/src/lib/{construct → aws/construct}/api-to-eventbridge-target/event.ts +0 -0
- /package/src/lib/{construct → aws/construct}/api-to-eventbridge-target/index.ts +0 -0
- /package/src/lib/{construct → aws/construct}/api-to-eventbridge-target/main.ts +0 -0
- /package/src/lib/{construct → aws/construct}/api-to-eventbridge-target/types.ts +0 -0
- /package/src/lib/{construct → aws/construct}/api-to-eventbridge-target-with-sns/api-destined-lambda.ts +0 -0
- /package/src/lib/{construct → aws/construct}/api-to-eventbridge-target-with-sns/index.ts +0 -0
- /package/src/lib/{construct → aws/construct}/api-to-eventbridge-target-with-sns/main.ts +0 -0
- /package/src/lib/{construct → aws/construct}/api-to-eventbridge-target-with-sns/types.ts +0 -0
- /package/src/lib/{construct → aws/construct}/api-to-lambda-target/api.ts +0 -0
- /package/src/lib/{construct → aws/construct}/api-to-lambda-target/index.ts +0 -0
- /package/src/lib/{construct → aws/construct}/api-to-lambda-target/main.ts +0 -0
- /package/src/lib/{construct → aws/construct}/api-to-lambda-target/types.ts +0 -0
- /package/src/lib/{construct → aws/construct}/application-configuration/index.ts +0 -0
- /package/src/lib/{construct → aws/construct}/application-configuration/main.ts +0 -0
- /package/src/lib/{construct → aws/construct}/application-configuration/types.ts +0 -0
- /package/src/lib/{construct → aws/construct}/graphql-api-lambda/index.ts +0 -0
- /package/src/lib/{construct → aws/construct}/graphql-api-lambda/main.ts +0 -0
- /package/src/lib/{construct → aws/construct}/graphql-api-lambda/types.ts +0 -0
- /package/src/lib/{construct → aws/construct}/graphql-api-lambda-with-cache/index.ts +0 -0
- /package/src/lib/{construct → aws/construct}/graphql-api-lambda-with-cache/main.ts +0 -0
- /package/src/lib/{construct → aws/construct}/graphql-api-lambda-with-cache/types.ts +0 -0
- /package/src/lib/{construct → aws/construct}/index.ts +0 -0
- /package/src/lib/{construct → aws/construct}/lambda-with-iam-access/index.ts +0 -0
- /package/src/lib/{construct → aws/construct}/lambda-with-iam-access/main.ts +0 -0
- /package/src/lib/{construct → aws/construct}/lambda-with-iam-access/types.ts +0 -0
- /package/src/lib/{construct → aws/construct}/rest-api-lambda/index.ts +0 -0
- /package/src/lib/{construct → aws/construct}/rest-api-lambda/main.ts +0 -0
- /package/src/lib/{construct → aws/construct}/rest-api-lambda/types.ts +0 -0
- /package/src/lib/{construct → aws/construct}/rest-api-lambda-with-cache/index.ts +0 -0
- /package/src/lib/{construct → aws/construct}/rest-api-lambda-with-cache/main.ts +0 -0
- /package/src/lib/{construct → aws/construct}/rest-api-lambda-with-cache/types.ts +0 -0
- /package/src/lib/{construct → aws/construct}/site-with-ecs-backend/constants.ts +0 -0
- /package/src/lib/{construct → aws/construct}/site-with-ecs-backend/index.ts +0 -0
- /package/src/lib/{construct → aws/construct}/site-with-ecs-backend/main.ts +0 -0
- /package/src/lib/{construct → aws/construct}/site-with-ecs-backend/types.ts +0 -0
- /package/src/lib/{construct → aws/construct}/static-asset-deployment/index.ts +0 -0
- /package/src/lib/{construct → aws/construct}/static-asset-deployment/main.ts +0 -0
- /package/src/lib/{construct → aws/construct}/static-asset-deployment/types.ts +0 -0
- /package/src/lib/{construct → aws/construct}/static-site/index.ts +0 -0
- /package/src/lib/{construct → aws/construct}/static-site/main.ts +0 -0
- /package/src/lib/{construct → aws/construct}/static-site/types.ts +0 -0
- /package/src/lib/{services → aws/services}/api-gateway/index.ts +0 -0
- /package/src/lib/{services → aws/services}/api-gateway/main.ts +0 -0
- /package/src/lib/{services → aws/services}/api-gateway/types.ts +0 -0
- /package/src/lib/{services → aws/services}/appconfig/constants.ts +0 -0
- /package/src/lib/{services → aws/services}/appconfig/index.ts +0 -0
- /package/src/lib/{services → aws/services}/appconfig/main.ts +0 -0
- /package/src/lib/{services → aws/services}/appconfig/types.ts +0 -0
- /package/src/lib/{services → aws/services}/certificate-manager/index.ts +0 -0
- /package/src/lib/{services → aws/services}/certificate-manager/main.ts +0 -0
- /package/src/lib/{services → aws/services}/certificate-manager/types.ts +0 -0
- /package/src/lib/{services → aws/services}/cloudfront/index.ts +0 -0
- /package/src/lib/{services → aws/services}/cloudfront/main.ts +0 -0
- /package/src/lib/{services → aws/services}/cloudfront/types.ts +0 -0
- /package/src/lib/{services → aws/services}/cloudtrail/index.ts +0 -0
- /package/src/lib/{services → aws/services}/cloudtrail/main.ts +0 -0
- /package/src/lib/{services → aws/services}/cloudtrail/types.ts +0 -0
- /package/src/lib/{services → aws/services}/cloudwatch/index.ts +0 -0
- /package/src/lib/{services → aws/services}/cloudwatch/logs.ts +0 -0
- /package/src/lib/{services → aws/services}/cloudwatch/main.ts +0 -0
- /package/src/lib/{services → aws/services}/cloudwatch/types.ts +0 -0
- /package/src/lib/{services → aws/services}/codebuild/index.ts +0 -0
- /package/src/lib/{services → aws/services}/codebuild/main.ts +0 -0
- /package/src/lib/{services → aws/services}/constants.ts +0 -0
- /package/src/lib/{services → aws/services}/dynamodb/index.ts +0 -0
- /package/src/lib/{services → aws/services}/dynamodb/main.ts +0 -0
- /package/src/lib/{services → aws/services}/dynamodb/types.ts +0 -0
- /package/src/lib/{services → aws/services}/elastic-container-registry/index.ts +0 -0
- /package/src/lib/{services → aws/services}/elastic-container-registry/main.ts +0 -0
- /package/src/lib/{services → aws/services}/elastic-container-service/index.ts +0 -0
- /package/src/lib/{services → aws/services}/elastic-container-service/main.ts +0 -0
- /package/src/lib/{services → aws/services}/elastic-container-service/types.ts +0 -0
- /package/src/lib/{services → aws/services}/elastic-file-system/index.ts +0 -0
- /package/src/lib/{services → aws/services}/elastic-file-system/main.ts +0 -0
- /package/src/lib/{services → aws/services}/elastic-file-system/types.ts +0 -0
- /package/src/lib/{services → aws/services}/elastic-kubernetes-service/index.ts +0 -0
- /package/src/lib/{services → aws/services}/elastic-kubernetes-service/main.ts +0 -0
- /package/src/lib/{services → aws/services}/elastic-kubernetes-service/types.ts +0 -0
- /package/src/lib/{services → aws/services}/elasticache/index.ts +0 -0
- /package/src/lib/{services → aws/services}/elasticache/main.ts +0 -0
- /package/src/lib/{services → aws/services}/elasticache/types.ts +0 -0
- /package/src/lib/{services → aws/services}/eventbridge/index.ts +0 -0
- /package/src/lib/{services → aws/services}/eventbridge/main.ts +0 -0
- /package/src/lib/{services → aws/services}/eventbridge/target.ts +0 -0
- /package/src/lib/{services → aws/services}/eventbridge/types.ts +0 -0
- /package/src/lib/{services → aws/services}/evidently/index.ts +0 -0
- /package/src/lib/{services → aws/services}/evidently/main.ts +0 -0
- /package/src/lib/{services → aws/services}/evidently/types.ts +0 -0
- /package/src/lib/{services → aws/services}/identity-access-management/index.ts +0 -0
- /package/src/lib/{services → aws/services}/identity-access-management/main.ts +0 -0
- /package/src/lib/{services → aws/services}/index.ts +0 -0
- /package/src/lib/{services → aws/services}/key-management-service/index.ts +0 -0
- /package/src/lib/{services → aws/services}/key-management-service/main.ts +0 -0
- /package/src/lib/{services → aws/services}/key-management-service/types.ts +0 -0
- /package/src/lib/{services → aws/services}/lambda/index.ts +0 -0
- /package/src/lib/{services → aws/services}/lambda/main.ts +0 -0
- /package/src/lib/{services → aws/services}/lambda/types.ts +0 -0
- /package/src/lib/{services → aws/services}/route53/index.ts +0 -0
- /package/src/lib/{services → aws/services}/route53/main.ts +0 -0
- /package/src/lib/{services → aws/services}/route53/types.ts +0 -0
- /package/src/lib/{services → aws/services}/secrets-manager/index.ts +0 -0
- /package/src/lib/{services → aws/services}/secrets-manager/main.ts +0 -0
- /package/src/lib/{services → aws/services}/simple-notification-service/index.ts +0 -0
- /package/src/lib/{services → aws/services}/simple-notification-service/main.ts +0 -0
- /package/src/lib/{services → aws/services}/simple-notification-service/types.ts +0 -0
- /package/src/lib/{services → aws/services}/simple-queue-service/index.ts +0 -0
- /package/src/lib/{services → aws/services}/simple-queue-service/main.ts +0 -0
- /package/src/lib/{services → aws/services}/simple-queue-service/types.ts +0 -0
- /package/src/lib/{services → aws/services}/simple-storage-service/index.ts +0 -0
- /package/src/lib/{services → aws/services}/simple-storage-service/main.ts +0 -0
- /package/src/lib/{services → aws/services}/simple-storage-service/types.ts +0 -0
- /package/src/lib/{services → aws/services}/step-function/index.ts +0 -0
- /package/src/lib/{services → aws/services}/step-function/main.ts +0 -0
- /package/src/lib/{services → aws/services}/step-function/types.ts +0 -0
- /package/src/lib/{services → aws/services}/systems-manager/index.ts +0 -0
- /package/src/lib/{services → aws/services}/systems-manager/main.ts +0 -0
- /package/src/lib/{services → aws/services}/systems-manager/types.ts +0 -0
- /package/src/lib/{services → aws/services}/virtual-private-cloud/index.ts +0 -0
- /package/src/lib/{services → aws/services}/virtual-private-cloud/main.ts +0 -0
- /package/src/lib/{services → aws/services}/web-application-firewall/index.ts +0 -0
- /package/src/lib/{services → aws/services}/web-application-firewall/main.ts +0 -0
- /package/src/lib/{services → aws/services}/web-application-firewall/types.ts +0 -0
- /package/src/lib/{types/aws → aws/types}/index.ts +0 -0
|
@@ -1,80 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
-
if (k2 === undefined) k2 = k;
|
|
4
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
-
}
|
|
8
|
-
Object.defineProperty(o, k2, desc);
|
|
9
|
-
}) : (function(o, m, k, k2) {
|
|
10
|
-
if (k2 === undefined) k2 = k;
|
|
11
|
-
o[k2] = m[k];
|
|
12
|
-
}));
|
|
13
|
-
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
-
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
-
};
|
|
16
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
-
exports.redirectSuccess = exports.redirectError = exports.isPrdStage = exports.isUatStage = exports.isTestStage = exports.isDevStage = exports.LogLevel = void 0;
|
|
18
|
-
__exportStar(require("./aws"), exports);
|
|
19
|
-
/**
|
|
20
|
-
*/
|
|
21
|
-
const defaultResponseObject = {
|
|
22
|
-
body: '',
|
|
23
|
-
headers: {
|
|
24
|
-
'Access-Control-Allow-Origin': '*',
|
|
25
|
-
},
|
|
26
|
-
isBase64Encoded: false,
|
|
27
|
-
statusCode: 200,
|
|
28
|
-
};
|
|
29
|
-
/**
|
|
30
|
-
*/
|
|
31
|
-
var LogLevel;
|
|
32
|
-
(function (LogLevel) {
|
|
33
|
-
LogLevel["DEBUG"] = "DEBUG";
|
|
34
|
-
LogLevel["INFO"] = "INFO";
|
|
35
|
-
LogLevel["WARNING"] = "WARNING";
|
|
36
|
-
LogLevel["TRACE"] = "TRACE";
|
|
37
|
-
LogLevel["ERROR"] = "ERROR";
|
|
38
|
-
LogLevel["CRITICAL"] = "CRITICAL";
|
|
39
|
-
})(LogLevel || (exports.LogLevel = LogLevel = {}));
|
|
40
|
-
/**
|
|
41
|
-
* @param stage
|
|
42
|
-
*/
|
|
43
|
-
const isDevStage = (stage) => stage === 'dev';
|
|
44
|
-
exports.isDevStage = isDevStage;
|
|
45
|
-
/**
|
|
46
|
-
* @param stage
|
|
47
|
-
*/
|
|
48
|
-
const isTestStage = (stage) => stage === 'tst';
|
|
49
|
-
exports.isTestStage = isTestStage;
|
|
50
|
-
/**
|
|
51
|
-
* @param stage
|
|
52
|
-
*/
|
|
53
|
-
const isUatStage = (stage) => stage === 'uat';
|
|
54
|
-
exports.isUatStage = isUatStage;
|
|
55
|
-
/**
|
|
56
|
-
* @param stage
|
|
57
|
-
*/
|
|
58
|
-
const isPrdStage = (stage) => stage === 'prd';
|
|
59
|
-
exports.isPrdStage = isPrdStage;
|
|
60
|
-
/**
|
|
61
|
-
* @param error
|
|
62
|
-
*/
|
|
63
|
-
function redirectError(error) {
|
|
64
|
-
console.error(error, error.message, error.stack);
|
|
65
|
-
return Object.assign({}, defaultResponseObject, {
|
|
66
|
-
body: JSON.stringify(Object.assign({}, { error: error.message, success: false })),
|
|
67
|
-
statusCode: 500,
|
|
68
|
-
});
|
|
69
|
-
}
|
|
70
|
-
exports.redirectError = redirectError;
|
|
71
|
-
/**
|
|
72
|
-
* @param message
|
|
73
|
-
*/
|
|
74
|
-
function redirectSuccess(message) {
|
|
75
|
-
return Object.assign({}, defaultResponseObject, {
|
|
76
|
-
body: JSON.stringify(Object.assign({}, { error: message, success: true })),
|
|
77
|
-
statusCode: 200,
|
|
78
|
-
});
|
|
79
|
-
}
|
|
80
|
-
exports.redirectSuccess = redirectSuccess;
|
package/src/lib/types/index.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './aws'
|
package/src/lib/utils/index.ts
DELETED
|
@@ -1,61 +0,0 @@
|
|
|
1
|
-
export * from './aws'
|
|
2
|
-
|
|
3
|
-
/**
|
|
4
|
-
*/
|
|
5
|
-
const defaultResponseObject = {
|
|
6
|
-
body: '',
|
|
7
|
-
headers: {
|
|
8
|
-
'Access-Control-Allow-Origin': '*',
|
|
9
|
-
},
|
|
10
|
-
isBase64Encoded: false,
|
|
11
|
-
statusCode: 200,
|
|
12
|
-
}
|
|
13
|
-
|
|
14
|
-
/**
|
|
15
|
-
*/
|
|
16
|
-
export enum LogLevel {
|
|
17
|
-
DEBUG = 'DEBUG',
|
|
18
|
-
INFO = 'INFO',
|
|
19
|
-
WARNING = 'WARNING',
|
|
20
|
-
TRACE = 'TRACE',
|
|
21
|
-
ERROR = 'ERROR',
|
|
22
|
-
CRITICAL = 'CRITICAL',
|
|
23
|
-
}
|
|
24
|
-
|
|
25
|
-
/**
|
|
26
|
-
* @param stage
|
|
27
|
-
*/
|
|
28
|
-
export const isDevStage = (stage: string) => stage === 'dev'
|
|
29
|
-
/**
|
|
30
|
-
* @param stage
|
|
31
|
-
*/
|
|
32
|
-
export const isTestStage = (stage: string) => stage === 'tst'
|
|
33
|
-
/**
|
|
34
|
-
* @param stage
|
|
35
|
-
*/
|
|
36
|
-
export const isUatStage = (stage: string) => stage === 'uat'
|
|
37
|
-
/**
|
|
38
|
-
* @param stage
|
|
39
|
-
*/
|
|
40
|
-
export const isPrdStage = (stage: string) => stage === 'prd'
|
|
41
|
-
|
|
42
|
-
/**
|
|
43
|
-
* @param error
|
|
44
|
-
*/
|
|
45
|
-
export function redirectError(error: any) {
|
|
46
|
-
console.error(error, error.message, error.stack)
|
|
47
|
-
return Object.assign({}, defaultResponseObject, {
|
|
48
|
-
body: JSON.stringify(Object.assign({}, { error: error.message, success: false })),
|
|
49
|
-
statusCode: 500,
|
|
50
|
-
})
|
|
51
|
-
}
|
|
52
|
-
|
|
53
|
-
/**
|
|
54
|
-
* @param message
|
|
55
|
-
*/
|
|
56
|
-
export function redirectSuccess(message: any) {
|
|
57
|
-
return Object.assign({}, defaultResponseObject, {
|
|
58
|
-
body: JSON.stringify(Object.assign({}, { error: message, success: true })),
|
|
59
|
-
statusCode: 200,
|
|
60
|
-
})
|
|
61
|
-
}
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/dist/src/lib/{construct → aws/construct}/api-to-eventbridge-target-with-sns/index.d.ts
RENAMED
|
File without changes
|
/package/dist/src/lib/{construct → aws/construct}/api-to-eventbridge-target-with-sns/index.js
RENAMED
|
File without changes
|
/package/dist/src/lib/{construct → aws/construct}/api-to-eventbridge-target-with-sns/main.d.ts
RENAMED
|
File without changes
|
/package/dist/src/lib/{construct → aws/construct}/api-to-eventbridge-target-with-sns/main.js
RENAMED
|
File without changes
|
/package/dist/src/lib/{construct → aws/construct}/api-to-eventbridge-target-with-sns/types.d.ts
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/dist/src/lib/{construct/lambda-with-iam-access → aws/construct/graphql-api-lambda}/types.js
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/dist/src/lib/{construct/site-with-ecs-backend → aws/construct/rest-api-lambda}/types.js
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/dist/src/lib/{construct/static-site → aws/construct/static-asset-deployment}/types.js
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/dist/src/lib/{services/elasticache → aws/services/elastic-kubernetes-service}/types.js
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|