1.5.0 • Published 12 months ago

@benhepburn/adonis-notifications-aws-sns-channel v1.5.0

Weekly downloads
-
License
MIT
Repository
-
Last release
12 months ago

AdonisJS Notifications - AWS SNS Channel

This package requires @benhepburn/adonis-notifications and @aws-sdk/credential-providers.

Install

Install peer dependency @aws-sdk/credential-providers and this package from npm:

npm install @aws-sdk/credential-providers @benhepburn/adonis-notifications-aws-sns-channel

or

pnpm install @aws-sdk/credential-providers @benhepburn/adonis-notifications-aws-sns-channel

or

yarn add @aws-sdk/credential-providers @benhepburn/adonis-notifications-aws-sns-channel

Then, configure the package for Adonis:

node ace configure @benhepburn/adonis-notifications-aws-sns-channel

Configuration

Edit config/aws_sns_channel.ts as needed, then add the channel to config/notifications.ts.

You must set the AWS region:

AWS_SNS_REGION=<region e.g. ap-southeast-2>

You can set the AWS credentials in your .env file; if they aren't set then the default node credentials provider for AWS will be used.

1.2.0

12 months ago

1.1.0

12 months ago

1.5.0

12 months ago

1.4.0

12 months ago

1.3.0

12 months ago

1.2.1

12 months ago

1.0.0

2 years ago

0.1.4

2 years ago

0.1.3

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago

0.0.1

2 years ago