Skip to content
This repository was archived by the owner on Feb 25, 2024. It is now read-only.

Latest commit

 

History

History
14 lines (11 loc) · 523 Bytes

File metadata and controls

14 lines (11 loc) · 523 Bytes

AWS Lambda Deployment

AWS Lambda is a serverless solution offered by AWS. Deployment into Lambda is very cheap. You will only be charged on a per request basis. The only drawback is cold-start.

Github Repo

Instalation

> bentoctl operator install aws-lambda

Configuration

  • region: AWS region for Lambda deployment
  • timeout: Timeout per request
  • memory_size: The memory for your function, set a value between 128 MB and 10,240 MB in 1-MB increments