aws-cloudformation / aws-cloudformation/cloudformation-coverage-roadmap

AWS::SQS::Permission

Open
#324 1 comment 4 reactions 0 assignees View on GitHub
app integration enhancement
Dominant language
No language data
Stars
1.1k
Forks
62
PR merge metrics
No merged PRs in 30d

Description

## 1. Title

AWS::SQS::Permission

## 2. Scope of request

AWS::SNS::Permission - can add permission to a SQS queue via API but not via CloudFormation

## 3. Expected behavior

In Create, it should add a new permission to the SQS queue policy, the same as `aws sqs add-permission`
In Update, it should replace the existing permission, as if one performed `aws sqs remove-permission` and then `aws sqs add-permission` (since there's no `update-permission`)
In Delete, it should remove the existing permission, the same as `aws sqs remove-permission`

## 5. Helpful Links to speed up research and evaluation

https://docs.aws.amazon.com/AWSSimpleQueueService/latest/APIReference/API_AddPermission.html
https://docs.aws.amazon.com/AWSSimpleQueueService/latest/APIReference/API_RemovePermission.html

## 6. Category (required)

Integration

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.