Finally, we're here. We've reached the section where you get to put together everything you've learned to see what a Lambda function looks like, and also deploy one yourself. Well done for getting this far! After completing this chapter, you'll have all the knowledge you'll need to go and create functions for your own projects and blow your colleagues away with your new cutting-edge technology insights and wisdom.
Writing your first Lambda function
Hello, world! in the console
In this section, we're going to create a Lambda function in Python using the AWS Management Console. Since Python code doesn't need to be built, we'll create a function that needs no dependencies so that we can...