@composurecdk/apigateway 0.4.1 → 0.4.2
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 +2 -4
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -164,7 +164,5 @@ for (const alarm of Object.values(result.alarms)) {
|
|
|
164
164
|
|
|
165
165
|
## Examples
|
|
166
166
|
|
|
167
|
-
- [
|
|
168
|
-
- [
|
|
169
|
-
- [MultiStackApp](../examples/src/multi-stack-app.ts) — REST API split across stacks via `.withStacks()`
|
|
170
|
-
- [StrategyStackApp](../examples/src/strategy-stack-app.ts) — REST API split across stacks via `.withStackStrategy()`
|
|
167
|
+
- [MockApiStack](../examples/src/mock-api-app.ts) — CRUD REST API with mock integrations and recommended alarms with custom thresholds
|
|
168
|
+
- [MultiStackApp](../examples/src/multi-stack-app.ts) — REST API + Lambda split across stacks via `.withStacks()`, wired with `ref`
|