@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.
- package/README.md +0 -1
- 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
|