An investment in knowledge always pays the best interest
Benjamin franklin
- Technical Blogs (15)
- Thoughts (2)
-
The Art of Gratitude: A Lesson Learned
It was a busy morning when I found myself rushing to the office, my mind racing with deadlines and tasks. The city streets were alive with the sound of traffic, as people hurried to their destinations, lost in their own thoughts. Amidst the chaos, I approached a rumble strip on the road, my attention dividedMore
-
Create an AWS Lambda API to extract information from PDF
If you have not created an AWS lambda yet please feel free to follow my previous post to create your first hello world lambda using quarkus and Java. In this post, I will share information about how to extract data from PDFs (especially receipts or invoices) using Amazon Textract service. Here is my requirement –More
-
Setting up a simple AWS Lambda build pipeline
Step-1: From AWS console, go to “CodeBuild” -> “Build” -> “Create build project” Step-2: Add a project name and choose your source code repository. Here I have chosen my public repository, you may choose your own private repository. Step-3: Fill in environment details. If you are building a native image using container build, make sureMore