We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2d2c2c commit a3f40e6Copy full SHA for a3f40e6
1 file changed
tests/functional/testdata/init/unknown_runtime/manifest-v2.json
@@ -18,5 +18,15 @@
18
"packageType": "Zip",
19
"useCaseName": "Hello World Example"
20
}
21
+ ],
22
+ "python3.9": [
23
+ {
24
+ "directory": "python3.9/cookiecutter-aws-sam-hello",
25
+ "displayName": "Hello World Example",
26
+ "dependencyManager": "pip",
27
+ "appTemplate": "hello-world",
28
+ "packageType": "Zip",
29
+ "useCaseName": "Hello World Example"
30
+ }
31
]
-}
32
+}
0 commit comments