@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.
Files changed (2) hide show
  1. package/README.md +2 -4
  2. 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
- - [LambdaApiStack](../examples/src/lambda-api-app.ts) — REST API backed by a Lambda function, wired with `ref`
168
- - [MockApiStack](../examples/src/mock-api-app.ts) — CRUD REST API with mock integrations
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`
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@composurecdk/apigateway",
3
- "version": "0.4.1",
3
+ "version": "0.4.2",
4
4
  "description": "Composable API Gateway REST API builder with well-architected defaults",
5
5
  "repository": {
6
6
  "type": "git",