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.

The following errata were submitted by our customers and have not yet been approved or disproved by the author or editor. They solely represent the opinion of the customer.

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

Version Location Description Submitted by Date submitted
Chapter 2
wsk package create contact paragraph

The wsk command doesn't exists anymore.
In the warning box there the solution:
alias wsk="ibmcloud fn"

But it's not very readable.

Andrea  Nov 14, 2019 
PDF Page 10
Figure 1.4 bottom arrows between Client and CouchDB

The arrows between Client and CouchDB should be inverted, the Client queries the DB, i.e. it sends the ActivationID to CouchDB and receives the stored Result from it.

Francesco Polimeni  Jul 24, 2020 
Page 27
Example

I am following the first example in your book for creating a form. I can configure the cloud environment OK and the form does display:

https://us-south.functions.appdomain.cloud/api/v1/web/george%40shafer.ca_dev/contact/form

When I submit the form, I get the following error:

{
"code": "a2f98a370c3e4a5a8b67dcd2c7959bf5",
"error": "There was an error processing your request."
}

I am using the code example from the book.

Note from the Author or Editor:
What the log says about the error?

George Shafer  Oct 11, 2021