to collaborate during the workshop; 13-Dec-2024 in Hyderabad city at Amazon Office
https://github.com/sendtoshailesh/aws-q-dev-workshop/blob/main/q-dev-workshop-config-setup.docx
Leverage your email to establish an AWS Builder ID, which will serve as your gateway to a comprehensive cloud learning experience. If you haven't already created one, now is an excellent opportunity to set up this versatile credential. This Builder ID will not only facilitate your current workshop but also provide ongoing access to AWS's robust ecosystem of resources and learning opportunities.
https://profile.aws.amazon.com/
https://catalog.workshops.aws/devexp-qbuilder/en-US/20-configuration/10-event
Bookmark following lab reference, you will need it throughout the day of your workshop. Lets call it as “Immersion day content” or “SOP of the day”
https://catalog.us-east-1.prod.workshops.aws/workshops/e2226eb6-f109-47ae-b2c5-f02bf73b7d0e/en-US
https://catalog.workshops.aws/devexp-qbuilder/en-US/20-configuration/10-event
login in browser based VS code as per instructions given in above link and validate if python env:
open the terminal window in VS code run below:
python3 –version
python --versionif there is issue in above commands then fix using section “Python language setup” given later in same doc.
https://catalog.workshops.aws/devexp-qbuilder/en-US/30-sdlc/10-understand
https://catalog.workshops.aws/devexp-qbuilder/en-US/30-sdlc/20-plan
- Using Amazon Q Developer throughout SDLC
-
Understand & Learn Phase
-
Plan & Decide Phase
-
Develop Phase ---> Code Generation ---> Creating Classes ---> Generating Unit Tests
-
Review Phase ---> Securing Code ---> Optimizing Code
-
Maintain Phase ---> Feature Development ---> Replatforming ---> Language Conversion
- Algorithms
- Object Oriented Programming
- Fake Data Generation
- Regular Expressions
- SQL
- Jupyter Notebook
- AWS Services
- Conversational coding flow
- Generating code documentation
- Modernize at scale using Agent for Code Transformation: Java
- End to End Solutions with Amazon Q Developer
For Streamlit project, follow on https://catalog.workshops.aws/devexp-qbuilder/en-US/2000-end-to-end-apps/05-python/05-streamlit-application
https://catalog.workshops.aws/devexp-qbuilder/en-US/20-configuration/30-language-setup
check if python command is not working on terminal prompt then follow below:
# Update package list
sudo apt update
# Install Python 3
sudo apt install python3
# Verify the installation
python3 –version
# Add to your ~/.bashrc or ~/.zshrc file
alias python=python3
or
# First check where python3 is located
which python3
# Create a symbolic link (replace /usr/bin/python3 with your actual python3 path)
sudo ln -sf /usr/bin/python3 /usr/bin/python
python --version
python3 –version
QR-code and URL for workshop https://tinyurl.com/qdevhyd
