AWS re:Post Knowledge Center Spotlight: Lambda

Language: English
Find the newest and most recent articles for Lambda
0
This spotlight on AWS Lambda equips you with the skills and troubleshooting tips to get the most out of this powerful service.
profile pictureAWS
EXPERT
updated 20 days ago100 views

Overview

The AWS re:Post Knowledge Center is your one-stop-shop for authoritative, up-to-date guidance on using AWS services. This month, we're highlighting AWS Lambda, a serverless compute service that executes your code in response to events, handling compute resources for you.

Lambda offers the fastest way to turn an idea into a modern, production, serverless applications. Whether you're new to Lambda or an experienced user, the following Knowledge Center articles equip you with the skills and troubleshooting tips to get the most out of this powerful service.

Configuring access to your Lambda functions

With functions, Lambda runs your function only when needed and scales automatically. Learn how to manage which users access your function, and how your function connects to other services:

Managing runtime versions

A runtime provides a language-specific environment that relays invocation events, context information, and responses between Lambda and the function. Learn how to manage your runtime versions:

Troubleshooting errors

Make sure that your Lambda function is correctly configured for your use case. The following articles help you troubleshoot invocation issues, timed out errors, and scaling issues:

Related information

Have more questions about Lambda? Check out the re:Post Lambda knowledge base or ask your own question to get guidance from the AWS community.