Skip to content

Instantly share code, notes, and snippets.

View wcheek's full-sized avatar

Wesley Jon Cheek wcheek

  • Satake Japan
  • Hiroshima, Japan
  • 16:17 (UTC +09:00)
View GitHub Profile
# Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
# SPDX-License-Identifier: MIT-0
import json
import boto3
import zipfile
import urllib as urllib2
import io
import os
import time
@wcheek
wcheek / docker-compose.yml
Last active November 30, 2021 02:39
Run local Glue environment with docker compose
version: '3.8'
services:
glue:
image: amazon/aws-glue-libs:glue_libs_1.0.0_image_01
build:
context: .
stdin_open: true # docker run -i
tty: true # docker run -t
ports:
- 8888:8888