-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
cdk.json
29 lines (29 loc) · 1.01 KB
/
cdk.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"app": "python3 app.py",
"versionReporting": false,
"requireApproval": "never",
"context": {
"project": "eks-persistent-storage-with-efs",
"tags": [
{ "owner": "Mystique" },
{ "github_profile": "https://github.com/miztiik" },
{ "about_me": "https://github.com/miztiik/about-me" },
{ "youtube_profile": "https://youtube.com/c/valaxytechnologies" },
{ "udemy_profile": "https://www.udemy.com/user/n-kumar" },
{
"skill_profile": "https://www.skillshare.com/r/profile/Kumar/407603333"
},
{ "buy_me_a_coffee": "https://ko-fi.com/miztiik" },
{
"learn_aws_advanced_security": "https://www.udemy.com/course/aws-cloud-security-proactive-way"
},
{
"learn_aws_cdk": "https://www.udemy.com/course/aws-cloud-development-kit-from-beginner-to-professional"
},
{ "project": "eks-persistent-storage-with-efs" },
{
"github_repo_url": "https://github.com/miztiik/eks-persistent-storage-with-efs"
}
]
}
}