# Lambda foundations

{% hint style="info" %}
This page was generated from content adapted from the [AWS Developer Guide](https://github.com/awsdocs/aws-lambda-developer-guide.git)
{% endhint %}

## Programming model

* **Note**\
  Logging is subject to [CloudWatch Logs quotas](https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/cloudwatch_limits_cwl.html). Log data can be lost due to throttling or, in some cases, when an instance of your function is stopped.

## Execution environment

* **Note**\
  The Lambda reset does not clear the `/tmp` directory content prior to the next init phase. This behavior is consistent with the regular shutdown phase.

## Deployment packages

* **Note**\
  Container images aren't supported for Lambda functions in the Middle East (UAE) Region.

## Instruction sets (ARM/x86)

* **Note**\
  Runtimes that use the Amazon Linux operating system, such as Go 1.x, do not support the arm64 architecture. To use arm64 architecture, you can run Go with the provided.al2 runtime. For example, see [Build a Go function for the provided.al2 runtime](https://github.com/kevinslin/aws-reference-notes/blob/main/services/aws_lambda/golang-package.md#golang-package-al2) or [Create a Go image from the provided.al2 base image](https://github.com/kevinslin/aws-reference-notes/blob/main/services/aws_lambda/go-image.md#go-image-al2).
