package
0.11.4
Repository: https://github.com/hashicorp/waypoint.git
Documentation: pkg.go.dev

# README

AWS Lambda

The AWS Lambda plugin deploys OCI images as functions to AWS Lambda.

Components

  1. Platform

Related Plugins

  1. Docker
  2. AWS ECR
  3. AWS Lambda Function URL

# 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