Javi

AI: simple github copilot demo

Oct 17th, 2025
28
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.02 KB | None | 0 0
  1. ## AWS check
  2.  
  3. aws sts get-caller-identity
  4.  
  5. ## command line
  6.  
  7. init git for Javi Moreno, [email protected], main branch
  8.  
  9. Initialize a typescript project for developing a cli
  10.  
  11. create a .gitignore file for typescript
  12.  
  13. do initial commit
  14.  
  15.  
  16. ## Editor
  17.  
  18. """
  19.  
  20. My simple command line application should connect to an AWS account, get the accounts in its organizations service and then for each of the regions active on that account it should retrieve existing vpcs and associated subnets. Check if the subnets are public or private. The output should be a very compact table listing each vpc with their subnets, indicating if they are public or private.
  21.  
  22. ""
  23.  
  24. Explain models
  25.  
  26. Rewrite the requirements as good and detailed prompt.
  27.  
  28.  
  29. ### Ask
  30.  
  31. ADD THE FILE IN THE EDITOR
  32.  
  33. Do you need me to clarify any point?
  34.  
  35. Explain me the plan for implementing it (no code).
  36.  
  37. ### Agent
  38.  
  39. Feel free to add the table dependencies. Use current env variables for authentication. Go!
  40.  
  41.  
  42. Do a semantic commit with all our changes.
  43.  
Advertisement
Add Comment
Please, Sign In to add comment