aws-cloudformation / aws-cloudformation/custom-resource-helper

Support for SNS Custom Resource Handling

Open
#2 2 comments 4 reactions 0 assignees View on GitHub
enhancement help wanted
Dominant language
Python
Stars
383
Forks
61
PR merge metrics
No merged PRs in 30d

Description

I'd like to use this handler with an SNS triggered custom resource, to handle a multi account scenario rather than to lambda in the local account.

In theory the sns message content delivered to lambda in a remote account could be handled in the same way as this but would have been through custom resource in CF > SNS Remote > Lambda i.e rather than dealing with the event directly, something like json.loads(event['Records'][0]['Sns']['Message'])? It would be great to be able to use this handler in that scenario.

Contributor guide

Open the contributing guide

Research direction

Review the handler's existing event processing and the SNS message shape described in the issue, especially event['Records'][0]['Sns']['Message']. Confirm how the CloudFormation > SNS Remote > Lambda path should be represented, then define and test the supported behavior for that scenario.

Written by the indexing model from the issue text.

Assessment

Tech stack
aws, python
Domain
backend, cloud
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
32/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.