Skip to content
View animaldna's full-sized avatar
  • DraftKings
  • Brooklyn
Block or Report

Block or report animaldna

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. Cancel spot requests and stop (or te... Cancel spot requests and stop (or terminate) EC2 instances @ 6PM EST each night.
    1
    import json
    2
    import boto3
    3
    
                  
    4
    ec2 = boto3.resource('ec2')
    5
    ec2_client = boto3.client('ec2')
  2. aws-ecs-tf-public aws-ecs-tf-public Public

    Terraform-managed AWS infrastructure. Full VPC + ECS & ALB

    HCL

  3. catalog-api catalog-api Public

    A "clone" of the Discogs API built with FastAPI and DynamoDB

    Python