Camilo Rios
02/26/2021, 3:09 PMApiGatewayRestApi - 1 validation error detected: Value null at 'createRestApiInput.name' failed to satisfy constraint: Member must not be null
Has anyone of you seeing a similar error?Camilo Rios
02/26/2021, 3:10 PMapiGateway:
restApiId: aaa
restApiRootResourceId: bbb
Omi Chowdhury
02/26/2021, 3:15 PMOmi Chowdhury
02/26/2021, 3:15 PMCamilo Rios
02/26/2021, 3:15 PMCamilo Rios
02/26/2021, 3:15 PMOmi Chowdhury
02/26/2021, 3:16 PMCamilo Rios
02/26/2021, 3:17 PMOmi Chowdhury
02/26/2021, 3:17 PMAndreas
03/01/2021, 7:30 PMFrank
Frank
Andreas
03/01/2021, 9:38 PMFrank
Frank
$ npm install --save --save-exact @serverless-stack/cli@0.9.11 @serverless-stack/resources@0.9.11
And it can it in your `sst.Api`:
new Api(this, "Api", {
defaultPayloadFormatVersion: ApiPayloadFormatVersion.V1,
routes: {..}
});
Frank