Skip to content

Commit 32b9cde

Browse files
committed
improve comment in readme
1 parent d3da72d commit 32b9cde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/aws-cdk-lib/aws-sns/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ declare const fn: lambda.Function;
121121

122122
// Lambda should receive only message matching the following conditions on message body:
123123
// color: 'red' or 'orange'
124-
// store: attribute must not be present
124+
// store: property must not be present
125125
myTopic.addSubscription(new subscriptions.LambdaSubscription(fn, {
126126
filterPolicyWithMessageBody: {
127127
background: sns.FilterOrPolicy.policy({

0 commit comments

Comments
 (0)