Thanks for the kind words!
Since I'm not positive on your entire setup, you might find this Postman collection I just wrote helpful for troubleshooting.
It will basically allow you to simulate a Meraki GET and POST request to your AWS server or any other for that matter. Just update the Endpoint address (i.e. localhost:1880) to your instance. I use this all the time while developing on an airplane 😉
https://documenter.getpostman.com/view/897512/71FUpux
![Screen Shot 2017-11-17 at 4.12.05 PM.png Screen Shot 2017-11-17 at 4.12.05 PM.png](https://community.meraki.com/t5/image/serverpage/image-id/820i1E3633C4CB22E248/image-size/medium?v=v2&px=400)
First test with the GET request, to see if AWS return your validator key
Then, test with one of the POST requests to send an observation set.
Look into your AWS Cloud Watch logs to see if you get any helpful info.
The AWS permissions are somewhat complicated to get right.
Also, double check your Lambda Trigger settings.
(Here is an example test setup)
![Screen Shot 2017-11-17 at 4.21.58 PM.png Screen Shot 2017-11-17 at 4.21.58 PM.png](https://community.meraki.com/t5/image/serverpage/image-id/821i7F02D39D1B128B6C/image-size/medium?v=v2&px=400)
Good luck and let us know what you find out.
Cory