Created
October 9, 2019 07:07
-
-
Save alexcasalboni/e956669e62de0583f586409f999e1ee5 to your computer and use it in GitHub Desktop.
Amazon Pinpoint - Custom Segment Lambda function with centralized settings (YAML)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
myAppSettings: | |
Type: AWS::Pinpoint::ApplicationSettings | |
Properties: | |
ApplicationId: !Ref myPinpointApp | |
CampaignHook: | |
LambdaFunctionName: !Ref myHookFunction | |
Mode: FILTER |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment