定制 aligent/magento2-eventbridge-notifier 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

aligent/magento2-eventbridge-notifier

最新稳定版本:v1.0.7

Composer 安装命令:

composer require aligent/magento2-eventbridge-notifier

包简介

An Amazon EventBridge notifier backed by the aligent/async-events module.

README 文档

README

This repository adds an aligent/async-events compatible notifier for submitting events to Amazon EventBridge.

Getting Started

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 -> Amazon EventBridge set the Access Key ID and the Secret Access Key and the Region. You can configure the source of the event and the event bus if necessary.

AWS Config

Create Subscription

curl --location --request POST 'https://m2.dev.aligent.consulting:44356/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": "event_bridge"
    }
}'

统计信息

  • 总下载量: 2.17k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 2
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 2
  • Watchers: 12
  • Forks: 1
  • 开发语言: PHP

其他信息

  • 授权协议: GPL-3.0-only
  • 更新时间: 2023-03-31