-
Notifications
You must be signed in to change notification settings - Fork 0
/
.bitmap
97 lines (95 loc) · 3.2 KB
/
.bitmap
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
/* THIS IS A BIT-AUTO-GENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY. */
/**
* The Bitmap file is an auto generated file used by Bit to track all your Bit components. It maps the component to a folder in your file system.
* This file should be committed to VCS(version control).
* Components are listed using their component ID (https://bit.dev/reference/components/component-id).
* If you want to delete components you can use the "bit remove <component-id>" command.
* See the docs (https://bit.dev/reference/components/removing-components) for more information, or use "bit remove --help".
*/
{
"api-gateway": {
"name": "api-gateway",
"scope": "bit-pulumi-lambda.demo",
"version": "0.0.21",
"mainFile": "index.ts",
"rootDir": "demo/api-gateway"
},
"awsx/lambda": {
"name": "awsx/lambda",
"scope": "bit-pulumi-lambda.demo",
"version": "0.0.2",
"mainFile": "index.ts",
"rootDir": "demo/awsx/lambda"
},
"dynamodb/count-table": {
"name": "dynamodb/count-table",
"scope": "bit-pulumi-lambda.demo",
"version": "0.0.1",
"mainFile": "index.ts",
"rootDir": "demo/dynamodb/count-table"
},
"lambdas/count-lambda": {
"name": "lambdas/count-lambda",
"scope": "bit-pulumi-lambda.demo",
"version": "0.0.17",
"mainFile": "index.ts",
"rootDir": "demo/lambdas/count-lambda"
},
"lambdas/date-lambda": {
"name": "lambdas/date-lambda",
"scope": "bit-pulumi-lambda.demo",
"version": "0.0.11",
"mainFile": "index.ts",
"rootDir": "demo/lambdas/date-lambda"
},
"lambdas/flights-lambda": {
"name": "lambdas/flights-lambda",
"scope": "bit-pulumi-lambda.demo",
"version": "0.0.11",
"mainFile": "index.ts",
"rootDir": "demo/lambdas/flights-lambda"
},
"lambdas/hello-lambda": {
"name": "lambdas/hello-lambda",
"scope": "bit-pulumi-lambda.demo",
"version": "0.0.11",
"mainFile": "index.ts",
"rootDir": "demo/lambdas/hello-lambda"
},
"lambdas/random-lambda": {
"name": "lambdas/random-lambda",
"scope": "bit-pulumi-lambda.demo",
"version": "0.0.12",
"mainFile": "index.ts",
"rootDir": "demo/lambdas/random-lambda"
},
"lambdas/success-lambda": {
"name": "lambdas/success-lambda",
"scope": "bit-pulumi-lambda.demo",
"version": "0.0.12",
"mainFile": "index.ts",
"rootDir": "demo/lambdas/success-lambda"
},
"pulumi-app": {
"name": "pulumi-app",
"scope": "bit-pulumi-lambda.demo",
"version": "0.0.21",
"mainFile": "index.ts",
"rootDir": "demo/pulumi-app"
},
"utils/date-util": {
"name": "utils/date-util",
"scope": "bit-pulumi-lambda.demo",
"version": "0.0.1",
"mainFile": "index.ts",
"rootDir": "demo/utils/date-util"
},
"utils/random-util": {
"name": "utils/random-util",
"scope": "bit-pulumi-lambda.demo",
"version": "0.0.1",
"mainFile": "index.ts",
"rootDir": "demo/utils/random-util"
},
"$schema-version": "17.0.0"
}