1.1.0 • Published 1 year ago

sns-notification-opsgenie v1.1.0

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
1 year ago

SNS Notification OpsGenie

This repository contains AWS CDK constructs which can be used for sns to notify to Opsgenie using projen + jsii and publishing it to npm and pypi repositories..

Table of Contents

About projen

projen is a tool to write your project configuration using code instead of managing it yourself.projen synthesizes project configuration files such as package.json, tsconfig.json, .gitignore, GitHub Workflows, eslint, jest, etc from a well-typed definition written in JavaScript.

About jsii

jsii allows code in any language to naturally interact with JavaScript classes. It is the technology that enables the AWS CDK to deliver polyglot libraries from a single codebase!

Steps For using a sns-notification-opsgenie in your cdk Construct

  1. Install the package based on your language:

    If you are using python, use below comand in your terminal:

     pip install sns-notification-opsgenie

    If you are using Typescript, use below comand in your terminal:

     npm i sns-notification-opsgenie
  2. Next,import the package in your cdk construct based on your language:

    for Python:

     from sns-notification-opsgenie import SnsNotifyOpsgenie

    for Typescript:

     import { SnsNotifcationOpsgenie } from sns-notification-opsgenie
  3. Use the method getOpgsgenieTopicArn by passing AWS AcccountId, OpsGenie Priority and optionally AWS Region. In case you do not pass any region, default region will be eu-west-1.

1.1.0

1 year ago

1.0.0

1 year ago

0.0.12

1 year ago

0.0.11

1 year ago

0.0.8

1 year ago

0.0.7

1 year ago

0.0.6

1 year ago

0.0.5

1 year ago

0.0.4

1 year ago

0.0.3

1 year ago

0.0.0

1 year ago