From eca75c1c0d096955eb3f400e85703889dff4f4c9 Mon Sep 17 00:00:00 2001 From: Michael Hart Date: Mon, 16 Jan 2023 08:08:44 +1100 Subject: [PATCH 1/2] Add deprecation note --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index bb211d1..9de871c 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,11 @@ +# Deprecated + +NB: these images are deprecated in favor of AWS' official Lambda Runtime Interface Emulator, which you can find at: + +https://github.com/aws/aws-lambda-runtime-interface-emulator + +This project is now archived and will not receive any further updates. + # docker-lambda A sandboxed local environment that replicates the live [AWS Lambda](https://aws.amazon.com/lambda/) From de9a2bf5b73f6330fff10e0203f94b9f6f784ab6 Mon Sep 17 00:00:00 2001 From: Michael Hart Date: Sun, 15 Jan 2023 16:14:40 -0500 Subject: [PATCH 2/2] Use different AWS repo (#368) --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9de871c..136a5ff 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,12 @@ # Deprecated -NB: these images are deprecated in favor of AWS' official Lambda Runtime Interface Emulator, which you can find at: +NB: these images are deprecated in favor of AWS' official images, which you can find at: -https://github.com/aws/aws-lambda-runtime-interface-emulator +https://github.com/aws/aws-lambda-base-images + +And browse on the ECR public gallery, eg: + +https://gallery.ecr.aws/lambda/python This project is now archived and will not receive any further updates.