From the course: AWS for Developers: Data-Driven Serverless Applications with Kinesis (2019)

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Test out SES Message

Test out SES Message

- [Narrator] So now we are going to test everything out, and let's deploy first everything that we have built. So let's deploy. And, this will take a couple of minutes. After it's deploy, you have the URL for the POST method to create a new order. We already have that set up in Postman. So, this is the URL, this is the body, we created it many videos ago. We can send the same request, it doesn't matter, it will create a new order. When it's ready we can see that the order has an orderId and all the information, and the eventType is placed. And the eventType is order_placed so this should put a new order_placed in the stream and it just sent an email. So, let's go to our Guerrilla email inbox, and see what is going on there. So, this is the inbox for the cakeproducer, and we can see that we have received an email. So, new cake order from the cake ordering system to cakeproducer, and this is the order. As I said we can make this email as pretty as we want, but this is just a test, so…

Contents