Skip to content

Instantly share code, notes, and snippets.

View ttruongatl's full-sized avatar
🏠
Working from home

ttruongatl ttruongatl

🏠
Working from home
View GitHub Profile
@ttruongatl
ttruongatl / dynamodb_rename_attribute.py
Created January 12, 2021 12:12 — forked from brettfreer/dynamodb_rename_attribute.py
Rename an AWS dynamodb table attribute with an exponential timing backoff
#!/usr/bin/env python3
""" Rename an AWS dynamodb table attribute with an exponential timing back-off
"""
import logging
from time import sleep
import boto3
from boto3.dynamodb.conditions import Attr
@ttruongatl
ttruongatl / master-javascript-interview.md
Created April 25, 2018 06:24 — forked from Geoff-Ford/master-javascript-interview.md
Eric Elliott's Master the JavaScript Interview Series