# Functions
CreateTarget creates a target that is the resource that is invoked when the rule is triggered Inputs:
sess is the current session, which provides configuration for the SDK's service clients rule is the name of the rule lambdaARN is the ARN of the Lambda function that is invoked targetID is the identifier for the target
Output:
If successful, a PutTargetsOutput and nil Otherwise, nil and the error from a call to PutTargets.