Skip to content
This repository was archived by the owner on Mar 23, 2026. It is now read-only.

Add resource provider for AWS::SQS::QueuePolicy#8989

Merged
dominikschubert merged 1 commit into
masterfrom
cfn/aws-sqs-queuepolicy
Aug 28, 2023
Merged

Add resource provider for AWS::SQS::QueuePolicy#8989
dominikschubert merged 1 commit into
masterfrom
cfn/aws-sqs-queuepolicy

Conversation

@dominikschubert
Copy link
Copy Markdown
Member

Motivation

We already enabled the AWS::SQS::Queue resource provider, so I thought it might be a good idea to "finish" the service by migrating the only other remaining CFn model for SQS

Changes

  • Add new resource provider for AWS::SQS::QueuePolicy

@dominikschubert dominikschubert self-assigned this Aug 25, 2023
@dominikschubert dominikschubert added the semver: patch Non-breaking changes which can be included in patch releases label Aug 25, 2023
@coveralls
Copy link
Copy Markdown

Coverage Status

coverage: 80.712% (-0.01%) from 80.726% when pulling 6864837 on cfn/aws-sqs-queuepolicy into 66165cd on master.

@github-actions
Copy link
Copy Markdown

github-actions Bot commented Aug 25, 2023

LocalStack Community integration with Pro

       2 files         2 suites   1h 18m 18s ⏱️
2 131 tests 1 668 ✔️ 463 💤 0
2 132 runs  1 668 ✔️ 464 💤 0

Results for commit 6864837.

♻️ This comment has been updated with latest results.

Comment on lines +71 to +74
"""
Fetch resource information
"""
raise NotImplementedError
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Q: why leave out read here?

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not in use currently. Just aiming to migrate a few resources from their GenericBaseModel implementation to a "raw" ResourceProvider one.

Copy link
Copy Markdown
Member

@thrau thrau left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! just wondering why we don't have read implemented

@dominikschubert dominikschubert merged commit c08133e into master Aug 28, 2023
@dominikschubert dominikschubert deleted the cfn/aws-sqs-queuepolicy branch August 28, 2023 18:55
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

semver: patch Non-breaking changes which can be included in patch releases

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants