Microservices at Scale using AWS & Kubernetes lesson 1 Deploy an Event-Driven Microservice : Exercise Code
Complete the Code
Try to complete this exercise code in a Cloud9 environment, by following the instructions in the commented ## TO DO's before moving on.
import json
import wikipedia
# prints when function loads
print('Loading function')
def lambd...