Errata
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 |
---|---|---|---|---|---|
ePub | Page ? Chapter 6 - related to confirmed serious technical error additional change needed |
Chapter 6. Section: Adding the Custom Logic for Resizing the Image As per https://sharp.pixelplumbing.com/install#aws-lambda - nodejs runtime must be 12.x. I got an error with the default of 10.x "Something went wrong installing the "sharp" module" need to update \lambda-trigger-example\amplify\backend\function\<S3Trigger>\<s3trigger>-cloudformation-template.json line 59 from "Runtime": "nodejs10.x", to "Runtime": "nodejs12.x", Note from the Author or Editor: |
Anonymous | Sep 05, 2020 | |
Safari Books Online | ? First listing |
this listing: // amplify/backend/function/<function_name>/src/add-to-group.js if (isAdmin) { groupParams.GroupName = 'Admin', userParams.GroupName = 'Admin' There should not be a comma after the groupParams.GroupName = 'Admin', Note from the Author or Editor: |
Matthew Gillard | Sep 05, 2020 | |
Printed | Page 88 Center code block |
Lines: "scripts": { "install": "npm install --arch=x64 --platform=linux --target=10.15.0 sharp" }, Should read as: "scripts": { "install": "npm install --arch=x64 --platform=linux sharp" }, |
Anonymous | Jul 24, 2020 |