From e24979cf54a11eef18000bfd9a09ec908bfb445c Mon Sep 17 00:00:00 2001 From: Harold Sun Date: Mon, 22 Jan 2024 10:00:12 +0800 Subject: [PATCH] Add info about new layer notifications (#351) * Add info about new layer notifications * Add info about new layer notifications * Add info about new layer notifications --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 140b4068..78fae4ab 100644 --- a/README.md +++ b/README.md @@ -73,6 +73,8 @@ AWS Lambda Web Adapter also works with AWS managed Lambda runtimes. You need to For details, please check out [the example Node.js application](examples/expressjs-zip). +To be alerted about new layers, please subscribe to the following SNS topic: `arn:aws:sns:us-east-1:753240598075:notification`. For guidance on how to subscribe, please refer to the [SNS documentation](https://docs.aws.amazon.com/sns/latest/dg/sns-create-subscribe-endpoint-to-topic.html). + ## Readiness Check When a new Lambda Execution Environment starts up, Lambda Web Adapter will boot up as a Lambda Extension, followed by the web application.