Skip to content

Commit

Permalink
fix(doc): Typo in aws-sns-lambda README.md (#374)
Browse files Browse the repository at this point in the history
Fix typo and reference SnsToLambdaProps correctly.
  • Loading branch information
pvbouwel committed Sep 16, 2021
1 parent 30737ae commit 0dbe295
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ _Parameters_

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

## Pattern Construct Props

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

***
© Copyright 2021 Amazon.com, Inc. or its affiliates. All Rights Reserved.
© Copyright 2021 Amazon.com, Inc. or its affiliates. All Rights Reserved.

0 comments on commit 0dbe295

Please sign in to comment.