Pierre Chollet
Pierre Chollet
When running multiple StepFunctions-related tests in parallel, we encounter the error `ThrottlingException: Rate exceeded` It would be nice to be able to pass apiPollingDelay as a parameter of the StepFunctions...
Hi! I am a big fan and user of dev-to-git! My articles repository contains like 20 articles, and it's starting to hit API rate limits when dev-to-git is publishing everything....
Tools like [granted](https://www.granted.dev/) automatically export environment variables to authenticate the AWS CLI. When using such tools, it can occur that a profile (AWS_PROFILE) and access keys (AWS_ACCESS_KEY_ID and AWS_SECRET_KEY) co-live...
The rule should check that each Lambda function is triggered by one single service - 3 SQS queues = OK - 1 Api = OK - 1 Api and 1...
https://docs.aws.amazon.com/lambda/latest/operatorguide/invocation-modes.html The rule should check that async functions have at least one retry Main async invocations sources are S3, SNS and EventBridge
AWS Tag editor does not support IAM roles. https://docs.aws.amazon.com/ARG/latest/userguide/supported-resources.html This is a problem for sls-mentor when using the command with the `-t` option (which allows to specify one or many...