jeppeArchi

Results 2 issues of jeppeArchi

Is the Lambda layer up-to date? Have added the layer `arn:aws:lambda:AWS_REGION:934676248949:layer:pytorchv1-py36:2` and I get the error: > Unable to import module 'lambda_function': No module named 'torch' Am I missing something?

I'm showing dialogs for difference messages in a message handler component. ```js class MessageHandler extends Component { ... render() { switch(this.props.message) { case A: return getDialogA(); case B: return getDialogB();...