Errata

Learning Apache OpenWhisk

Errata for Learning Apache OpenWhisk

Submit your own errata for this product.

The errata list is a list of errors and their corrections that were found after the product was released. If the error was corrected in a later version or reprint the date of the correction will be displayed in the column titled "Date Corrected".

The following errata were submitted by our customers and approved as valid errors by the author or editor.

Color key: Serious technical mistake Minor technical mistake Language or formatting error Typo Question Note Update

Version Location Description Submitted By Date submitted Date corrected
Printed
Page 42
First Program Listing

Just a typo but 'mailgun.zip' should be renamed to 'sendmail.zip' since it is the correct file name created with the line code above.

Version with typo
wsk action update contact/sendmail ../mailgun.zip --kind nodejs:6

Corrected version
wsk action update contact/sendmail ../sendmail .zip --kind nodejs:6

Note from the Author or Editor:
correct

Antonio Ascanio  Nov 12, 2019