interface SqsReceivedMessage

A message received from SQS with its receipt handle.

Properties

body: string

The message body (JSON string).

Receipt handle for settle operations.

approximateReceiveCount: string | undefined

Approximate receive count (system attribute). May be undefined if the attribute is not requested.

Usage

import { type SqsReceivedMessage } from "queue-plugin/src/index.ts";