• Pricing
© 2026 Serverless, Inc. All rights reserved.

Framework

  • Overview
  • Documentation
  • Plugins360
  • Pricing

Learn

  • Blog
  • GuidesUpdated
  • Examples240
  • Courses

Resources

  • Support
  • Security
  • Trust Center
  • Status

Community

  • Slack
  • GitHub47k
  • Forum
  • Meetups

Company

  • About
  • Careers
  • Contact
  • Partners

Legal

  • Terms of Service
  • Privacy Policy
  • Trademark
  • DMCA
Miguel Frazao

AWS SQS Standard Example (NodeJS & Typescript)

by

This example demonstrates how to setup a SQS with Typescript.

  1. AWS SQS Standard Example (NodeJS & Typescript)

Simple SQS Standard Example

This example demonstrates how to setup a SQS Standard and send messages through the message body and attributes.

Use Cases

  • Decouple message producers from message consumers.
  • This is one way to architect for scale and reliability.

Setup

  • sls deploy

Usage

  • To print out the logs of the receiver sqs handler on the terminal sls logs -f receiver -t

  • send a HTTP POST request to the sender lambda with a JSON payload

Contents

  • Simple SQS Standard Example
  • Use Cases
  • Setup
  • Usage

Related

GuidesPluginsExamplesSlack CommunitySupport