INNER CODE UNIT · Python

_get_architecture

aws-powertools/powertools-lambda-python · layer_v3/layer/canary/app.py:134

def _get_architecture() -> str:
    """Returns aarch64, x86_64"""
    return platform.uname()[4]

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…