Feature thought: Wouldn't it be cool if some sort ...
# general
g
Feature thought: Wouldn't it be cool if some sort of doc (PDF maybe) was created as part of a "deploy"? The PDF would be a bit of documentation created that shows the reader all of the myriad of AWS Services that are now in use and what objects, permissions, lambda functions, dynamo tables, IAM objects, etc were created.
a
You can use DIA to generate a diagram of resources.
That uses the CDK output and generates nice diagrams.
g
Cool. I am not familiar with DIA
is this what you are referring to?
Copy code
<https://github.com/pistazie/cdk-dia>
a
Yeah.
I use that one in my project 🙂
And run it from NPM.