Skip to content

fix: initial commit

fix: initial commit #1

Triggered via push November 27, 2023 08:52
Status Failure
Total duration 2m 48s
Artifacts

deploy.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Build & Deploy: src/functions/conversation-read-messages.ts#L5
Parameter 'event' implicitly has an 'any' type.
Build & Deploy: src/functions/conversation-read-messages.ts#L11
'contentType' is declared but its value is never read.
Build & Deploy: src/functions/conversation-read-messages.ts#L65
Object literal may only specify known properties, and 'FilterExpression' does not exist in type '{ TableName: string; ProjectionExpression: string; ExpressionAttributeNames: { "#A": string; "#C": string; "#M": string; }; }'.
Build & Deploy: src/functions/conversation-read-messages.ts#L86
Property 'name' does not exist on type 'unknown'.
Build & Deploy: src/functions/create-personal-conversation.ts#L12
Parameter 'event' implicitly has an 'any' type.
Build & Deploy: src/functions/create-personal-conversation.ts#L81
Element implicitly has an 'any' type because expression of type 'string' can't be used to index type '{}'.
Build & Deploy: src/functions/create-personal-conversation.ts#L123
Argument of type '{ TableName: string; FilterExpression: string; ExpressionAttributeValues: { ":user1Value": { S: any; }; ":user2Value": { S: any; }; }; Select: string; }' is not assignable to parameter of type 'ScanCommandInput'.
Build & Deploy: src/functions/create-personal-conversation.ts#L161
Argument of type '{ TableName: string; BillingMode: string; TableClass: string; DeletionProtectionEnabled: boolean; SSESpecification: { Enabled: boolean; }; StreamSpecification: { StreamEnabled: boolean; }; AttributeDefinitions: { ...; }[]; KeySchema: { ...; }[]; }' is not assignable to parameter of type 'CreateTableCommandInput'.
Build & Deploy: src/functions/delete-personal-conversation.ts#L9
Parameter 'event' implicitly has an 'any' type.
Build & Deploy: src/functions/delete-personal-conversation.ts#L15
'contentType' is declared but its value is never read.