Skip to content

Commit e24979c

Browse files
authoredJan 22, 2024
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
1 parent 6cff180 commit e24979c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎README.md

+2
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,8 @@ AWS Lambda Web Adapter also works with AWS managed Lambda runtimes. You need to
7373

7474
For details, please check out [the example Node.js application](examples/expressjs-zip).
7575

76+
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).
77+
7678
## Readiness Check
7779

7880
When a new Lambda Execution Environment starts up, Lambda Web Adapter will boot up as a Lambda Extension, followed by the web application.

0 commit comments

Comments
 (0)
Please sign in to comment.