From c3b21fd2b2cf716bd5fb474e9e322a757657f85d Mon Sep 17 00:00:00 2001 From: Chris Hill-Scott Date: Tue, 29 Jan 2019 12:26:33 +0000 Subject: [PATCH] Remove outdated folder MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit I don’t think this is still current. It hasn’t been updated in 2 years. --- lambda_function/README.md | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 lambda_function/README.md diff --git a/lambda_function/README.md b/lambda_function/README.md deleted file mode 100644 index 3a8df5a1a..000000000 --- a/lambda_function/README.md +++ /dev/null @@ -1,9 +0,0 @@ -# Lambda function - -This code is used to setup a lambda function to call into our API to deliver messages. - -Basic expected flow is that an request to GOV.UK Notify to send a text/email will persist in our DB then invoke an async lambda function. - -This function will call /deliver/notification/{id} which will make the API call to our delivery partners, updating the DB with the response. - -## EXPERIMENTAL AT THIS STAGE