docs
docs copied to clipboard
fix(docs): Update AppSync operations to a Lambda layer
Issue #, if available:
Description of changes:
Updated AppSync operations to a Lambda layer example snippet
when we get response from https.request it will be large when first time 'data' event will be fired and argument ``` data `` will be not full response, it will be just chunk of response, so I updated that snippet and now by this PR: on data event it we will add chunk to response and only on 'end' we will parse and resolve Promise
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.