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

AWS::SNS::Permission

Open
#323 1 comment 1 reaction 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::SNS::Permission

## 2. Scope of request

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

## 3. Expected behavior

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

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

https://docs.aws.amazon.com/sns/latest/api/API_AddPermission.html
https://docs.aws.amazon.com/sns/latest/api/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.