Florian Motlik

Results 17 comments of Florian Motlik

Got the same problem. Did you find any fix or way around the problem?

@hassankhan as you mentioned CF is not natively supporting Cognito yet, so it would have to be integrated in some other way. Our Plugin API is pretty simple so getting...

I should have closed this by now. I've changed my mind on this one and imho every command (including deploying if it doesn't exist) should be a separate command you...

>Anyone who'd choose to use upsert is probably familiar with its risks, but it doesn't change the fact that it'd be a very nice feature to have. I agree with...

Yup you're right my bad. Mixed up different issues here. Its probably going to be a flag on change like -`--create-missing` or something like that. I'll reopen the issue. I'm...

Hmm so I assume the use case is you have template files in a repo with app code, you want to first go through deploying the templates and once those...

But I definitely want something like this in, otherwise its not usable for the use case I described in CI, which is bad.

Just used the code by @garnaat and updated it to Python 3.6: ``` def replace_decimals(obj): if isinstance(obj, list): for i in range(len(obj)): obj[i] = replace_decimals(obj[i]) return obj elif isinstance(obj, dict):...

Yup definitely both. In the end it will probably be an alert topic exported into CF that the Chatbot hooks into, potentially even as another stack

Hi, thanks for reporting. I'm currently super deep in a customer project and don't think I'll be able to get around to it soonish, but I added lot more documentation...