Nikolay Grishchenko
Nikolay Grishchenko
I think something similar is described in [Null-Master Fallback](http://jinja.pocoo.org/docs/2.10/tricks/#null-master-fallback) tip. Using `if not defined import` is the recommended way. There are no autotests for this specific behavior of macros. Should...
Make sure that the pattern will apply only in case the input is a non-numeric string. Use the same order of guessing the input type.
If you know the pattern you don't need this function. Use `strptime` in this case with your pattern. Closed.
Need more work on the texts and fix links to the `sosw-examples` repo. - Add a little more details about what is the main benefit of using Layer (fast mounting...
Fixed in #315
Released in [0.7.45](https://pypi.org/project/sosw/0.7.45/)
``` [ERROR] ImportError: cannot import name 'is_s3express_bucket' from 'botocore.utils' (/opt/python/botocore/utils.py) Traceback (most recent call last): File "/opt/python/sosw/app.py", line 449, in lambda_handler global_vars.processor = processor_class(custom_config=custom_config, test=test) File "/var/task/app.py", line 182, in...
Just a brief description: This is a **lazy** DynamoDB client initialization supporting multiple DDB clients configured to work with different tables and `row_mappers`. Could be very helpful instead of the...
Hi @kreanimator , Is there any progress with this task? Are you going to implement it anytime soon? Important so that we will have it in the `app.Processor` ASAP
Released in [0.7.45](https://pypi.org/project/sosw/0.7.45/)