From 4d83370426636e91d09be89f42e67cf349a27e01 Mon Sep 17 00:00:00 2001 From: Marco Pfeiffer Date: Mon, 17 Aug 2020 22:38:12 +0200 Subject: [PATCH] add link to article explaining sharing aurora serverless --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 68ac771..12104e7 100644 --- a/README.md +++ b/README.md @@ -213,6 +213,9 @@ This might be [serverless] flavoured but you should get the hang of it. TargetType: AWS::RDS::DBCluster ``` +I also wrote an article going more into detail on how to setup and share an Aurora Serverless between multiple stacks: +[www.marco.zone/shared-aurora-serverless-using-cloudformation](https://www.marco.zone/shared-aurora-serverless-using-cloudformation) + ## Implementation details ### Error handling