[lambda] Fix HTTP code of CreateFunction
This commit is contained in:
parent
5a29ec4986
commit
5f7ea2b77f
2 changed files with 3 additions and 3 deletions
|
|
@ -64,7 +64,7 @@ def test_create_function_from_aws_bucket():
|
|||
# "VpcId": "vpc-123abc"
|
||||
# },
|
||||
|
||||
'ResponseMetadata': {'HTTPStatusCode': 200},
|
||||
'ResponseMetadata': {'HTTPStatusCode': 201},
|
||||
})
|
||||
|
||||
|
||||
|
|
@ -120,7 +120,7 @@ def handler(event, context):
|
|||
# "VpcId": "vpc-123abc"
|
||||
# },
|
||||
|
||||
'ResponseMetadata': {'HTTPStatusCode': 200},
|
||||
'ResponseMetadata': {'HTTPStatusCode': 201},
|
||||
})
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue