Optional ReadonlyadditionalReadonlyaliasName of this alias
Optional ReadonlydescriptionDescription for the alias
OptionalidOptional ReadonlymaxThe maximum age of a request that Lambda sends to a function for processing.
Minimum: 60 seconds Maximum: 6 hours
Optional ReadonlyonThe destination for failed invocations.
Optional ReadonlyonThe destination for successful invocations.
OptionalprovisionedOptional ReadonlyprovisionedSpecifies a provisioned concurrency configuration for a function's alias.
Optional ReadonlyretryThe maximum number of times to retry when the function returns an error.
Minimum: 0 Maximum: 2
ReadonlyversionFunction version this alias refers to
Use lambda.currentVersion to reference a version with your latest changes.
Additional versions with individual weights this alias points to
Individual additional version weights specified here should add up to (less than) one. All remaining weight is routed to the default version.
For example, the config is
version: "1" additionalVersions: [{ version: "2", weight: 0.05 }]
Then 5% of traffic will be routed to function version 2, while the remaining 95% of traffic will be routed to function version 1.