-
Notifications
You must be signed in to change notification settings - Fork 27
/
.rpdk-config
29 lines (29 loc) · 986 Bytes
/
.rpdk-config
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
{
"artifact_type": "HOOK",
"typeName": "AwsCommunity::AppSync::BreakingChangeDetection",
"language": "java",
"runtime": "java11",
"entrypoint": "com.awscommunity.appsync.breakingchangedetection.HookHandlerWrapper::handleRequest",
"testEntrypoint": "com.awscommunity.appsync.breakingchangedetection.HookHandlerWrapper::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": [
"com",
"awscommunity",
"appsync",
"breakingchangedetection"
],
"codegen_template_path": "default",
"protocolVersion": "2.0.0"
},
"executableEntrypoint": "com.awscommunity.appsync.breakingchangedetection.HookHandlerWrapperExecutable"
}