Skip to content

Instantly share code, notes, and snippets.

@alexcasalboni
Created October 9, 2019 07:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alexcasalboni/e956669e62de0583f586409f999e1ee5 to your computer and use it in GitHub Desktop.
Save alexcasalboni/e956669e62de0583f586409f999e1ee5 to your computer and use it in GitHub Desktop.
Amazon Pinpoint - Custom Segment Lambda function with centralized settings (YAML)
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