Skip to content

Commit 3ca2dd7

Browse files
authored
add version to sbt-aws install instruction in public/README.md (#44)
1 parent 5c8420c commit 3ca2dd7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/public/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ As mentioned before, SBT is built on top of CDK. To illustrate its use, please f
8484
Now that you've initialized a new CDK app, let's install the SBT components. From within the `hello-cdk` directory, please run the following command:
8585

8686
```sh
87-
npm install @cdklabs/sbt-aws
87+
npm install @cdklabs/sbt-aws@0.0.26
8888
```
8989

9090
#### Control Plane
@@ -669,4 +669,4 @@ Many SaaS providers rely on integration with a billing service that allows them
669669
#### Metrics
670670
Multi-tenant operations teams often need tenant-aware insights into the activity and consumption profiles of their tenants and tiers. This data is used in a variety contexts, allowing teams to make operational, business, and design decisions based on the tenant-aware patterns they can observe through metrics that are published by the application tier. The control plane will provide standardized metrics API that will be used to ingest these metrics events. It will also enable builders to define custom events with some standardization around how tenant and tier context is conveyed via these events. These metrics will all be aggregated by the control plane and surfaced through dashboards in the control plan admin console. There may also be support for ingesting the metrics data into other analytics tools
671671
#### Tiering
672-
Tiering is a very basic construct in the control plane. However it needs to exist to provider a universal, centralized home to the tiering configuration of a SaaS environment. This provides a point of alignment between the application plane and the control plane, that allows for a clear mapping of tenants to tiers that are used across a number of experiences insides and outside of the control plane.
672+
Tiering is a very basic construct in the control plane. However it needs to exist to provider a universal, centralized home to the tiering configuration of a SaaS environment. This provides a point of alignment between the application plane and the control plane, that allows for a clear mapping of tenants to tiers that are used across a number of experiences insides and outside of the control plane.

0 commit comments

Comments
 (0)