Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/mhlabs/sam-patterns-cli int…
Browse files Browse the repository at this point in the history
…o main
  • Loading branch information
ljacobsson committed Mar 31, 2021
2 parents a02b6b0 + 1838161 commit fc961a8
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

*Note: this is an early version of a CLI backed by an early version of a community driven resource; https://serverlessland.com/patterns/. There might be bugs*

This tool lets you browse the content of the [Serverless Patterns Collection](https://serverlessland.com/patterns/) and inject patterns directly into your SAM template.
This tool lets you browse the content of the [Serverless Patterns Collection](https://serverlessland.com/patterns/) and inject patterns directly into your SAM template. Support for both JSON and YAML.

## Usage
```
Expand All @@ -18,4 +18,8 @@ Commands:
```

## Demo
![Demo](images/demo.gif)
![Demo](images/demo.gif)

## Known issues
* Comments in YAML disappear when parsing the template
* Some templates in the Serverless Patterns Collection have bugs and are unparseable

0 comments on commit fc961a8

Please sign in to comment.