UNPKG

node-aws-acm

Version:

A lightweight npm package to interact with AWS Certificate Manager (ACM) using Node.js.

53 lines (30 loc) 1.15 kB
# Changelog All notable changes to this project will be documented in this file. ## 1.0.2 - 2023-05-03 ### Added - Added support for deleting an SSL/TLS certificate in AWS Certificate Manager. - Added examples for creating, listing, and deleting certificates. - Added JSDoc comments to the code for better documentation. ### Changed - Refactored code for improved readability and maintainability. - Updated README.md with additional information about the package and usage instructions. - Upgraded dependencies to latest versions. ### Removed None. ## 1.0.1 - 2023-05-03 ### Added - None ### Changed - Refactored code for improved readability and maintainability. - Updated README.md with additional information about the package and usage instructions. ### Removed None. ## 1.0.0 - 2023-05-03 ### Added - Initial release of the package. ### Changed - Added support for listing all SSL/TLS certificates in AWS Certificate Manager. - Added support for getting a specific SSL/TLS certificate for a domain name. - Added support for creating an HTTPS server with SSL/TLS certificates from AWS Certificate Manager. ### Removed - None