Skip to content

Commit

Permalink
chore: Revert "feat(apigatewayv2): constructs for http api are now st…
Browse files Browse the repository at this point in the history
…able! 🤘(#17773)" (#17809)


This reverts commit b25590f.


----

*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
  • Loading branch information
otaviomacedo committed Dec 2, 2021
1 parent 12fcb18 commit b284eba
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 56 deletions.
22 changes: 7 additions & 15 deletions packages/@aws-cdk/aws-apigatewayv2-authorizers/README.md
@@ -1,29 +1,21 @@
# AWS APIGatewayv2 Authorizers

<!--BEGIN STABILITY BANNER-->

---

Features | Stability
--------------------------------------|-------------------------------------------------------------
Authorizer classes for HTTP APIs | ![Stable](https://img.shields.io/badge/stable-success.svg?style=for-the-badge)
Authorizer classes for Websocket APIs | ![Experimental](https://img.shields.io/badge/experimental-important.svg?style=for-the-badge)

> **Experimental:** Higher level constructs in this module that are marked as experimental are
> under active development. They are subject to non-backward compatible changes or removal in any
> future version. These are not subject to the [Semantic Versioning](https://semver.org/) model and
> breaking changes will be announced in the release notes. This means that while you may use them,
> you may need to update your source code when upgrading to a newer version of this package.
![cdk-constructs: Experimental](https://img.shields.io/badge/cdk--constructs-experimental-important.svg?style=for-the-badge)

<!-- -->

> **Stable:** Higher level constructs in this module that are marked stable will not undergo any
> breaking changes. They will strictly follow the [Semantic Versioning](https://semver.org/) model.
> The APIs of higher level constructs in this module are experimental and under active development.
> They are subject to non-backward compatible changes or removal in any future version. These are
> not subject to the [Semantic Versioning](https://semver.org/) model and breaking changes will be
> announced in the release notes. This means that while you may use them, you may need to update
> your source code when upgrading to a newer version of this package.
---

<!--END STABILITY BANNER-->


## Table of Contents

- [Introduction](#introduction)
Expand Down
10 changes: 0 additions & 10 deletions packages/@aws-cdk/aws-apigatewayv2-authorizers/package.json
Expand Up @@ -109,16 +109,6 @@
},
"stability": "experimental",
"maturity": "experimental",
"features": [
{
"name": "Authorizer classes for HTTP APIs",
"stability": "Stable"
},
{
"name": "Authorizer classes for Websocket APIs",
"stability": "Experimental"
}
],
"awscdkio": {
"announce": false
},
Expand Down
20 changes: 6 additions & 14 deletions packages/@aws-cdk/aws-apigatewayv2-integrations/README.md
Expand Up @@ -3,21 +3,13 @@

---

Features | Stability
---------------------------------------|------------------------------------------------------------
Integration classes for HTTP APIs | ![Stable](https://img.shields.io/badge/stable-success.svg?style=for-the-badge)
Integration classes for Websocket APIs | ![Experimental](https://img.shields.io/badge/experimental-important.svg?style=for-the-badge)
![cdk-constructs: Experimental](https://img.shields.io/badge/cdk--constructs-experimental-important.svg?style=for-the-badge)

> **Experimental:** Higher level constructs in this module that are marked as experimental are
> under active development. They are subject to non-backward compatible changes or removal in any
> future version. These are not subject to the [Semantic Versioning](https://semver.org/) model and
> breaking changes will be announced in the release notes. This means that while you may use them,
> you may need to update your source code when upgrading to a newer version of this package.
<!-- -->

> **Stable:** Higher level constructs in this module that are marked stable will not undergo any
> breaking changes. They will strictly follow the [Semantic Versioning](https://semver.org/) model.
> The APIs of higher level constructs in this module are experimental and under active development.
> They are subject to non-backward compatible changes or removal in any future version. These are
> not subject to the [Semantic Versioning](https://semver.org/) model and breaking changes will be
> announced in the release notes. This means that while you may use them, you may need to update
> your source code when upgrading to a newer version of this package.
---

Expand Down
10 changes: 0 additions & 10 deletions packages/@aws-cdk/aws-apigatewayv2-integrations/package.json
Expand Up @@ -108,16 +108,6 @@
},
"stability": "experimental",
"maturity": "experimental",
"features": [
{
"name": "Integration classes for HTTP APIs",
"stability": "Stable"
},
{
"name": "Integration classes for Websocket APIs",
"stability": "Experimental"
}
],
"awscdkio": {
"announce": false
},
Expand Down
7 changes: 1 addition & 6 deletions packages/@aws-cdk/aws-apigatewayv2/README.md
Expand Up @@ -6,7 +6,7 @@
Features | Stability
-------------------------------------------|--------------------------------------------------------
CFN Resources | ![Stable](https://img.shields.io/badge/stable-success.svg?style=for-the-badge)
Higher level constructs for HTTP APIs | ![Stable](https://img.shields.io/badge/stable-success.svg?style=for-the-badge)
Higher level constructs for HTTP APIs | ![Experimental](https://img.shields.io/badge/experimental-important.svg?style=for-the-badge)
Higher level constructs for Websocket APIs | ![Experimental](https://img.shields.io/badge/experimental-important.svg?style=for-the-badge)

> **CFN Resources:** All classes with the `Cfn` prefix in this module ([CFN Resources]) are always
Expand All @@ -22,11 +22,6 @@ Higher level constructs for Websocket APIs | ![Experimental](https://img.shields
> breaking changes will be announced in the release notes. This means that while you may use them,
> you may need to update your source code when upgrading to a newer version of this package.
<!-- -->

> **Stable:** Higher level constructs in this module that are marked stable will not undergo any
> breaking changes. They will strictly follow the [Semantic Versioning](https://semver.org/) model.
---

<!--END STABILITY BANNER-->
Expand Down
2 changes: 1 addition & 1 deletion packages/@aws-cdk/aws-apigatewayv2/package.json
Expand Up @@ -124,7 +124,7 @@
"features": [
{
"name": "Higher level constructs for HTTP APIs",
"stability": "Stable"
"stability": "Experimental"
},
{
"name": "Higher level constructs for Websocket APIs",
Expand Down

0 comments on commit b284eba

Please sign in to comment.