forked from neillturner/terraform-aws-autospotting
-
-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AutoSpotting binary file wrong case #6
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The auto-spotting go binary produced by Autospotting in github and placed in the lambda.zip is named 'AutoSpotting'...
This terraform module invokes 'autospotting' which cannot be found. To verify you can look at the nightly builds at https://cloudprowess.s3.amazonaws.com/nightly/lambda.zip
Expected:
Actual:
The expected result was achieved by manually updating the handler in the lambda function to be 'AutoSpotting' ; the code change would be at:
https://github.com/AutoSpotting/terraform-aws-autospotting/blob/master/modules/lambda/main.tf#L15
The text was updated successfully, but these errors were encountered: