@apistudio/apim-cli
Version:
CLI for API Management Products
40 lines • 955 B
JSON
{
"skipTransform": false,
"transformations": {
"mappings": [
{
"source": "$.spec.functionName",
"target": "$.invokeAwsLambda.functionName"
},
{
"source": "$.spec.qualifier",
"target": "$.invokeAwsLambda.qualifier"
},
{
"source": "$.spec.invocationType",
"target": "$.invokeAwsLambda.invocationType"
},
{
"source": "$.spec.region",
"target": "$.invokeAwsLambda.region"
},
{
"source": "$.spec.awsAuthType",
"target": "$.invokeAwsLambda.awsAuthType"
},
{
"source": "$.spec.tlsClientProfile",
"target": "$.invokeAwsLambda.tlsClientProfile"
},
{
"source": "$.spec.input",
"target": "$.invokeAwsLambda.inputMessage"
},
{
"source": "$.spec.output",
"target": "$.invokeAwsLambda.outputMessage"
}
],
"replacements": []
}
}