Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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
```