moto/tests/test_awslambda
Roque Pinel 2ae09c5335 Fix the StatusCode returned by lambda invoke
According to the AWS documentation:
```
The HTTP status code will be in the 200 range for successful request.
For the RequestResponse invocation type this status code will be 200.
For the Event invocation type this status code will be 202.
For the DryRun invocation type the status code will be 204.
```
2020-01-24 09:07:49 +00:00
..
test_lambda_cloudformation.py Specify region name for IAM 2019-11-24 15:33:51 +00:00
test_lambda.py Fix the StatusCode returned by lambda invoke 2020-01-24 09:07:49 +00:00