AWS Lambda
@hashicorp
The AWS Lambda plugin deploys OCI images as functions to AWS Lambda.
- Official
- Built-in
Updated 2 months ago
- GitHub(opens in new tab)
AWS Lambda Platform
Deploy functions as OCI Images to AWS Lambda.
Interface
- Input: ecr.Image
- Output: lambda.Deployment
Examples
Parameters
7 Results
environment variables to expose to the lambda function environment variables that are meant to configure the application in a static way. This might be to control an image that has multiple modes of operation, selected via environment variable. Most configuration should use the waypoint config commands.