PHPackages                             mage-os/mageos-async-events-aws - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. mage-os/mageos-async-events-aws

ActiveMagento2-module[Utility &amp; Helpers](/categories/utility)

mage-os/mageos-async-events-aws
===============================

AWS event sinks for mage-os/mageos-async-events

v4.0.3(3mo ago)25.0k↓24.2%3MITPHPPHP &gt;=8.1CI passing

Since Jun 27Pushed 2mo ago6 watchersCompare

[ Source](https://github.com/mage-os/mageos-async-events-aws)[ Packagist](https://packagist.org/packages/mage-os/mageos-async-events-aws)[ RSS](/packages/mage-os-mageos-async-events-aws/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (3)Dependencies (2)Versions (5)Used By (0)

MageOS Async Events AWS
=======================

[](#mageos-async-events-aws)

AWS event sinks for [mageos-async-events](https://github.com/mage-os/mageos-async-events)

Installation
------------

[](#installation)

```
composer require mage-os/mageos-async-events-aws
```

AWS event sinks
---------------

[](#aws-event-sinks)

### Amazon EventBridge

[](#amazon-eventbridge)

**Configure AWS Credentials**

An IAM role with the `events:PutEvents` action is required so that the notifier can relay events into Amazon EventBridge.

Under `Stores -> Services -> Async Events AWS` set the `Access Key` and the `Secret Access Key` and the `Region`. You can also choose to configure the source of the event.

[![AWS Config](./docs/config.png)](./docs/config.png)

**Create an EventBridge Subscription**

The following is an example to create an EventBridge subscription for the `example.event`

```
curl --location --request POST 'https://test.mageos.dev/rest/V1/async_event' \
--header 'Authorization: Bearer TOKEN' \
--header 'Content-Type: application/json' \
--data-raw '{
    "asyncEvent": {
        "event_name": "example.event",
        "recipient_url": "Amazon Event Bridge ARN",
        "verification_token": "supersecret",
        "metadata": "eventbridge"
    }
}'
```

### Amazon Simple Queue Service

[](#amazon-simple-queue-service)

**Configure AWS Credentials**

An IAM role with the `sqs:SendMessage` action is required so that the notifier can relay events into Amazon SQS.

Under `Stores -> Services -> Async Events AWS` set the `Access Key` and the `Secret Access Key` and the `Region`.

Note

The maximum message size for SQS is 262,144 bytes (256 KiB)

**Create an SQS Subscription**

```
curl --location --request POST 'https://test.mageos.dev/rest/V1/async_event' \
--header 'Authorization: Bearer TOKEN' \
--header 'Content-Type: application/json' \
--data-raw '{
    "asyncEvent": {
        "event_name": "example.event",
        "recipient_url": "Amazon SQS queue URL",
        "verification_token": "supersecret",
        "metadata": "sqs"
    }
}'
```

Contributing
------------

[](#contributing)

This is a repository for distribution only. Contributions are welcome on the development repository [mageos-async-events-sinks](https://github.com/mage-os/mageos-async-events-sinks)

###  Health Score

47

—

FairBetter than 94% of packages

Maintenance83

Actively maintained with recent releases

Popularity27

Limited adoption so far

Community15

Small or concentrated contributor base

Maturity52

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 97% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~197 days

Total

4

Last Release

92d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/100189073?v=4)[Mage-OS](/maintainers/mage-os-ci)[@mage-os-ci](https://github.com/mage-os-ci)

![](https://www.gravatar.com/avatar/b5df30b202c594ad4af9440fd694c0386b324e4045ca0aeeabb9b6125440e377?d=identicon)[gowrizrh](/maintainers/gowrizrh)

---

Top Contributors

[![mage-os-ci](https://avatars.githubusercontent.com/u/100189073?v=4)](https://github.com/mage-os-ci "mage-os-ci (32 commits)")[![mage-os-terraform[bot]](https://avatars.githubusercontent.com/u/90680490?v=4)](https://github.com/mage-os-terraform[bot] "mage-os-terraform[bot] (1 commits)")

---

Tags

adobecommerceawsecommercemage-osmagentomagento2

### Embed Badge

![Health badge](/badges/mage-os-mageos-async-events-aws/health.svg)

```
[![Health](https://phpackages.com/badges/mage-os-mageos-async-events-aws/health.svg)](https://phpackages.com/packages/mage-os-mageos-async-events-aws)
```

###  Alternatives

[aws/aws-sdk-php-symfony

A Symfony bundle for v3 of the AWS SDK for PHP

36517.7M22](/packages/aws-aws-sdk-php-symfony)[csharpru/vault-php

Best Vault client for PHP that you can find

8410.3M4](/packages/csharpru-vault-php)[napp/xray-laravel

AWS X-Ray for Laravel applications.

61407.3k](/packages/napp-xray-laravel)[helgesverre/extractor

AI-Powered Data Extraction for your Laravel application.

22128.0k](/packages/helgesverre-extractor)[dreamonkey/laravel-cloudfront-url-signer

Laravel 5.6+ wrapper around CloudFront canned signed URLs

54750.7k](/packages/dreamonkey-laravel-cloudfront-url-signer)[foxxmd/laravel-elasticbeanstalk-cron

Ensure only one Laravel instance is running CRON jobs in an EB environment

62299.6k](/packages/foxxmd-laravel-elasticbeanstalk-cron)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
