Additional guides to use TypeScript at functions for a TypeScript beginner #2996
Labels
amplify/cli
Issues tied to CLI
feature-request
Request a new feature
guides
p4
guide needed/net new info
Is your feature request related to a problem? Please describe.
To use TypeScript at function, this guides is very helpful.
https://docs.amplify.aws/cli/function/build-options
But I think some information are lack to use TypeScript.
As a TypeScript beginner, I want to know where I should place package.json and node_modules within Amplify project during Amplify Tutorial so that I don't need to back and forth among their guides.
Describe the solution you'd like
I think it is better to mention node_modules and package.jsom on docs.
for example ..
$ tree . ├── Function-cloudformation-template.json ├── amplify.state ├── dist │ └── latest-build.zip ├── function-parameters.json ├── lib │ └── index.ts ├── parameters.json ├── src │ ├── event.json │ ├── index.js │ ├── package-lock.json │ └── package.json └── tsconfig.json
Describe alternatives you've considered
N/A
Additional context
N/A
The text was updated successfully, but these errors were encountered: