-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.rpdk-config
More file actions
34 lines (34 loc) · 1008 Bytes
/
.rpdk-config
File metadata and controls
34 lines (34 loc) · 1008 Bytes
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
{
"artifact_type": "RESOURCE",
"typeName": "LocalStack::Testing::Resource",
"language": "java",
"runtime": "java17",
"entrypoint": "cloud.localstack.testing.resource.HandlerWrapper::handleRequest",
"testEntrypoint": "cloud.localstack.testing.resource.HandlerWrapper::testEntrypoint",
"settings": {
"version": false,
"subparser_name": null,
"verbose": 0,
"force": false,
"type_name": null,
"artifact_type": null,
"endpoint_url": null,
"region": null,
"target_schemas": [],
"profile": null,
"namespace": [
"cloud",
"localstack",
"testing",
"resource"
],
"codegen_template_path": "default",
"protocolVersion": "2.0.0"
},
"executableEntrypoint": "cloud.localstack.testing.resource.HandlerWrapperExecutable",
"canarySettings": {
"contract_test_file_names": [
"inputs_1.json"
]
}
}