From 880959d3ecbe62efa8d0e4d81d810139bfc20e28 Mon Sep 17 00:00:00 2001 From: daidokoro Date: Mon, 12 Mar 2018 16:23:18 +0000 Subject: [PATCH] readme [skip ci] --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f2278da..1425a68 100644 --- a/README.md +++ b/README.md @@ -40,16 +40,18 @@ Qaz emphasizes minimal abstraction from the underlying AWS Cloudformation Platfo - Simultaneous Cross-Account or Cross-Region Stack Deployments. -- Support for fetching templates and configuration via Lambda Execution allows for dynamically generating Cloudformation using any of the Languages supported in AWS Lambda, (_nodejs, python, java_) +- Support for fetching templates and configuration via Lambda Execution allows for dynamically generating Cloudformation using any of the Languages supported in AWS Lambda, (_Go_, _nodejs, python, java_, _etc_) -- __Troposphere__ support via Lambda. +- __Troposphere__ & [GoFormation](https://github.com/awslabs/goformation) support via Lambda. -- Deploy Cloudformation directly from your Git Repo (__New!__) +- Deploy Cloudformation directly from your Git Repo - Support for [AWS Serverless Architecture Model (SAM) Templates](https://github.com/awslabs/serverless-application-model) - Interactive Shell Mode +- Dynamic Config File generation using Template Functions (__New!__) - Allows configuration values to be retrieved using API calls, from S3, decrypted via _KMS_ and much more. + ## Installation