Skip to content

Commit 1ca323f

Browse files
MarlonJDjosefaidt
andauthored
Update src/pages/[platform]/build-a-backend/functions/custom-functions/index.mdx
Co-authored-by: josef <[email protected]>
1 parent 4989b85 commit 1ca323f

File tree

1 file changed

+0
-3
lines changed
  • src/pages/[platform]/build-a-backend/functions/custom-functions

1 file changed

+0
-3
lines changed

src/pages/[platform]/build-a-backend/functions/custom-functions/index.mdx

-3
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,6 @@ AWS Amplify Gen 2 functions are AWS Lambda functions that can be used to perform
3838

3939
</Callout>
4040

41-
Technically, you can use any language supported by AWS Lambda. These are NodeJS, Python, Java, .NET, Ruby.
42-
To use other languages in Lambda, such as Go or Rust, use an OS-only runtime.
43-
4441
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.
4542

4643
## Python

0 commit comments

Comments
 (0)