diff --git a/Auth/2_ServerlessAPI/ServerlessBackend.yaml b/Auth/2_ServerlessAPI/ServerlessBackend.yaml index 3e314bd1..a2f2906f 100644 --- a/Auth/2_ServerlessAPI/ServerlessBackend.yaml +++ b/Auth/2_ServerlessAPI/ServerlessBackend.yaml @@ -131,9 +131,9 @@ Resources: }); }; - // This is where you would implement logic to find the optimal unicorn for - // this ride (possibly invoking another Lambda function as a microservice.) - // For simplicity, we'll just pick a unicorn at random. + // This is where you would implement logic to find the optimal unicorn for + // this ride (possibly invoking another Lambda function as a microservice.) + // For simplicity, we'll just pick a unicorn at random. function findUnicorn(pickupLocation) { console.log('Finding unicorn for ', pickupLocation.Latitude, ', ', pickupLocation.Longitude);