Rehan van der Merwe

Results 46 comments of Rehan van der Merwe

So I have a 3000 lines Open API spec that takes about 7 seconds to load on a AWS Lambda @1024MB when `quick` is set to false 😲. With `quick`...

If the only reason is to prevent CFN from "freezing" if role back is required, then just having a deletion policy of say 1 month should be okay given that...

We are having a discussion about this on the CDK slack here (link might not work in the near future): https://cdk-dev.slack.com/archives/C018XT6REKT/p1620291773488400 One solution a member (Julien Peron) is using, even...

We are approaching 0.5TB of assets in the staging bucket. I can only imagine how much large companies have :(

It has been more than a year since this ticket opened, I took @savvyintegrations AWS call and threw it into an AwsCustomResource. Then deploy it as a second stack that...

Related to #23 The reason I couldn't find a way was because of how the event emitter does not reregister events when it creates the new connection using the retry...

Okay I figured it out, the Codebuild Github source was set to be triggered by PR_MERGE and PUSH. I could see Github send both events at the exact same time....

Actually, I just spotted that I created the CodeBuild Source Github Event hook to trigger on HEAD_REF instead of BASE_REF, and that is why it never matched and most likely...

@bracki No this is on the CodeBuild project, AWS side