Skip to content

Commit

Permalink
Update src/pages/[platform]/build-a-backend/functions/custom-function…
Browse files Browse the repository at this point in the history
…s/index.mdx

Co-authored-by: josef <[email protected]>
  • Loading branch information
MarlonJD and josefaidt authored Jan 8, 2025
1 parent 4989b85 commit 1ca323f
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,6 @@ AWS Amplify Gen 2 functions are AWS Lambda functions that can be used to perform

</Callout>

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
Expand Down

0 comments on commit 1ca323f

Please sign in to comment.