معرفی شرکت ها


cdk-events-notify-2.0.99


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

The Events Notify AWS Construct lib for AWS CDK
ویژگی مقدار
سیستم عامل -
نام فایل cdk-events-notify-2.0.99
نام cdk-events-notify
نسخه کتابخانه 2.0.99
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Neil Kuan<guan840912@gmail.com>
ایمیل نویسنده -
آدرس صفحه اصلی https://github.com/neilkuan/cdk-events-notify.git
آدرس اینترنتی https://pypi.org/project/cdk-events-notify/
مجوز Apache-2.0
[![NPM version](https://badge.fury.io/js/cdk-events-notify.svg)](https://badge.fury.io/js/cdk-events-notify) [![PyPI version](https://badge.fury.io/py/cdk-events-notify.svg)](https://badge.fury.io/py/cdk-events-notify) ![Release](https://github.com/neilkuan/cdk-s3bucket/workflows/release/badge.svg) ![Downloads](https://img.shields.io/badge/-DOWNLOADS:-brightgreen?color=gray) ![npm](https://img.shields.io/npm/dt/cdk-events-notify?label=npm&color=orange) ![PyPI](https://img.shields.io/pypi/dm/cdk-events-notify?label=pypi&color=blue) # cdk-events-notify `cdk-events-notify` is an AWS CDK Construct Library that provides you know who login in your aws console. ## Why It’s just a small feature at the moment, Provides you to trigger Lambda Function push notifications to Line Notify or Slack when you discover Console Login event or swith role event through Cloudtrail. > Welcome to contribute another event notify case you want. ## Overview ![](./images/overview.png) ### Now support * Line Notify * Slack ([webhooks](https://api.slack.com/messaging/webhooks#posting_with_webhooks)) ## You need enable one `Management events` in your account. > more see https://aws.amazon.com/tw/cloudtrail/pricing/ > ![](./images/management-events.png) # You need Line Notify access token > more see [line notify docs](https://notify-bot.line.me/doc/en/) ![](./images/access-token.png) ## Install ```bash Use the npm dist tag to opt in CDKv1 or CDKv2: // for CDKv2 npm install cdk-events-notify or npm install cdk-events-notify@latest // for CDKv1 npm install cdk-events-notify@cdkv1 ``` ## 💡💡💡 please click [here](https://github.com/neilkuan/cdk-events-notify/tree/cdkv1#readme), if you are using aws-cdk v1.x.x version.💡💡💡 ## Usage ```python import * as cdk from 'aws-cdk-lib'; import { EventNotify } from 'cdk-events-notify'; const app = new cdk.App(); const stack = new cdk.Stack(app, 'integ-stack', { env }); new EventNotify(stack, 'LineEventNotify', { lineNotifyToken: process.env.LINE_NOTIFY_TOKEN }); ``` ### To deploy ```bash cdk deploy ``` ### To destroy ```bash cdk destroy ``` ### Finally * line ![](./images/line-chat.jpg) * slack ![](./images/slack.jpg) ## More about EventBridge and Lambda * [EventBridge](https://docs.aws.amazon.com/eventbridge/latest/userguide/aws-events.html) * [Lambda](https://docs.aws.amazon.com/lambda/latest/dg/welcome.html) > Note: Event Bridge can not cross region , if you console sign in not the cdk-events-notify region will not get the evnet in cloudtrail see this [docs](https://docs.aws.amazon.com/IAM/latest/UserGuide/cloudtrail-integration.html#cloudtrail-integration_signin-regions) ## :clap: Supporters [![Stargazers repo roster for @neilkuan/cdk-events-notify](https://reporoster.com/stars/neilkuan/cdk-events-notify)](https://github.com/neilkuan/cdk-events-notify/stargazers) [![Forkers repo roster for @neilkuan/cdk-events-notify](https://reporoster.com/forks/neilkuan/cdk-events-notify)](https://github.com/neilkuan/cdk-events-notify/network/members)


نیازمندی

مقدار نام
<3.0.0,>=2.12.0 aws-cdk-lib
<11.0.0,>=10.0.5 constructs
<2.0.0,>=1.80.0 jsii
>=0.0.3 publication
~=2.13.3 typeguard


زبان مورد نیاز

مقدار نام
~=3.7 Python


نحوه نصب


نصب پکیج whl cdk-events-notify-2.0.99:

    pip install cdk-events-notify-2.0.99.whl


نصب پکیج tar.gz cdk-events-notify-2.0.99:

    pip install cdk-events-notify-2.0.99.tar.gz