/dev Create a html javascript app that automatically generates the required code to build a Python Lambda layer zip file. The app should allow the user to specify the Python version and the libraries to be installed.
For example, if the Python version is 3.12 and the library specification is requests==2.32.3, the code generated from the app should be:
|  |  | 
The app should include a text box displaying the generated code with syntax highlighting. There should be a copy to clipboard button as well as a download button. Use shadcn and dark mode. Use a library or API, such as Snyk, to check for library vulnerabilities.
Install Prompt
Add this prompt to your Amazon Q CLI prompt library:
1. Download to local prompt library:
mkdir -p .amazonq/cli-prompts && curl -o .amazonq/cli-prompts/python-lambda-layer-generator.md https://promptz.dev/prompts/scaffolding/python-lambda-layer-generator/2. Use with Q CLI:
q prompts use python-lambda-layer-generator