diff --git a/src/content/BlogPosts/blogPosts.yaml b/src/content/BlogPosts/blogPosts.yaml
index 50c41683b..af4f70a98 100644
--- a/src/content/BlogPosts/blogPosts.yaml
+++ b/src/content/BlogPosts/blogPosts.yaml
@@ -6,6 +6,13 @@ description:
path: /blog
blogs:
+ - title: "AWS Distro for OpenTelemetry Lambda Layers are now available with ADOT Collector v0.31.0"
+ author: "Pavan Sai Vasireddy"
+ date: "25-July-2023"
+ body:
+ "ADOT Lambda Layers now distribute ADOT Collector v0.31.0 with new layers supporting AMD64 and ARM64 Lambda functions"
+ link: "/docs/ReleaseBlogs/aws-distro-for-opentelemetry-lambda-layer-v0.31.0"
+
- title: "AWS Distro for OpenTelemetry v0.31.0 is now available"
author: "Bryan Aguilar"
date: "20-July-2023"
@@ -73,6 +80,7 @@ blogs:
"AWS Distro for OpenTelemetry v0.29.1 is now available. You can download the latest AWS Distro for OpenTelemetry Collector image
from the Amazon Elastic Container Registry (Amazon ECR) Public Gallery."
link: "/docs/ReleaseBlogs/aws-distro-for-opentelemetry-collector-v0.29.1"
+
- title: "AWS Distro for OpenTelemetry Java Instrumentation v1.26.0 is now available"
author: "Raphael Silva"
date: "18-May-2023"
@@ -95,6 +103,7 @@ blogs:
"AWS Distro for OpenTelemetry v0.29.0 is now available. You can download the latest AWS Distro for OpenTelemetry Collector image
from the Amazon Elastic Container Registry (Amazon ECR) Public Gallery."
link: "/docs/ReleaseBlogs/aws-distro-for-opentelemetry-collector-v0.29.0"
+
- title: "AWS Distro for OpenTelemetry Lambda Layers are now available with ADOT Collector v0.28.0"
author: "Pavan Sai Vasireddy"
date: "25-April-2023"
diff --git a/src/content/Blogs/ReleaseBlogs/aws-distro-for-opentelemetry-lambda-layer-v0.31.0.mdx b/src/content/Blogs/ReleaseBlogs/aws-distro-for-opentelemetry-lambda-layer-v0.31.0.mdx
new file mode 100644
index 000000000..fc6fbe1d9
--- /dev/null
+++ b/src/content/Blogs/ReleaseBlogs/aws-distro-for-opentelemetry-lambda-layer-v0.31.0.mdx
@@ -0,0 +1,55 @@
+---
+title: 'AWS Distro for OpenTelemetry Lambda Layers that contains ADOT Collector v0.31.0 are now available'
+description:
+ Julye 2023 release announcement for ADOT Lambda layers
+---
+
+import SectionSeparator from "components/MdxSectionSeparator/sectionSeparator.jsx"
+
+
+
+AWS Distro for OpenTelemetry Lambda Layers now supports AMD64 and ARM64 in the following AWS regions:
+
+|Region | AMD64 | ARM64 |
+|-------------------------|-------|-------|
+|Asia Pacific (Mumbai) | ✓ | ✓ |
+|Asia Pacific (Singapore) | ✓ | ✓ |
+|Asia Pacific (Sydney) | ✓ | ✓ |
+|Asia Pacific (Tokyo) | ✓ | ✓ |
+|Asia pacific (Seoul) | ✓ | ✓ |
+|Canada (Central) | ✓ | ✓ |
+|Europe (Frankfurt) | ✓ | ✓ |
+|Europe (Ireland) | ✓ | ✓ |
+|Europe (London) | ✓ | ✓ |
+|Europe (Stockholm) | ✓ | ✓ |
+|Europe(Paris) | ✓ | ✓ |
+|South America (Sao Paulo)| ✓ | ✓ |
+|US East (N. Virginia) | ✓ | ✓ |
+|US East (Ohio) | ✓ | ✓ |
+|US West (N California) | ✓ | ✓ |
+|US West (Oregon) | ✓ | ✓ |
+
+
+
+### Release Highlights
+
+- Python layer [**aws-otel-python--ver-1-19-0**](https://aws-otel.github.io/docs/getting-started/lambda/lambda-python) contains OpenTelemetry Python `v1.19.0` and ADOT Collector for Lambda `v0.31.0`
+- Nodejs layer [**aws-otel-nodejs--ver-1-15-0**](https://aws-otel.github.io/docs/getting-started/lambda/lambda-js) contains OpenTelemetry JavaScript Core `v1.15.0` with AWS Lambda Instrumentation `v0.36.0` and ADOT Collector for Lambda `v0.31.0`
+- Java-Wrapper layer [**aws-otel-java-wrapper--ver-1-28-0**](https://aws-otel.github.io/docs/getting-started/lambda/lambda-java) contains OpenTelemetry Java `v1.28.0` and ADOT Collector for Lambda `v0.31.0`
+- Java-Agent layer [**aws-otel-java-agent--ver-1-28-0**](https://aws-otel.github.io/docs/getting-started/lambda/lambda-java-auto-instr) contains AWS Distro for OpenTelemetry Java Instrumentation `v1.28.0` and ADOT Collector for Lambda `v0.31.0`
+- Collector layer **aws-otel-collector--ver-0-80-1** contains ADOT Collector for Lambda `v0.31.0`. Compatible with [.NET](https://aws-otel.github.io/docs/getting-started/lambda/lambda-dotnet) and [Go](https://aws-otel.github.io/docs/getting-started/lambda/lambda-go) runtimes.
+
+### Download
+
+Learn more about AWS Distro for Open Telemetry Lambda support [here](https://aws-otel.github.io/docs/getting-started/lambda). All code changes are made upstream in the respective OpenTelemetry project components. Please file an [issue](https://github.com/aws-observability/aws-otel-community/issues) if you have any questions about the features, or its components.
+
+We also welcome you to participate in the [OpenTelemetry project](https://github.com/open-telemetry). The project was [approved for incubation](https://www.cncf.io/blog/2021/08/26/opentelemetry-becomes-a-cncf-incubating-project/) status in August 2021 by the Cloud Native Computing Foundation Technical Oversight Committee (CNCF TOC).
+
+More blog posts about
+[AWS Distro for OpenTelemetry](https://aws.amazon.com/blogs/opensource/category/management-tools/aws-distro-for-opentelemetry/) can be found on the
+[AWS Open Source Blog](https://aws.amazon.com/blogs/opensource/category/management-tools/aws-distro-for-opentelemetry/).
+
+
+### Author
+
+[Pavan Sai Vasireddy](https://github.com/vasireddy99) is as a Software Development Engineer on the AWS OpenSource Observability team. He is passionate about monitoring and observability, currently focussed on release engineering for ADOT, building monitoring tools and contributing to open source.
\ No newline at end of file