From 58da39938d5f588af123f57dd7c31bf00678d2fb Mon Sep 17 00:00:00 2001 From: Matheus Genteluci Date: Thu, 22 Aug 2019 22:20:47 -0300 Subject: [PATCH] Add link to example repository in README --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 3ee9f72..3fc2cd3 100644 --- a/README.md +++ b/README.md @@ -37,6 +37,10 @@ jobs: * `AWS_SECRET_ACCESS_KEY` - [**Required**]. AWS Secret Access Key. * `AWS_DEPLOY_BUCKET` - [**Required**]. AWS S3 Bucket where the Stack package is going to be stored. +### Examples + +* An implementation example can be found [here](https://github.com/MGenteluci/aws-sqs-cloudformation). + ### License The Dockerfile and associated scripts and documentation in this project are released under the [MIT License](LICENSE).