-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathappState.json
119 lines (119 loc) · 2.87 KB
/
appState.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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
{
"EDITOR_STATE": {
"allProjectFiles": {
"8fb04abc-ab86-4909-8c1b-c91b4fe77aa3": {
"id": "8fb04abc-ab86-4909-8c1b-c91b4fe77aa3",
"parent": null,
"name": "ServerlessFileUpload.js",
"type": "JS_LAMBDA",
"isDirectory": false,
"children": [],
"isRemovable": true,
"filePath": "ServerlessFileUpload.js",
"cursor": {
"lineNumber": 27,
"column": 25
},
"config": {
"runtime": "nodejs10.x",
"handler": "handler",
"timeout": 60,
"memory": 128,
"layers": [],
"name": "ServerlessFileUpload"
},
"triggers": [
{
"resourceName": "httpApigFileUploaderAPI",
"config": {
"defaultRoute": false,
"method": "PUT",
"route": "/upload"
}
}
],
"lastUpdated": 1606748702573
}
},
"openFiles": [
"8fb04abc-ab86-4909-8c1b-c91b4fe77aa3"
],
"currentFileId": "8fb04abc-ab86-4909-8c1b-c91b4fe77aa3",
"resources": {
"httpApigFileUploaderAPI": {
"name": "httpApigFileUploaderAPI",
"type": "API_GATEWAY",
"config": {
"apiType": 2,
"mode": 0,
"apiName": "FileUploaderAPI",
"stageName": "test",
"corsConfig": {
"maxAge": 0,
"allowCredentials": false
}
}
},
"s3fileUploadBucketUdith": {
"name": "s3fileUploadBucketUdith",
"type": "S3",
"config": {
"mode": 0,
"bucket": {
"name": "file-upload-bucket-udith"
}
}
}
},
"customTemplate": {
"syntax": "JSON",
"overrideDefault": false,
"dialect": null,
"definitions": null
},
"envVariables": [
{
"lambdaId": "all",
"varKey": "SIGMA_AWS_ACC_ID",
"varValue": null,
"shouldPersist": false,
"displayOnly": false,
"editable": false
}
],
"packageJSON": {
"dependencies": {
"mime-types": {
"name": "mime-types",
"version": "2.1.27",
"dev": false,
"language": "nodejs"
},
"aws-sdk": {
"name": "aws-sdk",
"language": "nodejs",
"version": "2.644.0",
"dev": true,
"notRemovable": false
}
}
}
},
"PROJECT_META": {
"sigmaVersion": "1.4.4.1",
"projectName": "ServerlessFileUpload",
"projectDescription": "",
"projectVersion": "1.0.0",
"projectRegion": "us-east-1",
"platform": "AWS",
"language": "nodejs",
"platformRegions": {}
},
"VCS_STATE": {
"provider": "GitHub",
"repo": {
"name": "serverlessfileupload",
"url": "https://github.com/AungKhantThaw47/serverlessfileupload"
}
}
}