Open StevenMHernandez opened 6 years ago
We may want to have this list be graphical.
So, we need to figure out a nodejs package that will allow us to create the diagrm. Might just use plantuml even
Step 1
Copy diagramBuilder/index.js
as assetLister/index.js
Keeping the Promises.
Step 2
Filter out any assets that do not have the correct ASV value.
Step 3
Format these assets into an easy to read message
Step 4 (Steven)
Setup Lambda and Slack slash command
@petethegreatt create a new file src/listAssets/index.js
which contains a function that accepts a variable asv_name
and that returns a string "Here is the list of assets for EXAMPLE_ASV"
@petethegreatt Please use the feature/list-assets
branch for your part.