Page updated Nov 9, 2023

Use existing AWS resources

Existing Amazon Pinpoint resources can be used with the Amplify Libraries by referencing your Application ID and Region in your amplifyconfiguration.json file.

{ "analytics": { "plugins": { "awsPinpointAnalyticsPlugin": { "pinpointAnalytics": { "appId": "[APP ID]", "region": "[REGION]" } } } } }
1{
2 "analytics": {
3 "plugins": {
4 "awsPinpointAnalyticsPlugin": {
5 "pinpointAnalytics": {
6 "appId": "[APP ID]",
7 "region": "[REGION]"
8 }
9 }
10 }
11 }
12}
  • pinpointAnalytics
    • appId: Amazon Pinpoint application ID
    • region: AWS Region where the resources are provisioned (e.g. us-east-1)

Note that before you can add an AWS resource to your application, the application must have the Amplify libraries installed. If you need to perform this step, see Install Amplify Libraries.