()
| 26 | return "arn:aws:lambda:us-east-2:123456789012:function:my-function"; |
| 27 | } |
| 28 | public CognitoIdentity getIdentity(){ |
| 29 | return null; |
| 30 | } |
| 31 | public ClientContext getClientContext(){ |
| 32 | return null; |
| 33 | } |
nothing calls this directly
no outgoing calls
no test coverage detected