mirror of
https://github.com/serverless/serverless.git
synced 2026-01-18 14:58:43 +00:00
fixed method get RestApiId
This commit is contained in:
parent
be96454fab
commit
2cbde978fa
@ -20,7 +20,7 @@ module.exports = {
|
||||
HttpMethod: event.http.method.toUpperCase(),
|
||||
RequestParameters: requestParameters,
|
||||
ResourceId: resourceId,
|
||||
RestApiId: { Ref: this.apiGatewayRestApiLogicalId },
|
||||
RestApiId: this.provider.getApiGatewayRestApiId(),
|
||||
},
|
||||
};
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user