mirror of
https://github.com/serverless/serverless.git
synced 2026-01-25 15:07:39 +00:00
fix(AWS API Gateway): Recognize CF functions for request.uri
This commit is contained in:
parent
3e8858b1a8
commit
13ce56ae31
@ -124,7 +124,7 @@ const requestSchema = {
|
||||
type: 'object',
|
||||
additionalProperties: { type: 'string' },
|
||||
},
|
||||
uri: { type: 'string' },
|
||||
uri: { $ref: '#/definitions/awsCfInstruction' },
|
||||
},
|
||||
additionalProperties: false,
|
||||
};
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user