Skip to content

Commit 0dbe295

Browse files
authored
fix(doc): Typo in aws-sns-lambda README.md (#374)
Fix typo and reference SnsToLambdaProps correctly.
1 parent 30737ae commit 0dbe295

File tree

1 file changed

+2
-2
lines changed
  • source/patterns/@aws-solutions-constructs/aws-sns-lambda

1 file changed

+2
-2
lines changed

source/patterns/@aws-solutions-constructs/aws-sns-lambda/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ _Parameters_
4545

4646
* scope [`Construct`](https://docs.aws.amazon.com/cdk/api/latest/docs/@aws-cdk_core.Construct.html)
4747
* id `string`
48-
* props [`S3ToLambdaProps`](#pattern-construct-props)
48+
* props [`SnsToLambdaProps`](#pattern-construct-props)
4949

5050
## Pattern Construct Props
5151

@@ -83,4 +83,4 @@ Out of the box implementation of the Construct without any override will set the
8383
![Architecture Diagram](architecture.png)
8484

8585
***
86-
© Copyright 2021 Amazon.com, Inc. or its affiliates. All Rights Reserved.
86+
© Copyright 2021 Amazon.com, Inc. or its affiliates. All Rights Reserved.

0 commit comments

Comments
 (0)