If your application relies on Amazon Pinpoint, you likely already know that AWS is retiring a chunk of the service on October 30, 2026.
As the cutoff date approaches, we are actively helping our customers' engineering and marketing teams untangle their Amazon Pinpoint workloads. AWS is not shutting down the service completely, but they are initiating a drastic architectural shift. Moving forward, they are transitioning away from the Pinpoint API namespace and consolidating the raw messaging infrastructure under Amazon End User Messaging. In doing so, AWS is officially deprecating the marketing UI and all marketing-specific features, meaning workflows dependent on those capabilities will break if not migrated.
In this blog, we will break down what is actually happening, what your options are, and how to quickly audit your environment to see your exposure.
What is Going Away?
AWS is stripping out Amazon Pinpoint's marketing automation and orchestration layer. If you have non-technical users logging into the AWS console to manage audiences or build drip campaigns, that workflow is dead come October.
Specifically, you will lose access to:
- Journeys: The visual builder for multi-step customer workflows.
- Campaigns: The UI and logic for scheduling message blasts.
- Segments & Endpoints: The dynamic audience management and user-data storage.
- Marketing Analytics: The built-in dashboards tracking open rates, delivery stats, and Journey engagement.
For an organization, the upcoming deprecation of Amazon Pinpoint's marketing layer isn't just about swapping out an API endpoint, it is a looming operational bottleneck. Right now, Pinpoint provides a visual orchestration UI that allows your marketing and product teams to autonomously build multi-step customer journeys, manage dynamic audience segments, and schedule campaigns without writing code. When AWS shuts this interface down in October, that autonomy disappears. If these workflows aren't migrated to a third-party customer engagement platform soon, the burden of executing every targeted campaign, querying audience lists, and hard-coding drip logic will fall directly onto your engineering team. Losing this layer doesn't just break your marketing stack; it threatens to turn your developers into an ad-hoc marketing execution arm just to keep revenue-driving communications afloat.
What is Surviving?
If you strictly use Amazon Pinpoint as a dumb pipe, meaning your own backend handles the logic and just calls the Amazon Pinpoint API to fire off a transactional text or push notification, you are mostly in the clear.
AWS has repackaged the underlying channels into a developer-focused suite called AWS End User Messaging. The following capabilities aren't going anywhere:
- SMS, MMS, and Voice routing
- Push Notifications (FCM, APNS, etc.)
- Phone Number Validation
- OTP (One-Time Password) APIs
For email, AWS is directing customers to consolidate everything under Amazon Simple Email Service (SES).
Your Migration Options
Because AWS isn't offering a direct, native replacement for the Amazon Pinpoint marketing UI, your migration path depends entirely on how you use the service today. These changes are not optional or something you can do later when it's convenient for the team; these are changes you must do before the October cutoff date.
- The Infrastructure Route: If you only use Amazon Pinpoint for transactional alerts (like password resets or shipping updates), your engineering team just needs to update your API calls to point toward AWS End User Messaging and native SES endpoints. It’s a straightforward refactor.
- The Marketing Platform Route: If your marketing team relies on Journeys and Campaigns, you face a heavier lift. While AWS’s desired migration path is for customers to transition these workflows into Amazon Connect, we are seeing many teams opt instead for dedicated third-party Customer Engagement Platforms (CEPs) like Braze, Customer.io, or Iterable. Whichever route you choose, the core engineering challenge remains the same: building secure, reliable data pipelines between your AWS environment (like your data lake or data warehouse) and the new engagement platform.
Don't Guess Your Exposure; Run the Assessment
The hardest part of this migration is often just figuring out who in your organization is actually using these deprecated features. Rather than spending weeks digging through CloudTrail logs and codebases, we built a shortcut.
Caylent has developed and open-sourced an Amazon Pinpoint Deprecation Assessment Tool.