File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -134,9 +134,9 @@ if ($message['Type'] === 'UnsubscribeConfirmation') {
134134
135135One challenge of using webhooks in a web application is testing the integration
136136with the service. Testing integrations with SNS notifications can be fairly easy
137- using tools like [ ngrok] [ ] and [ PHP's built-in webserver] [ php-service ] . Our blog
138- post , [ * Testing Webhooks Locally for Amazon SNS* ] [ blogpost ] , illustrates a good
139- technique for testing.
137+ using tools like [ ngrok] [ ] and [ PHP's built-in webserver] [ php-server ] . One of
138+ our blog posts , [ * Testing Webhooks Locally for Amazon SNS* ] [ blogpost ] , illustrates
139+ a good technique for testing.
140140
141141> ** NOTE:** The code samples in the blog post are specific to the message
142142> validator in Version 2 of the SDK, but can be easily adapted to using this
You can’t perform that action at this time.
0 commit comments