Verify Service Deployment

Now we can go verify that our service has been deployed. Open the Lambda service within the AWS console. You’ll be presented with a list of all of your functions. Enter “saas-factory-srvls-wrkshp-orders“ into the filter box above the list of functions to narrow this list to those that we’ve deployed. Here you’ll notice that there are separate functions for each of the operations of our Order service. Each one corresponds to a REST operation (GET, PUT, DELETE, etc.). This confirms that our service has been deployed.