Question: You are creating a Lambda to trigger on change to files in an S3 bucket. Where should you put the bucket name?

  1. `in the Lambda function code`
  2. `in a Lambda environment variable`
  3. `in the Lambda tags`
  4. `in another S3 bucket`

Answer: The correct answer of the above question is Option B:`in a Lambda environment variable`