Adminy
Adminy
fixed the extra new line linting issue.
How about just quotas for existing monitoring services? The ones aspected in the current stack.
Its possible to borrow the code from serverless: https://github.com/serverless/serverless/blob/main/lib/plugins/aws/package/compile/events/schedule.js#L203-L292 and put it instead of this: https://github.com/eddmann/serverless-fargate/blob/main/src/compiler.js#L149-L179
It’s better making it callback based Instead with control of the when the process time it’s being called using the timer as you say but maybe making it so that...
What about having 1 permission definition but multiple CRUD views. .e.g.: ```sql PERMISSIONS -- user only READ, owner full CRUD FOR select WHERE $this.user = $auth FOR select, create, update,...
https://stackoverflow.com/a/59314284/4316850 is it to do with the + and / signs? I'm getting The security token included in the request is invalid (Service: AmazonIdentityManagement; Status Code: 403; Error Code: InvalidClientTokenId;...
Here is a gist of how it can be used: https://gist.github.com/adminy/fbced8604db9d93224e106d8d0b73c8a
same here, any updates?
> I find it highly concerning that the [recommend](https://github.com/actions/setup-python/blob/main/docs/advanced-usage.md#caching-packages) and only working solution for caching poetry venvs is to install poetry before `setup-python`. It can not be assumed that python...
I'm currious if you do a `poetry install --only group1,group2` Then you bundle it with this plugin, does it only bundle the group1,group2 dependencies? Because the venv site-packages folder unfortunately...