@composurecdk/sns 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.
Files changed (2) hide show
  1. package/README.md +0 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -207,6 +207,5 @@ Also note: `SubscriptionProtocol.HTTP` is allowed for compatibility; prefer `HTT
207
207
 
208
208
  ## Examples
209
209
 
210
- - [LambdaApiStack](../examples/src/lambda-api-app.ts) — REST API with TopicBuilder for alarm actions
211
210
  - [DualFunctionStack](../examples/src/dual-function-app.ts) — Two Lambda functions with TopicBuilder for alarm actions
212
211
  - [StaticWebsiteStack](../examples/src/static-website/app.ts) — Static website with TopicBuilder for alarm actions
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@composurecdk/sns",
3
- "version": "0.4.1",
3
+ "version": "0.4.3",
4
4
  "description": "Composable SNS topic builder with well-architected defaults",
5
5
  "repository": {
6
6
  "type": "git",