liam-ot
liam-ot
### Summary: Setting a custom timestamp with storage set to iso and value to string causes an issue when creating a new Dynamo document. Error seems to occur on the...
**Describe the bug** [AWS has updated their access key ID naming pattern](https://repost.aws/articles/ARc4hEkF9CRgOrw8kSMe6CwQ/troubleshooting-the-access-key-id-or-security-token-is-invalid-error-after-upgrading-dynamodb-local-to-version-2-0-or-greater) which results in a breaking change when using VTL templates, serverless-offline, and this repo I would be happy...
Hello I have declared my routes in `JS_ROUTES_INCLUSION_LIST`: ``` … # Django JS Routes Inclusion List JS_ROUTES_INCLUSION_LIST = [ 'articles', ] ``` I have these routes in my app's `urls.py`...