Skip to content
View ogckw's full-sized avatar
Block or Report

Block or report ogckw

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
ogckw/README.md

ogckw's GitHub stats

Pinned Loading

  1. ec2-amazon-linux-node-userdata ec2-amazon-linux-node-userdata
    1
    #!/bin/bash
    2
    # Program:
    3
    # EC2 initially install node.js, git for development environment.
    4
    # You can modify nodev and nvmv for changing node and nvm version.
    5
    # Set permission to ec2-user install above.
  2. aws-sagemaker-workshop aws-sagemaker-workshop Public

    Jupyter Notebook 2 1

  3. aws_lambda_backup_s3 aws_lambda_backup_s3 Public

    For demo AWS Lambda trigger

    Python 2

  4. moto moto Public

    Forked from getmoto/moto

    Moto is a library that allows your python tests to easily mock out the boto library

    Python