# README
AWS Lambda
The AWS Lambda plugin deploys OCI images as functions to AWS Lambda.
Components
Related Plugins
# Packages
No description provided by the author
# Functions
DockerArchitectureMapper maps a docker image architecture to a valid lambda architecture.
# Constants
The instruction set architecture that the function supports.
The default amount of memory to give to the function invocation, 256MB.
The storage size (in MB) for the function's `/tmp` directory.
How long the function should run before terminating it.
# Variables
No description provided by the author
Options are the SDK options to use for instantiation for the Google Cloud Run plugin.
# Structs
Config is the configuration structure for the Platform.
No description provided by the author
Platform is the Platform implementation for AWS Lambda.
No description provided by the author