Lambda
運算Author the Lambda function handler with entry point and dependencies.
Bundle handler code and dependencies into a .zip deployment package.
Create or update the Lambda function with the packaged artifact.
Attach an event source such as API Gateway, S3, or SQS to invoke the function.
Invoke the function with a sample event and verify the response.