@coaktion/aws
TypeScript icon, indicating that this package has built-in type declarations

1.1.1 • Public • Published

Coaktion AWS

Module to wrap AWS services implementations.

Currently, supporting:

  • SNS publish

Installation

npm install @coaktion/aws

Usage

const handler = new SNSHandler({
  region: process.env.AWS_REGION,
  credentials: {
    accessKeyId: process.env.AWS_ACCESS_KEY_ID,
    secretAccessKey: process.env.AWS_SECRET_ACCESS_KEY
  }
})

handler.publish({
  topicArn: 'arn:aws:sns:us-east-1:123456789012:my-topic',
  message: 'Hello World!'
})

License

Coaktion AWS is MIT

Authors

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
1.1.10latest

Version History

VersionDownloads (Last 7 Days)Published
1.1.10
1.1.00
1.0.61
1.0.50
1.0.40
1.0.30
1.0.20
1.0.10
1.0.00

Package Sidebar

Install

npm i @coaktion/aws

Weekly Downloads

1

Version

1.1.1

License

MIT

Unpacked Size

13.1 kB

Total Files

15

Last publish

Collaborators

  • lmacedo
  • paulovictortinoco
  • aktie