Ridan
Ridan
This is such a cool project. There are a couple of things that need to be included in the documentation to speed up the process of installing, tuning and getting...
I have been trying to follow the instructions. Currently I have something like this ``` export default function SimpleComp(props) { let name = props.name; const onButtonClick = props.onButtonClick; return (...
Currently it seems the app turns the react component into a Webcomponent and that Webcomponent is accessible in the app somehow(no idea). Would there be a way to configure the...
I was trying to use the serverless monitoring tools and ran sls to connect it to my serverless account. After that whenever I try to deploy, I get this message...
If I put a bunch of http handler functions in an additional stack where can I get their urls? Currently the sls info doesn't show anything about the additional stack
If I have functions with http events spread across different stacks. Does each stack expose a different url or would they all share the same url.