https://github.com/muazothman/gensam
Generate AWS SAM template from draw.io (diagrams.net) diagrams using the AWS19 icons.
https://github.com/muazothman/gensam
aws-sam diagrams drawio-tools serverless
Last synced: 8 months ago
JSON representation
Generate AWS SAM template from draw.io (diagrams.net) diagrams using the AWS19 icons.
- Host: GitHub
- URL: https://github.com/muazothman/gensam
- Owner: MuazOthman
- License: mit
- Created: 2020-07-28T20:44:28.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T11:09:27.000Z (almost 3 years ago)
- Last Synced: 2025-01-24T02:54:16.179Z (10 months ago)
- Topics: aws-sam, diagrams, drawio-tools, serverless
- Language: C#
- Homepage:
- Size: 47.9 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gensam
[](https://www.nuget.org/packages/gensam/)
[](https://ci.appveyor.com/project/muazweb/gensam/history/branch/master)
[](https://sonarcloud.io/dashboard?id=MuazOthman_gensam)
`gensam` is a command line tool to help build serverless apps on AWS by generating an [AWS SAM](https://aws.amazon.com/serverless/sam/) template file from draw.io (diagrams.net) diagrams using the AWS19 icons.
## Installing
`gensam` is a [.NET Core Global Tool](https://docs.microsoft.com/en-us/dotnet/core/tools/global-tools) and can be installed using command:
```sh
dotnet tool install --global gensam
```