From 0276c6c7c1d06d93f994a6a4a53819edd3e3b55f Mon Sep 17 00:00:00 2001 From: Georgios Andrianakis Date: Mon, 27 Sep 2021 09:43:19 +0300 Subject: [PATCH] Update status of Amazon Lambda in docs The bump in status for the extensions themselves was done in: bac9ee06145d3b1595f1a38eddfcb465820015a1 --- docs/src/main/asciidoc/amazon-lambda.adoc | 3 --- 1 file changed, 3 deletions(-) diff --git a/docs/src/main/asciidoc/amazon-lambda.adoc b/docs/src/main/asciidoc/amazon-lambda.adoc index 9cb3f66ce8821..9aa5de2c40d72 100644 --- a/docs/src/main/asciidoc/amazon-lambda.adoc +++ b/docs/src/main/asciidoc/amazon-lambda.adoc @@ -4,7 +4,6 @@ and pull requests should be submitted there: https://github.com/quarkusio/quarkus/tree/main/docs/src/main/asciidoc //// = Amazon Lambda -:extension-status: preview include::./attributes.adoc[] @@ -17,8 +16,6 @@ Amazon's Custom Runtime if you want a smaller memory footprint and faster cold b Quarkus's integration with lambdas also supports Quarkus's Live Coding development cycle. You an bring up your Quarkus lambda project in dev or test mode and code on your project live. -include::./status-include.adoc[] - == Prerequisites To complete this guide, you need: