skillfed

aws-cdk.aws-sqs

The CDK Construct Library for AWS::SQS

aws-cdk-aws-sqs v1.204.0 166.1K downloads/30d#10,507 on PyPI12,868
Permissive license Apache-2.0 Active released

What it is and what it does

This package is the AWS CDK Construct Library for SQS, providing Python classes to define Amazon Simple Queue Service resources declaratively within CDK applications. It abstracts the underlying CloudFormation resources, allowing developers to create queues, configure encryption, set up FIFO ordering, and integrate with other AWS services through a high-level API.

The package is part of AWS CDK v1, which reached end-of-support on 2023-06-01. While the repository remains active and the package itself has no known vulnerabilities, AWS no longer updates this construct library. Developers using it should plan migration to AWS CDK v2, where SQS constructs are actively maintained and improved.

Use it for:

  • Define SQS queues in CDK v1 applications that are already deployed and stable, when migration to v2 is not immediately feasible.
  • Set up message queuing for decoupling microservices in infrastructure-as-code projects using the v1 CDK framework.
  • Configure encryption, FIFO ordering, and dead-letter queues for SQS resources without writing raw CloudFormation.
  • Integrate SQS with other AWS services (IAM, KMS, CloudWatch) through CDK construct composition in v1 stacks.

Worth the install?

AI-flagged interpretation of the facts on this page — verify before relying

Provides AWS CDK constructs for defining Amazon SQS queues and related messaging infrastructure as code in Python.

No for new projects—AWS CDK v2 is the active, supported path. Yes-with-conditions for existing v1 deployments that are stable and not undergoing active development, provided your team has a migration plan. The package itself is sound (no vulnerabilities, low install friction), but its end-of-support status makes it a technical debt liability for anything beyond maintenance mode.

Install

aws-cdk-aws-sqs on PyPI

pip

pip install aws-cdk-aws-sqs

uv

uv add aws-cdk-aws-sqs

poetry

poetry add aws-cdk-aws-sqs

Installing aws-cdk.aws-sqs

Before you install

Low install friction with a pure-Python wheel. However, the package reached end-of-support on 2023-06-01 and is no longer being updated; AWS CDK v2 is the recommended migration path. Active repository maintenance does not change the fact that this v1 construct library is frozen.

License in practice

Licensed under Apache-2.0 (permissive), allowing commercial use, modification, and distribution with minimal restrictions.

Quickstart

pip install aws-cdk.aws-sqs

import aws_cdk.aws_sqs as sqs

# Create a basic queue
queue = sqs.Queue(self, "Queue")

Requires Python ~=3.7 or later. AWS CDK v1 is end-of-support as of 2023-06-01; new projects should use AWS CDK v2.

Verify before relying

  • Whether existing v1 projects can safely remain on this package long-term without security or compatibility issues.
  • Migration effort and breaking changes when upgrading from v1 to v2.

Package facts

License Apache-2.0 (permissive)
Python support supports the current Python release (~=3.7)
Install friction low — pure-Python wheel
Runtime dependencies 8 — aws-cdk.aws-cloudwatch, aws-cdk.aws-iam, aws-cdk.aws-kms, aws-cdk.core, constructs, jsii, publication, typeguard
Maintenance actively maintained — 1,152 days since the last release
Last repo commit
First released
Downloads 166,136/month — #10,507 on PyPI (30-day window, as of 2026-08-14)
Known vulnerabilities none known (OSV.dev, checked 2026-08-14)

Evidence: aws_cdk.aws_sqs-1.204.0-py3-none-any.whl

Development Status :: 7 - InactiveFramework :: AWS CDKFramework :: AWS CDK :: 1Intended Audience :: DevelopersLicense :: OSI ApprovedOperating System :: OS IndependentProgramming Language :: JavaScriptProgramming Language :: Python :: 3 :: OnlyProgramming Language :: Python :: 3.10Programming Language :: Python :: 3.11Programming Language :: Python :: 3.7Programming Language :: Python :: 3.8Programming Language :: Python :: 3.9Typing :: Typed

Tags

aws sqs queue infrastructure as codecdk sqs construct libraryaws message queue pythonsqs fifo queue cdkaws queue encryption cdkserverless message queue awssqs microservices decoupling
aws-cdkend-of-supportinfrastructure-as-code

More Build Tools packages

packaging

Provides reusable utilities for Python…

permissive · top 100 on PyPI

tqdm

Wraps any iterable to display a real-time…

copyleft · top 100 on PyPI

pip

pip is the standard installer for Python…

permissive · top 100 on PyPI

hatchling

Hatchling is a standards-compliant Python build…

permissive · top 100 on PyPI

grpcio-tools

Generates Python gRPC service stubs and message…

permissive · top 1,000 on PyPI

pre-commit

pre-commit is a framework for installing and…

permissive · top 1,000 on PyPI

aws-cdk.aws-sns

Provides AWS CDK constructs for defining Amazon…

permissive · top 15,000 on PyPI

aws-cdk.aws-sns-subscriptions

Provides AWS CDK constructs for subscribing SNS…

permissive · top 15,000 on PyPI

aws-cdk.aws-sam

Provides AWS CDK v1 constructs for defining…

permissive · top 15,000 on PyPI

aws-cdk.aws-apigateway

Provides AWS CDK constructs for defining and…

permissive · top 15,000 on PyPI

aws-cdk.aws-ecr

Provides AWS CDK constructs for defining,…

permissive · top 15,000 on PyPI

aws-cdk.aws-batch

Defines AWS Batch infrastructure (compute…

permissive · top 15,000 on PyPI

aws-cdk.aws-codecommit

Provides AWS CDK constructs for creating and…

permissive · top 15,000 on PyPI

aws-cdk.aws-stepfunctions

Provides Python constructs for defining AWS…

permissive · top 15,000 on PyPI

aws-cdk.aws-events

Provides AWS CDK constructs for defining Amazon…

permissive · top 15,000 on PyPI

aws-cdk.aws-fsx

Provides AWS CDK constructs for defining and…

permissive · top 15,000 on PyPI