Deploy and test your Function
We will do test our lambda function here.




Last updated
We will do test our lambda function here.




Last updated
# The function return will be saved in response.json.
aws lambda invoke --cli-binary-format raw-in-base64-out --function-name sum --payload '{ "a": 2, "b": 3}' response.json && less response.json