@composurecdk/core 0.4.1 → 0.4.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -92,7 +92,5 @@ ref<FunctionBuilderResult>("handler", (r) => new LambdaIntegration(r.function));
|
|
|
92
92
|
|
|
93
93
|
## Examples
|
|
94
94
|
|
|
95
|
-
- [MultiStackApp](../examples/src/multi-stack-app.ts) — System composed with `withStacks` for multi-stack routing
|
|
96
|
-
- [StrategyStackApp](../examples/src/strategy-stack-app.ts) — System composed with `withStackStrategy`
|
|
97
|
-
- [LambdaApiStack](../examples/src/lambda-api-app.ts) — Cross-component wiring with `ref`
|
|
95
|
+
- [MultiStackApp](../examples/src/multi-stack-app.ts) — System composed with `withStacks` for multi-stack routing, demonstrates cross-component wiring with `ref`
|
|
98
96
|
- [StaticWebsiteStack](../examples/src/static-website/app.ts) — S3 + CloudFront composed system with `ref` and `afterBuild`
|