Bases: object
Architectures supported by AWS Lambda.
infused
Example:
lambda_.Function(self, "MyFunction", runtime=lambda_.Runtime.NODEJS_16_X, handler="index.handler", architecture=lambda_.Architecture.ARM_64, code=lambda_.Code.from_asset(path.join(__dirname, "lambda-handler")), insights_version=lambda_.LambdaInsightsVersion.VERSION_1_0_119_0 )
Attributes
The platform to use for this architecture when building with Docker.
The name of the architecture as recognized by the AWS Lambda service APIs.
Static Methods
Used to specify a custom architecture name.
Use this if the architecture name is not yet supported by the CDK.
name (str
) â the architecture name as recognized by AWS Lambda.
docker_platform (Optional
[str
]) â the platform to use for this architecture when building with Docker.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4