What is event in aws lambda function?
1 Answer(s) Available
Answer # 1 #
An event is a JSON-formatted document that contains data for a Lambda function to process. The Lambda runtime converts the event to an object and passes it to your function code. It is usually of the Python dict type.
Related Questions
- What does amazon swf stand for?
- Aws marketplace subscribe api?
- Aws vpc faqs?
- Aws ml model deployment?
- Aws auto scaling step by step?
- Amazon chime and amazon connect?
- How to install ssl on aws lightsail?
- Aws s3 and redshift?
- How to integration aws iam with active directory?
- What is difference between iam user and role?