aws-amplify-serverless-plugin icon indicating copy to clipboard operation
aws-amplify-serverless-plugin copied to clipboard

Support Amazon Pinpoint

Open adrianhall opened this issue 7 years ago • 2 comments

Amazon Pinpoint needs to support CloudFormation first, but when it does, add the following:

    PinpointAnalytics: {
      Default: {
        AppId: pinpointResource.output.Id,
        Region: 'us-east-1',
      },
    },
    PinpointTargeting: {
      Default: {
        Region: 'us-east-1',
      },
    },

adrianhall avatar Oct 24 '18 22:10 adrianhall

Pinpoint is not available in CloudFormation yet - on hold until it is.

adrianhall avatar Oct 25 '18 21:10 adrianhall

Pinpoint is now supported on CloudFormation: https://aws.amazon.com/about-aws/whats-new/2019/06/amazon-pinpoint-now-includes-support-for-aws-cloudformation/

paalex avatar Feb 13 '20 03:02 paalex