Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 1.25 KB

File metadata and controls

21 lines (13 loc) · 1.25 KB

Lambda Functions

This repository contains code samples to use in AWS Lambda.

About AWS Lambda

AWS Lambda is a serverless, event-driven compute service that lets you run code for virtually any type of application or backend service without provisioning or managing servers. You can trigger Lambda from over 200 AWS services and software as a service (SaaS) applications, and only pay for what you use.

Getting started with Lambda

To get started with Lambda, use the Lambda console to create a function. In a few minutes, you can create a function, invoke it, and then view logs and metrics. Access the documentation here.

Functions