Merge pull request #2763 from bblommers/bugfix/multiple_items_in_ddbstream
DynamoDB Streams: Bugfix when sending multiple items
This commit is contained in:
commit
05236684f4
2 changed files with 49 additions and 54 deletions
|
|
@ -981,7 +981,7 @@ class LambdaBackend(BaseBackend):
|
|||
]
|
||||
}
|
||||
func = self._lambdas.get_arn(function_arn)
|
||||
func.invoke(json.dumps(event), {}, {})
|
||||
return func.invoke(json.dumps(event), {}, {})
|
||||
|
||||
def list_tags(self, resource):
|
||||
return self.get_function_by_arn(resource).tags
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue