0.0.1 • Published 2 years ago

@codicy/pulumi-aws-ses v0.0.1

Weekly downloads
-
License
MPL-2.0
Repository
github
Last release
2 years ago

AWS SES Component for Pulumi

This is a project containing components for use with Pulumi, a tool for provisioning cloud infrastructure based on a description written with general purpose programming languages.

This project provides a Pulumi component named Ses, which can be used to make use of AWS SES based on some of the good practices described by the AWS documentation, posts made by AWS solutions engineers, and the experience of the package author.

Installation

$ npm install --save '@codicy/pulumi-aws-ses'

or, if you prefer:

$ yarn add '@codicy/pulumi-aws-ses'

License

This package is licensed under the Mozilla Public License, v2.0.

Contributing

Please feel free to open issues or pull requests on GitHub!