Skip to content

Instantly share code, notes, and snippets.

View timsavage's full-sized avatar
😎
Why do we need a status?

Tim Savage timsavage

😎
Why do we need a status?
View GitHub Profile
#!/usr/bin/env python3
"""Command line interface for chalice.
Contains commands for deploying chalice.
"""
from __future__ import annotations
import functools
import logging
import os
import platform