Skip to content
View animaldna's full-sized avatar
  • DraftKings
  • Massachusetts

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse

Pinned Loading

  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 1

  3. catalog-api catalog-api Public

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

    Python