Skip to content
This repository has been archived by the owner on Jan 8, 2024. It is now read-only.

Commit

Permalink
chore(lambda): update doc summary
Browse files Browse the repository at this point in the history
  • Loading branch information
thiskevinwang committed Apr 27, 2022
1 parent 86c5bb9 commit 82cee48
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
6 changes: 6 additions & 0 deletions builtin/aws/lambda/platform.go
Original file line number Diff line number Diff line change
Expand Up @@ -932,6 +932,12 @@ deploy {
doc.SetField(
"static_environment",
"environment variables to expose to the lambda function",
docs.Summary(
"environment variables that are meant to configure the application in a static",
"way. This might be to control an image that has multiple modes of operation,",
"selected via environment variable. Most configuration should use the waypoint",
"config commands.",
),
)

return doc, nil
Expand Down
2 changes: 2 additions & 0 deletions website/content/partials/components/platform-aws-lambda.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ The amount of memory, in megabytes, to assign the function.

Environment variables to expose to the lambda function.

Environment variables that are meant to configure the application in a static way. This might be to control an image that has multiple modes of operation, selected via environment variable. Most configuration should use the waypoint config commands.

- Type: **map of string to string**
- **Optional**

Expand Down

0 comments on commit 82cee48

Please sign in to comment.