Sample Code Challenge!

Powered by AWS Lambda, API Gateway, and Python 3.



Exercise 1

Define a function called sum that takes two integers as arguments and returns their sum.

# Enter your code here.