I have a an aws lambda that I would like to be able to invoke locally utilizing sam local invoke "MyFunction" -e event.json, but my event.json file ne
sam local invoke "MyFunction" -e event.json