aws_lambda_builders/architecture.py (2 lines of code) (raw):

""" Enum for determining type of architectures for Lambda Function. """ X86_64 = "x86_64" ARM64 = "arm64"