-
Notifications
You must be signed in to change notification settings - Fork 9.6k
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
AWS Lambda functionality #2170
AWS Lambda functionality #2170
Conversation
cbednarski
commented
Jun 1, 2015
- Includes documentation
- Includes acceptance tests
- Includes documentation - Includes acceptance tests
Reviewing now; looks like it needs a rebase though, do you have time? I can swoop in if you need |
|
||
log.Printf("[DEBUG] Creating Lambda Function %s with role %s", functionName, iamRole) | ||
|
||
zipfile, err := ioutil.ReadFile(d.Get("filename").(string)) |
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.
Does ioutil.ReadFile
handle all the path expansion(s) we may need? e.g. does ~/some_path/file.zp
also work?
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.
Nope! Good catch on this.
Some nitpick/comments, other than than 👍 |
Merged / updated with master to get the awslabs -> aws change. Lemme know if you want me to rebase. |
OH YEAH! |
💃 |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further. |