Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jobial-io/condense
Type-safe CloudFormation deployment with minimal syntax
https://github.com/jobial-io/condense
Last synced: 1 day ago
JSON representation
Type-safe CloudFormation deployment with minimal syntax
- Host: GitHub
- URL: https://github.com/jobial-io/condense
- Owner: jobial-io
- Created: 2021-04-04T14:53:32.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-11-18T00:24:21.000Z (almost 2 years ago)
- Last Synced: 2023-07-04T16:09:56.740Z (over 1 year ago)
- Language: Scala
- Homepage:
- Size: 63.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Type-Safe CloudFormation Deployment
[![Continuous Integration](https://github.com/jobial-io/condense/actions/workflows/ci.yml/badge.svg)](https://github.com/jobial-io/condense/actions/workflows/ci.yml)
[![Scala version support](https://index.scala-lang.org/jobial-io/condense/condense/latest-by-scala-version.svg?targetType=Js)](https://index.scala-lang.org/jobial-io/condense)Write templates using the type-safe [CloudFormation Template Generator](https://github.com/Bayer-Group/cloudformation-template-generator)
and deploy or update them using **Condense** by running```bash
sbt condense
```See the [AWS Lambda Example](https://github.com/jobial-io/scase-lambda-example) or the
[Scala 3 version](https://github.com/jobial-io/scase-lambda-scala3-example) of it.