| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
parent directory.. | ||||
This folder contains an AWS Lambda Function example in Python on AWS (Amazon Web Services).
It handles a simple AWS Lambda function that shows the content (text) of the call to the lambda function and returns a message including this content.
You must have an Amazon Web Services (AWS) account.
The code was written for Python 3.
Access the AWS console.
Select AWS Lambda in the services menu.
Create an AWS lambda function.
Write the code.
The content of lambda_function.py file.
Save the Lambda function.
It deploys the Lambda function.
Create and configure a Test event.
Input file content:
"Peter"Run the code.
Run the code in an AWS lambda function using the test button.
Test the AWS Lambda function.
You should see the next message in the log:
"Hello Peter"| Back | FazBrowse Home | New Git URL |