David Ellis
David Ellis
So if you read through the [`CreateDBClusterCommandInput`](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-rds/interfaces/createdbclustercommandinput.html) and [`CreateDBInstanceCommandInput`](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-rds/interfaces/createdbinstancecommandinput.html) properties, you quickly see that there is almost zero overlap between Aurora configuration and non-Aurora configuration. There are 47 mentions of...
And deletes! Basically any change to the tables
> We should keep this reddit discussion in mind https://www.reddit.com/r/devops/comments/u3b3wf/comment/i4o89s9/. Apparently Pulumi by default does not check the state of the cloud as this issue is suggesting we do too,...
Can't upgrade this until Docusaurus does.
> Do you think just one bound is enough or having the age record bound and a max record count bound too could be useful? I am worried a max...
A potential solution: 1. For tag updates or any other eventually-consistent API, we first make the change as normal, and if it is successful then we sleep for a brief...
Examples of our current ad-hoc handling of this issue are: - [ECR](https://github.com/iasql/iasql-engine/blob/main/src/modules/0.0.18/aws_ecr/index.ts#L299-L318) - [IAM](https://github.com/iasql/iasql-engine/blob/main/src/modules/0.0.18/aws_iam/index.ts#L124-L151) - [RDS](https://github.com/iasql/iasql-engine/blob/main/src/modules/0.0.18/aws_rds/index.ts#L361-L385) (sort of, not a policy doc per se, but a similar issue) - [S3](https://github.com/iasql/iasql-engine/blob/main/src/modules/0.0.18/aws_s3/index.ts#L21)...
@dependabot rebase
This PR is blocked on https://github.com/auth0/node-jwks-rsa/pull/297 being merged and we upgrade both of those simultaneously.
So, putting this PR on hold for now because it blew up staging. It appears the `req.user` type has changed, too, and our dashboard goes into an infinite loop of...