Skip to content

Commit 45c7156

Browse files
authored
Update "Example Extension in Go" for clarification
Update "Example Extension in Go" for clarification that this is an example extension written in Go, not an extension for the Go runtime.
1 parent e764ef6 commit 45c7156

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

go-example-extension/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Example Extension in Go
22

3-
The provided code sample demonstrates how to get a basic extension written in Go up and running.
3+
The provided code sample demonstrates how to get a basic extension written in Go up and running. This extension can be used with runtimes that [support extensions](https://docs.aws.amazon.com/lambda/latest/dg/using-extensions.html)
4+
5+
***Note:*** *This example shows an extension written in Go, not an extension running in the Go runtime. The Go 1.x runtime does not support extensions. To support extensions, you can deploy Go functions on the provided.al2 runtime. For more information, see [Migrating Lambda functions to Amazon Linux 2](http://aws.amazon.com/blogs/compute/migrating-aws-lambda-functions-to-al2/).*
46

57
## Compile package and dependencies
68

0 commit comments

Comments
 (0)