mineiros-io / terraform-aws-lambda-function

A Terraform module for deploying and managing Lambda functions on Amazon Web Services (AWS). https://aws.amazon.com/lambda/
Apache License 2.0
42 stars 24 forks source link

Small typos in Example handler #40

Closed ShimonOhayon closed 3 years ago

ShimonOhayon commented 3 years ago

Here: https://github.com/mineiros-io/terraform-aws-lambda-function/blob/master/examples/s3-complete-example/main.tf#L75

and here: https://github.com/mineiros-io/terraform-aws-lambda-function/blob/master/examples/s3-complete-example/README.md#basic-usage I believe you meant - handler = "main.lambda_handler"

soerenmartius commented 3 years ago

Hey @ShimonOhayon ! Thanks for bringing this to our attention. I am gonna provide a fix in a little while and link the PR in this issue.

Again, thanks for reporting this!

soerenmartius commented 3 years ago

Fixed in #41