@spytecgps/lambda-utils
v3.0.9
Published
Lambda Utils
Maintainers
Keywords
Readme
Lambda Utils
Utility functions for serverless packages
Lambda Utils breaking changes
If you need to use this package on Node 14 last available version is 1.0.20
If you need to use this package on Node 16 first available version is 2.0.0
Copy Distribution folder to local project ((local testing))
when making changes and would like to avoid commiting and publishing changes.
- Run
npm run buildto build all the content into the distribution folder - Run
npm run copydistfolder -- {destPath}to copy distribution folder to local project ex:npm run copydistfolder -- ../api-reportscopies dist folder to folder ->api-reports/node_modules/@spytecgps/lambda-utils/dist - In order for VSCode to reload and get udpated api-core copied to node_modules dist folder -> On PC you can do Ctrl + Shift + P (mac: Cmd + Shift + P) then type "Reload Window"git
