We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
0 parents commit 326dbcbCopy full SHA for 326dbcb
Config
@@ -0,0 +1,26 @@
1
+package.DataLakeAsCode = {
2
+ interfaces = (1.0);
3
+
4
+ # Use NoOpBuild. See https://w.amazon.com/index.php/BrazilBuildSystem/NoOpBuild
5
+ build-system = no-op;
6
+ build-tools = {
7
+ 1.0 = {
8
+ NoOpBuild = 1.0;
9
+ };
10
11
12
+ # Use runtime-dependencies for when you want to bring in additional
13
+ # packages when deploying.
14
+ # Use dependencies instead if you intend for these dependencies to
15
+ # be exported to other packages that build against you.
16
+ dependencies = {
17
18
19
20
21
+ runtime-dependencies = {
22
23
24
25
26
+};
0 commit comments