amplify-category-api
amplify-category-api copied to clipboard
fix: yarn clean preserve cert file in schema discovery lambda
yarn clean is removing the SQL cert file because it is placed in lib folder.
This PR moves it to certs directory under src directory and updates the build script to copy it before bundling the zip file.