docs icon indicating copy to clipboard operation
docs copied to clipboard

fix(docs): Update AppSync operations to a Lambda layer

Open VamOSGS opened this issue 3 years ago • 0 comments

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.

VamOSGS avatar Aug 16 '22 09:08 VamOSGS