aws-icons-directory

0.0.6 • Public • Published

aws-icons-directory

Simple library that takes a CloudFormation resource type as input and returns a best guess SVG icon from the official asset package.

Installation

npm i aws-icon-directory

Example

const { AWSIconDirectory } = require("aws-icons-directory)

const svg = AWSIconDirectory.getSVG("AWS::DynamoDB::Table")

// Also works with SAM resources
const svg = AWSIconDirectory.getSVG("AWS::Serverless::Function")

Known issues

There's no naming convention between CloudFormation resource type names and how the icons are named. The list is generated using string-similarity and some other tweakng. This code can be found and improved under tooling.

I've done some manual testing, but there will be some resource types that are pointing at the wrong icons. Please report these as bugs :-)

It currently only maps on a broad service level and not on feature level. I.e, AWS::Lambda::Function and AWS::Lambda::Permission will both return the Lambda icon.

Package Sidebar

Install

npm i aws-icons-directory

Weekly Downloads

2,650

Version

0.0.6

License

ISC

Unpacked Size

4.13 MB

Total Files

1096

Last publish

Collaborators

  • mhlabs