Skip to content

Instantly share code, notes, and snippets.

@faneder
Created September 11, 2018 02:29
Show Gist options
  • Save faneder/3b117db31514db8f07e378f3348f22bb to your computer and use it in GitHub Desktop.
Save faneder/3b117db31514db8f07e378f3348f22bb to your computer and use it in GitHub Desktop.
handle bounces route from SNS
<?php
Route::group([
'namespace' => 'Eder\Controllers\Aws',
'prefix' => 'aws',
],
function () {
Route::post('/sns/handle-bounces', 'SNSController@handleNotification');
}
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment