Difference between revisions of "Lambda handler"
Jump to navigation
Jump to search
(Created page with " def lambda_handler(event, context):") |
|||
(11 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
+ | {{lowercase}} | ||
+ | https://docs.aws.amazon.com/lambda/latest/dg/python-handler.html | ||
− | + | * <code>[[def]] lambda_handler(event, context):</code> | |
+ | |||
+ | |||
+ | * [[HTTP redirect using lambda_handler]] (https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/lambda-examples.html#lambda-examples-http-redirect) | ||
+ | |||
+ | |||
+ | |||
+ | == See also == | ||
+ | * {{Boto}} | ||
+ | * {{AWS Lambda}} | ||
+ | |||
+ | [[Category:AWS]] |
Latest revision as of 01:23, 3 March 2022
Advertising: