Skip to content

Commit

Permalink
docs: add IPv6 dual stack support for VPC configuration
Browse files Browse the repository at this point in the history
- Add `ipv6_dual_stack` option to README.md for VPC configuration
- Add `ipv6_dual_stack` input description to action.yml

Signed-off-by: appleboy <appleboy.tw@gmail.com>
  • Loading branch information
appleboy committed Jun 29, 2024
1 parent 963d5a8 commit 9149a04
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,7 @@ See [action.yml](./action.yml) for more detailed information.
* tracing_mode - Set Mode to `Active` to sample and trace a subset of incoming requests with X-Ray.
* max_attempts - The maximum number of times the waiter should attempt to check the resource for the target state.
* architectures - The instruction set architecture that the function supports. `arm64 | x86_64`
* ipv6_dual_stack - Enables or disables dual-stack IPv6 support in the VPC configuration

See the [UpdateFunctionConfiguration](https://docs.amazonaws.cn/en_us/lambda/latest/dg/API_UpdateFunctionConfiguration.html) for detail information.

Expand Down
2 changes: 2 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@ inputs:
default: 600
architectures:
description: "The instruction set architecture that the function supports. Architecture is a string array with one of the valid values. The default architecture value is x86_64."
ipv6_dual_stack:
description: "Enables or disables dual-stack IPv6 support in the VPC configuration"

runs:
using: "docker"
Expand Down

0 comments on commit 9149a04

Please sign in to comment.