Fix error handling in serverless service (#6442)
- narrowing error handling in aws sdk usage - updating dto to authorize null descriptions
This commit is contained in:
@ -48,7 +48,7 @@ export class ServerlessFunctionDto {
|
||||
name: string;
|
||||
|
||||
@IsString()
|
||||
@Field()
|
||||
@Field({ nullable: true })
|
||||
description: string;
|
||||
|
||||
@IsString()
|
||||
|
||||
Reference in New Issue
Block a user