AWS Fundamentals Logo
AWS Fundamentals
L2 Construct

Queue

An SQS queue for message-based decoupling

Import

import { Queue } from 'aws-cdk-lib/aws-sqs';

Or use the module namespace:

import * as sqs from 'aws-cdk-lib/aws-sqs';
// sqs.Queue

Underlying CloudFormation Resources

This L2 construct creates and manages the following CloudFormation resources.

Get the Amazon SQS Cheat Sheet

Everything you need to know about Amazon SQS on one page. HD quality, print-friendly.

Download Free Infographic