-
Notifications
You must be signed in to change notification settings - Fork 365
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into bugfix/422-update-exclude-docs
- Loading branch information
Showing
10 changed files
with
96 additions
and
83 deletions.
There are no files selected for viewing
32 changes: 3 additions & 29 deletions
32
tests/placebo/TestZappa.test_cli_aws/lambda.GetFunctionConfiguration_1.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,33 +1,7 @@ | ||
{ | ||
"status_code": 200, | ||
"data": { | ||
"ResponseMetadata": { | ||
"RequestId": "8cd3e440-6d74-11e7-9ebd-693a5cc9b121", | ||
"HTTPStatusCode": 200, | ||
"HTTPHeaders": { | ||
"content-type": "application/json", | ||
"date": "Thu, 20 Jul 2017 17:54:59 GMT", | ||
"x-amzn-requestid": "8cd3e440-6d74-11e7-9ebd-693a5cc9b121", | ||
"content-length": "609", | ||
"connection": "keep-alive" | ||
}, | ||
"RetryAttempts": 0 | ||
}, | ||
"FunctionName": "zappa-ttt888", | ||
"FunctionArn": "arn:aws:lambda:us-east-1:004396165043:function:zappa-ttt888", | ||
"Runtime": "python3.6", | ||
"Role": "arn:aws:iam::004396165043:role/zappa-ttt888-ZappaLambdaExecutionRole", | ||
"Handler": "handler.lambda_handler", | ||
"CodeSize": 16975308, | ||
"Description": "Zappa Deployment", | ||
"Timeout": 30, | ||
"MemorySize": 512, | ||
"LastModified": "2017-07-20T17:54:59.235+0000", | ||
"CodeSha256": "0pOcmP7sDoO6mLbZKmtH5z0XyjT8wuu/1VenHLgu/MU=", | ||
"Version": "$LATEST", | ||
"Environment": { | ||
"Variables": {} | ||
}, | ||
"PackageType": "Zip" | ||
"State": "Active", | ||
"LastUpdateStatus": "Successful" | ||
} | ||
} | ||
} |
33 changes: 33 additions & 0 deletions
33
tests/placebo/TestZappa.test_cli_aws/lambda.GetFunctionConfiguration_2.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
{ | ||
"status_code": 200, | ||
"data": { | ||
"ResponseMetadata": { | ||
"RequestId": "8cd3e440-6d74-11e7-9ebd-693a5cc9b121", | ||
"HTTPStatusCode": 200, | ||
"HTTPHeaders": { | ||
"content-type": "application/json", | ||
"date": "Thu, 20 Jul 2017 17:54:59 GMT", | ||
"x-amzn-requestid": "8cd3e440-6d74-11e7-9ebd-693a5cc9b121", | ||
"content-length": "609", | ||
"connection": "keep-alive" | ||
}, | ||
"RetryAttempts": 0 | ||
}, | ||
"FunctionName": "zappa-ttt888", | ||
"FunctionArn": "arn:aws:lambda:us-east-1:004396165043:function:zappa-ttt888", | ||
"Runtime": "python3.6", | ||
"Role": "arn:aws:iam::004396165043:role/zappa-ttt888-ZappaLambdaExecutionRole", | ||
"Handler": "handler.lambda_handler", | ||
"CodeSize": 16975308, | ||
"Description": "Zappa Deployment", | ||
"Timeout": 30, | ||
"MemorySize": 512, | ||
"LastModified": "2017-07-20T17:54:59.235+0000", | ||
"CodeSha256": "0pOcmP7sDoO6mLbZKmtH5z0XyjT8wuu/1VenHLgu/MU=", | ||
"Version": "$LATEST", | ||
"Environment": { | ||
"Variables": {} | ||
}, | ||
"PackageType": "Zip" | ||
} | ||
} |
7 changes: 7 additions & 0 deletions
7
...acebo/TestZappa.test_create_lambda_function_docker/lambda.GetFunctionConfiguration_1.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"status_code": 200, | ||
"data": { | ||
"State": "Active", | ||
"LastUpdateStatus": "Successful" | ||
} | ||
} |
7 changes: 7 additions & 0 deletions
7
...lacebo/TestZappa.test_create_lambda_function_local/lambda.GetFunctionConfiguration_1.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"status_code": 200, | ||
"data": { | ||
"State": "Active", | ||
"LastUpdateStatus": "Successful" | ||
} | ||
} |
7 changes: 7 additions & 0 deletions
7
...s/placebo/TestZappa.test_create_lambda_function_s3/lambda.GetFunctionConfiguration_1.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"status_code": 200, | ||
"data": { | ||
"State": "Active", | ||
"LastUpdateStatus": "Successful" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters