amplify-category-api icon indicating copy to clipboard operation
amplify-category-api copied to clipboard

fix: yarn clean preserve cert file in schema discovery lambda

Open sundersc opened this issue 1 year ago • 0 comments

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.

sundersc avatar May 10 '24 18:05 sundersc