FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
aws-python-examples/awslambdahello/lambda_function.py at master · alfonsof/aws-python-examples · GitHub
alfonsof
/
aws-python-examples
Public
Notifications
You must be signed in to change notification settings
Fork
60
Star
62
Code
Issues
1
Pull requests
1
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
aws-python-examples
/
awslambdahello
/
lambda_function.py
Copy path
More file actions
More file actions
Latest commit
History
History
History
6 lines (5 loc) · 241 Bytes
Breadcrumbs
aws-python-examples
/
awslambdahello
/
lambda_function.py
Copy path
File metadata and controls
6 lines (5 loc) · 241 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
# lamdda_function.py
# 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.
def
lambda_handler
(
event
,
context
):
return
'Hello '
+
event
Back
|
FazBrowse Home
|
New Git URL