Skip to content

Simple library that takes a CloudFormation resource type name as input and returns its SVG icon

Notifications You must be signed in to change notification settings

mhlabs/aws-icons-directory

Repository files navigation

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.

About

Simple library that takes a CloudFormation resource type name as input and returns its SVG icon

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published