mirror of
https://github.com/aljazceru/ThunderCloud.git
synced 2025-12-17 06:14:20 +01:00
19 lines
811 B
JSON
19 lines
811 B
JSON
{
|
|
"app": "npx ts-node --prefer-ts-exts bin/thundercloud.ts",
|
|
"context": {
|
|
"@aws-cdk/aws-apigateway:usagePlanKeyOrderInsensitiveId": true,
|
|
"@aws-cdk/core:enableStackNameDuplicates": "true",
|
|
"aws-cdk:enableDiffNoFail": "true",
|
|
"@aws-cdk/core:stackRelativeExports": "true",
|
|
"@aws-cdk/aws-ecr-assets:dockerIgnoreSupport": true,
|
|
"@aws-cdk/aws-secretsmanager:parseOwnedSecretName": true,
|
|
"@aws-cdk/aws-kms:defaultKeyPolicies": true,
|
|
"@aws-cdk/aws-s3:grantWriteWithoutAcl": true,
|
|
"@aws-cdk/aws-ecs-patterns:removeDefaultDesiredCount": true,
|
|
"@aws-cdk/aws-rds:lowercaseDbIdentifier": true,
|
|
"@aws-cdk/aws-efs:defaultEncryptionAtRest": true,
|
|
"@aws-cdk/aws-lambda:recognizeVersionProps": true,
|
|
"@aws-cdk/aws-cloudfront:defaultSecurityPolicyTLSv1.2_2021": true
|
|
}
|
|
}
|