1: A (private) S3 bucket
 1: An EC2 instance profile
-1: An AWS Lambda function
+1: A pair of AWS Lambda functions
 1: A security group
 1: An SSH key pair.
 
@@ -194,7 +194,7 @@
 1: Select the stack you just created (click on the status rather than the name), and then select the "Outputs" tab.
 1: Copy the long string labelled "InstanceProfileARN"; where you see =InstanceProfileARN= in the following instructions, replace it with the string you copied here.
 
-{subsection: Create an AWS Lambda function}
+{subsection: Create a pair of AWS Lambda functions}
 
 An AWS Lambda function is a way of running (usually small snippets of) code on AWS without starting an instance.  =condor_annex= uses this ability to ensure that the duration you specify when starting an annex is not exceeded, even if the Linux machine is longer running when the lease expires.  We've created a CloudFormation template which creates and configures the Lambda function for you.