You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore(s3tables-alpha): add rosetta support to docs and make package non-private (#34108)
### Reason for this change
- Add rosetta support for s3tables-alpha documentation.
- Set @aws-cdk/aws-s3tables-alpha module to non-private.
### Description of changes
Add support for rosetta for README and JSDocs examples.
This module was previously set to private, due to which it was not released as an npm module and was not showing up on aws-cdk documentation.
### Describe any new or updated permissions being added
N/A
### Description of how you validated changes
yarn build+test+extract
### Checklist
- [x] My code adheres to the [CONTRIBUTING GUIDE](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md) and [DESIGN GUIDELINES](https://github.com/aws/aws-cdk/blob/main/docs/DESIGN_GUIDELINES.md)
----
*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
> 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.
8
+
> The APIs of higher level constructs in this module are experimental and under active development.
9
+
> They are subject to non-backward compatible changes or removal in any future version. These are
10
+
> not subject to the [Semantic Versioning](https://semver.org/) model and breaking changes will be
11
+
> announced in the release notes. This means that while you may use them, you may need to update
12
+
> your source code when upgrading to a newer version of this package.
10
13
11
14
---
12
15
@@ -25,7 +28,7 @@ Amazon S3 Tables deliver the first cloud object store with built-in Apache Icebe
0 commit comments