aws-cloudformation-templates icon indicating copy to clipboard operation
aws-cloudformation-templates copied to clipboard

Support for SNS Custom Resource Handling

Open matthewjohnward opened this issue 5 years ago • 0 comments

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 message content delivered to lambda could be handled in the same way 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.

matthewjohnward avatar Mar 11 '19 20:03 matthewjohnward