Intro-To-Serverless icon indicating copy to clipboard operation
Intro-To-Serverless copied to clipboard

[Content Bug] Response Week 3 step 5 - usage of let, node-fetch, transfer of parameters via header

Open lechnerc77 opened this issue 3 years ago • 2 comments

Download it!

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 const instead of let where 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 const instead of let where possible in the code samples

lechnerc77 avatar Apr 09 '22 15:04 lechnerc77

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.

stale[bot] avatar Apr 23 '22 15:04 stale[bot]

@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?

lechnerc77 avatar Apr 24 '22 09:04 lechnerc77