Subscribe to my newsletter and never miss my upcoming articles
When developing serverless functions, you often need additional dependencies or libraries for the function to work. For Lambda functions in java, you need amazon dependencies of the services used in the function. Then you zip the function and its d...
Hello Everyone! Today we are going to see how you can generate dynamic content in Lamdba. We are going to use Java 8, Apache Maven, AWS SDK for Java, Apache Velocity to achieve this. Uses Cases There are several scenarios where you want to create dy...
For those who don't know, IKEA is a Swedish multinational group designs and sells ready-to-assemble furniture, kitchen appliances, home accessories, etc. What is IKEA Effect The IKEA effect is a cognitive bias in which consumers place a disproportio...
Today we are going to see how one can write a serverless application using Serverless Application Model (SAM). First, let's understand what Serverless Application Model is. What is Serverless Application Model? What do you do when you want to create ...
In the previous post, we looked at a simple Lambda handler using the AWS Java SDK. In this post, we're going to implement Rest API with Lambda (using Lambda Proxy Integration). What is Lambda Proxy Integration When a client submits an API request, ...
Amazon S3 Quick Reference for Certification, interview and study! If you like the post, feel free to share and follow me on Twitter for updates!