Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T11:09:27.000Z (about 2 years ago)
- Last Synced: 2024-10-14T10:58:23.234Z (3 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
[![NuGet](https://img.shields.io/nuget/v/gensam.svg?style=flat-square)](https://www.nuget.org/packages/gensam/)
[![Build status](https://ci.appveyor.com/api/projects/status/twe76tp4qo5newex/branch/master?svg=true)](https://ci.appveyor.com/project/muazweb/gensam/history/branch/master)
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=MuazOthman_gensam&metric=alert_status)](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
```