AWS EventBridge Rule AND operator

In this article you’ll find an answers to these questions: Suppose you want to use two checks for a specific field. Consider the following test event: After some struggling, you may end up with a rule that looks something like this: At a glance, this rule should match events only when event field custom looks […]

READ MORE

AWS EventBridge Rule Emulator

Suppose you have to develop an AWS EventBridge Rule. Most likely, you want to test it with a bunch of edge-cases. It might be the case when actual event emission is not very easy or you really want to know your event work correctly before deploy. All you need to do is make use of […]

READ MORE

AWS Developer Associate DVA-C02 learning path

Suppose you want to pass the AWS Developer Associate certification. It is required to have some hands-on experience, even in order to understand some concepts in the courses. If you don’t have it, consider creating some sort of cloud-based pet-project. After you got familiarize yourself with base services like EC2, S3 and Lambda, I highly […]

READ MORE

Terraform lock loss

Suppose your Terraform plan or apply processes are stuck in the state of: Or you were faced with an error: The reason most likely is that you had a Terraform plan or apply process stop after acquiring the lock but before its release.Thus, it is left in a locked state. Every new try is going […]

READ MORE

Opencensus GCP class tried to access private field

If you getting these opencensus errors in GCP from time to time: It worth to recheck dependency version of each opencensus component, that actually presented in your final jar: You may have opencensus-api version 0.19.2, and opencensus-impl version 0.15.0. Thus solution is to equalize all these versions. You can review your dependency versions with following […]

READ MORE