architectures property

Output<List<String>> architectures
latefinal

Instruction set architecture for your Lambda function. Valid values are ["x8664"] and ["arm64"]. Default is ["x8664"]. Removing this attribute, function's architecture stays the same.

Implementation

late final pulumi.Output<List<String>> architectures;