Endpoint better usage in Amazon Pinpoint

0

Hello, I am getting into using Amazon Pinpoint to send emails via campaigns and I have noticed that the biggest cost I have is the addition of endpoints (proportionally the cost of sending is zero).

Enter image description here

I currently load the endpoints via an API call (updateUserEndpoint) every time I send a campaign. Is it possible to reduce and curb these costs by combining Amazon Pinpoint with another service such as Amazon S3 (or others) ? Can endpoints be saved on some Amazon service to reduce MTA costs ?

1 Answer
0

I don't understand this question. There is no cost for loading endpoints. The ways to load endpoints into Pinpoint include directly through the API, as a custom event in the events API, or through an upload of CSV/JSON. You can add a file to s3 and have lambda load it as well. There are ways to daisy chain services. https://github.com/aws-samples/communication-developer-services-reference-architectures/blob/master/README.md#Amazon-S3-Triggered-Endpoint-Imports

AWS
answered a year ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions