Skip to content

Latest commit

 

History

History
37 lines (28 loc) · 1.27 KB

README.md

File metadata and controls

37 lines (28 loc) · 1.27 KB

AppSync Project

Statements Branches Functions Lines

TODO:

  • Connect with addHttpDataSource
  • Connect with addDynamoDbDataSource
  • [] Connect with addRdsDataSource
  • Create a configuration file to deploy AppSync resources
  • How implement authentication
  • How to chain multiple resolvers

Known Issues:

Bundling

Error when synthesizing (cdk synth):

Bundling asset get-pets/get-pets-api/get-pets-getPetById/Code/Stage...
npm ERR! code ENOENT
npm ERR! syscall mkdir
npm ERR! path /tmp/.npm-cache
npm ERR! errno -2
npm ERR! enoent ENOENT: no such file or directory, mkdir '/tmp/.npm-cache'
npm ERR! enoent This is related to npm not being able to find a file.
npm ERR! enoent

npm ERR! Log files were not written due to an error writing to the directory: /tmp/.npm-cache/_logs
npm ERR! You can rerun the command with `--loglevel=verbose` to see the logs in your terminal

[SOLUTION]: Remove unused Docker space docker system prune --help