aws-cdk.aws-sqs
The CDK Construct Library for AWS::SQS
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-sqsuv
uv add aws-cdk-aws-sqspoetry
poetry add aws-cdk-aws-sqsInstalling 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
Tags
More Build Tools packages
Provides reusable utilities for Python…
permissive · top 100 on PyPI
tqdmWraps any iterable to display a real-time…
copyleft · top 100 on PyPI
pippip is the standard installer for Python…
permissive · top 100 on PyPI
hatchlingHatchling is a standards-compliant Python build…
permissive · top 100 on PyPI
grpcio-toolsGenerates Python gRPC service stubs and message…
permissive · top 1,000 on PyPI
pre-commitpre-commit is a framework for installing and…
permissive · top 1,000 on PyPI
aws-cdk.aws-snsProvides AWS CDK constructs for defining Amazon…
permissive · top 15,000 on PyPI
aws-cdk.aws-sns-subscriptionsProvides AWS CDK constructs for subscribing SNS…
permissive · top 15,000 on PyPI
aws-cdk.aws-samProvides AWS CDK v1 constructs for defining…
permissive · top 15,000 on PyPI
aws-cdk.aws-apigatewayProvides AWS CDK constructs for defining and…
permissive · top 15,000 on PyPI
aws-cdk.aws-ecrProvides AWS CDK constructs for defining,…
permissive · top 15,000 on PyPI
aws-cdk.aws-batchDefines AWS Batch infrastructure (compute…
permissive · top 15,000 on PyPI
aws-cdk.aws-codecommitProvides AWS CDK constructs for creating and…
permissive · top 15,000 on PyPI
aws-cdk.aws-stepfunctionsProvides Python constructs for defining AWS…
permissive · top 15,000 on PyPI
aws-cdk.aws-eventsProvides AWS CDK constructs for defining Amazon…
permissive · top 15,000 on PyPI
aws-cdk.aws-fsxProvides AWS CDK constructs for defining and…
permissive · top 15,000 on PyPI