Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/awsdocs/aws-lambda-developer-guide
/ Order
Struct
Order
sample-apps/example-go/function/main.go:16–20 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
14
)
15
16
type
Order
struct
{
17
OrderID string `json:
"order_id"
`
18
Amount float64 `json:
"amount"
`
19
Item string `json:
"item"
`
20
}
21
22
var
(
23
s3Client *s3.Client
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected