From 1ca323f5f550f8022e0cd0e6126782eb4ab1b09e Mon Sep 17 00:00:00 2001 From: Burak Karahan Date: Wed, 8 Jan 2025 19:26:40 +0300 Subject: [PATCH] Update src/pages/[platform]/build-a-backend/functions/custom-functions/index.mdx Co-authored-by: josef --- .../build-a-backend/functions/custom-functions/index.mdx | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/pages/[platform]/build-a-backend/functions/custom-functions/index.mdx b/src/pages/[platform]/build-a-backend/functions/custom-functions/index.mdx index 5a67769ed07..3ffac8fb685 100644 --- a/src/pages/[platform]/build-a-backend/functions/custom-functions/index.mdx +++ b/src/pages/[platform]/build-a-backend/functions/custom-functions/index.mdx @@ -38,9 +38,6 @@ AWS Amplify Gen 2 functions are AWS Lambda functions that can be used to perform -Technically, you can use any language supported by AWS Lambda. These are NodeJS, Python, Java, .NET, Ruby. -To use other languages in Lambda, such as Go or Rust, use an OS-only runtime. - In this guide, you will learn how to create Python and Go functions with Amplify functions. The examples shown in this guide do not use Docker to build functions. Instead, the examples use commands that run on your host system to build, and as such require the necessary tooling for the language you are using for your functions. ## Python