-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Terratest build fixes #1395
Terratest build fixes #1395
Conversation
…' into deps-update
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Did you mean to commit this file? It should be ignored. Please force push the removal of the file so that it's cleaned out of history if not intentional.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It is by intention, to deploy on new lambda runtime, executable should be named bootstrap
In the project directory that contains your application's main.go file, compile your executable. Note the following:
The executable must be named bootstrap. For more information, see Naming.
https://docs.aws.amazon.com/lambda/latest/dg/golang-package.html
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
Description
Included changes:
TODOs
Read the Gruntwork contribution guidelines.
Release Notes (draft)
Added / Removed / Updated [X].
Added support for Packer 1.10
Fixed Helm and Packer tests
Migration Guide