This is rather a note to myself on how to setup CI/CD for Lambda written in Java.
Nowadays implementing ideas and concepts that just need to be proved can be done using serverless approach. Such approach has a lot of benefits: no infrastructure management and pay-as-you-go payment model, to name a few. But before you start coding your business logic, you need to make sure code changes are build and delivered as quickly as possible.
AWS CodePipeline is a service that orchestrates steps required to continuously deliver your serverless application. Basically those steps include pulling code from CodeCommit, compiling and…
Apache Flink is an open-source framework for parallel stream processing, the latest Big data technology that is rapidly gaining momentum in the market.
You can find a lot of examples on how to start with Apache Flink from a very simple one in the official documentation to a more practical Wikipedia Edit Stream, an example of real-time stream processing with detailed explanation. The idea of the latest one is to collect in a data stream Wikipedia article real-time changes from an IRC channel where all edits to the wiki are logged.
Application Architect at SoftServe