Files
Airflow-on-Fargate/package.json
Chaithanya Maisagoni ac9f476d30 Adding RBAC
2020-11-15 00:14:04 -08:00

32 lines
722 B
JSON

{
"name": "airflow-on-fargate",
"version": "1.0.0",
"description": "Running an application load balanced Airflow on Fargate",
"private": true,
"scripts": {
"build": "tsc",
"watch": "tsc -w",
"cdk": "cdk"
},
"author": {
"name": "Amazon Web Services",
"url": "https://aws.amazon.com",
"organization": true
},
"license": "Apache-2.0",
"devDependencies": {
"@types/node": "^8.10.38",
"typescript": "~3.7.2"
},
"dependencies": {
"@aws-cdk/aws-ec2": "*",
"@aws-cdk/aws-ecs": "*",
"@aws-cdk/aws-ecs-patterns": "*",
"@aws-cdk/aws-ecr-assets": "*",
"@aws-cdk/aws-rds": "*",
"@aws-cdk/core": "*",
"@types/uuid": "8.3.0",
"uuid": "^8.3.0"
}
}