fix(AWS API Gateway): Recognize CF functions for request.uri

This commit is contained in:
Piotr Grzesik 2021-08-30 13:30:06 +02:00
parent 3e8858b1a8
commit 13ce56ae31

View File

@ -124,7 +124,7 @@ const requestSchema = {
type: 'object',
additionalProperties: { type: 'string' },
},
uri: { type: 'string' },
uri: { $ref: '#/definitions/awsCfInstruction' },
},
additionalProperties: false,
};