Git Product home page Git Product logo

aws-python's Introduction

aws-python

Overview

This repo contains programming exercises and notes for the Yellow Tail Tech! Python Automation winter 2024 class.

This course covers python programming basics and how to automate tasks on AWS using the SDK. There will also be a lab on interacting with CheckMK using Python.

Lab 5 will require some infrastructure set up beforehand (two servers and a vpc). You can find automation for that in kingparra/aws-python-lab-setup-tf.

How to interact with the code

Projects are managed using devbox and poetry. You can use these instructions to interact with the code.

  • Move to the project directory:

    cd $project-name
    
  • Install devbox and enter a shell to get the specified version of python and poetry (optional):

    devbox shell
    # ...system-level packages will be installed...
    
  • Use poetry to install python libraries (listed in pyproject.toml) into a managed venv:

    poetry install
    
  • Run the entry point to the program in the venv managed by poetry:

    poetry run $project-name
    
  • Run the test suite in the venv:

    poetry run pytest
    
  • Generate a VS Code devcontainer and launch your editor to get LSP completion:

    devbox generate devcontainer
    code .
    

Suggesting improvements

If you have a suggestion to improve the code, please file an issue or use the discussions tab. You can link to specific lines in the code from discussions. If you want to contribute code, make a fork of the repo and submit a pull request.

aws-python's People

Contributors

kingparra avatar

Stargazers

Ralph Quick avatar

Watchers

 avatar

Forkers

awsvpc

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.