# Functions
Creates a Lambda function using Go that will run on ARM64 architecture.
Returns true if the function is running in a lambda environment.
RunHandler runs the handler function in an AWS Lambda environment if it detects one and defaults to the local environment if not.
A function that runs an http handler in a lambda environment or a local server depending on whether the function is running in a lambda environment or not.
A function that runs a router in a lambda environment or a local server depending on whether the function is running in a lambda environment or not.