Skip to content

Instantly share code, notes, and snippets.

@tuladhar
Created October 24, 2020 05:14
Show Gist options
  • Save tuladhar/d6d9bcf9dcb62aa78e30714b696c5d2d to your computer and use it in GitHub Desktop.
Save tuladhar/d6d9bcf9dcb62aa78e30714b696c5d2d to your computer and use it in GitHub Desktop.
LambdaPermission:
Type: AWS::Lambda::Permission
Properties:
Action: 'lambda:InvokeFunction'
FunctionName: !Ref LambdaFunction
Principal: sns.amazonaws.com
SourceArn: !Ref Topic
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment