Intro-To-Serverless
Intro-To-Serverless copied to clipboard
[Content Bug] Response Week 3 step 5 - usage of let, node-fetch, transfer of parameters via header
Identify Steps:
- Step 5
Week:
Week 3
Describe the Issue
node-fetch: reference to v2 necessary for compatibility reasons- transfer of parameters via header is not best practice (see #453)
- usage of
constinstead ofletwhere possible in the code samples
Proposed Fix
- reference to v2 of
node-fetch: for compatibility reasons - transfer of parameters via body (see #453)
- use of
constinstead ofletwhere possible in the code samples
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
@emsesc @ganning127 : Can we add the pinned label to the issues that should be done after the summer session so that they are ignored by the stale bot?