From e35c485f8d7e0afdc4cbf0c6ad1376e98081a544 Mon Sep 17 00:00:00 2001 From: Mahmut Bulut Date: Wed, 11 Dec 2019 13:02:58 +0100 Subject: [PATCH] Add AWS Lambda use case --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 193207a2..45416a9a 100644 --- a/README.md +++ b/README.md @@ -115,6 +115,7 @@ You can see architecture of the framework [HERE](https://github.com/bastion-rs/b If you are using Bastion open a PR so we can include it in our showcase. * [SkyNet](https://github.com/vertexclique/skynet) (a Discord bot which is resending deleted messages) * Skynet is running since 0.1.3 release of Bastion on the cloud and haven't killed yet. +* In AWS Lambdas we have used Bastion to enable retry mechanism and try different parsing strategies for data to be processed. ## License