AWS Amplify is a declarative JavaScript library for frontend and mobile developers building cloud-enabled applications. It provides an easy-to-use interface for common cloud operations such as authentication, analytics, REST and GraphQL APIs, data synchronization, and storage, with optional support for additional services like push notifications, location, and pub/sub.
Project status
- Actively maintained: The repository shows an upstream push on 2026-08-07, and there were recent updates on 2026-07-30 across multiple Amplify packages, indicating ongoing development.
- Apparent update cadence: Based on the provided recent summaries, updates landed within about 1 to 2 weeks (late July updates, early August upstream push), suggesting an active but not daily cadence.
AI summary generated
Recent updates
aws-amplify@6.20.0
This release adds a new push notifications provider that delivers notifications via Amazon Connect Customer Profiles, exposed through the `aws-amplify/push-notifications/customer-profiles` sub-path export. It also updates several Amplify package dependencies and includes runtime guidance warning about the default `aws-amplify/push-notifications` entry point backing Amazon Pinpoint.
Features@aws-amplify/core@6.18.0
This release adds a new push notifications provider that lets applications deliver Push Notifications via Amazon Connect Customer Profiles. It also introduces a new `aws-amplify/push-notifications/customer-profiles` sub-path export and wires support for `amazon_connect` notifications configuration from `amplify_outputs.json.
Features@aws-amplify/datastore@5.1.10
This patch release updates the AWS Amplify DataStore package to include newer versions of its key dependencies. No new functionality or behavioral changes are described in the release notes.
@aws-amplify/notifications@2.1.0
This release adds support for delivering push notifications through Amazon Connect Customer Profiles via a new `aws-amplify/push-notifications/customer-profiles` sub-path export. It also introduces client-side validation and SigV4-signed device registration, and wires in `amazon_connect` push notification configuration from `amplify_outputs.json` through `Amplify.configure`. The default `aws-amplify/push-notifications` entry point now emits a one-time runtime notice because Amazon Pinpoint support is ending on October 30, 2026.
Features@aws-amplify/api-graphql@4.8.10
Release @aws-amplify/api-graphql@4.8.10 is a patch release that, per the notes, only updates a dependency on @aws-amplify/core@6.18.0. The provided code diff largely shows changes to generated API documentation assets (HTML/JS/CSS) rather than runtime source code.
@aws-amplify/api@6.3.29
This patch release updates the underlying @aws-amplify/api-graphql dependency. No other user-facing changes, API updates, or fixes are described in the release notes.
aws-amplify@6.19.0
This release adds analytics auto-tracking configuration support for Kinesis and Kinesis Firehose providers, and introduces an optional telemetry hook for ServiceWorker.register. It also starts runtime deprecation warnings for the default (Amazon Pinpoint) analytics exports and for implicit Pinpoint Service Worker lifecycle auto-recording, while remaining backwards compatible.
Features@aws-amplify/datastore@5.1.9
This patch release hardens @aws-amplify/datastore against an immer prototype pollution issue by bumping immer to a fixed version (^11.1.9). It also updates related Amplify dependencies (@aws-amplify/api and @aws-amplify/api-graphql). No API or behavior changes are called out beyond the dependency security remediation.
Security@aws-amplify/core@6.17.0
This release adds an optional telemetry hook, onStateChange, to ServiceWorker.register in aws-amplify core. It also deprecates the implicit Pinpoint auto-recording of ServiceWorker lifecycle events, moving toward an opt-in model while keeping backward compatibility for now.
Features@aws-amplify/api@6.3.28
This is a patch release of @aws-amplify/api with a single dependency update. No new features or behavior changes are described in the release notes.