Skip to content
CloudKatha

CloudKatha

  • Home
  • AWS
  • Contact Us
  • About
  • Work with Us
    • Advertise With Us
    • Write for Us – Cloud Computing | AWS | Cyber Security | DevOps | IoT

Category: Lambda

August 11, 2023August 11, 2023AWS, Lambda

AWS Lambda with Java-A Step By Step Tutorial

aws lambda using java

AWS Lambda with Java-A Step By Step Tutorial AWS Lambda is the serverless computing platform offered by AWS. It lets you run code without creating or managing any servers. Your code runs in response to events such as requests to an API gateway endpoint or an object upload to an Read More

February 22, 2023February 21, 2023AWS, Boto 3, Lambda, SNS

Send SNS Notification from AWS Lambda using Python Boto3

Send SNS Notification from AWS Lambda using Python Boto3

Send SNS Notification from AWS Lambda using Python Boto3 Serverless applications are the new normal nowadays. AWS has an amazing service AWS Lambda that’s the backbone of serverless at AWS. While developing your serverless application, it’s quite common to publish a message/notification to an SNS topic from your lambda function. Read More

December 7, 2022June 1, 2023AWS, Lambda, SQS

Send Message to SQS from AWS Lambda using Node js 18

Send Message to SQS from AWS Lambda using Node js 18

Send Message to SQS from AWS Lambda using Node js 18 Sending messages to an SQS or Simple Queue Service from AWS lambda is a very common requirement while working with a serverless application. In this post, I will show you how to send message to SQS from AWS lambda Read More

November 29, 2022June 1, 2023AWS, Lambda

Use SnapStart to Improve Cold Start of Java Lambda Function

Use SnapStart to Improve Cold Start of Java Lambda Function

Use SnapStart to Improve Cold Start of Java Lambda Function AWS lambdas written in java are infamous for their cold start time. I myself experienced it a few years back. Although you are not charged for the cold start or the time lambda takes to prepare your function, it results Read More

May 18, 2022May 19, 2022AWS, Lambda

AWS Lambda Function URLs: Here is How You can Set it Up

AWS Lambda Function URLs: Here is How You can Set it Up

AWS has officially released Lambda Function URLs on April 6th, 2022. That means, now you can call your lambda functions directly from your browser or favorite tool like postman. Read more about the official release here. In this post, you’ll get to know about lambda function URLs in details. On Read More

September 16, 2020August 11, 2023AWS, Lambda

How to Run “Hello World” on AWS Lambda in 5 Minutes

Run hello world on aws lambda

How to Run “Hello World” on AWS Lambda in 5 Minutes In this quick tutorial, You’ll learn to run “Hello World” on AWS Lambda using the AWS management console. Additionally, you’ll learn to create a test event and invoke the lambda manually. To give you a bit of background- AWS Read More

Subscribe

Get awesome AWS learning material delivered straight to your inbox

Recent Posts

  • 5 Best VSCode Extensions for CloudFormation to Supercharge Your Workflow
  • How to Become a Kickass AWS Developer in 2024( 10 Tips)
  • Top 25+ AWS IAM Interview Questions and Answers in 2024
  • Enterprise Security Operation Center (SOC) – things you should know
  • How to Connect to EC2 Instance using Putty Quickly

Follow Us

  • Facebook
  • X
  • LinkedIn
  • Instagram

Know More

  • About
  • Advertise With Us
  • Contact Us
  • Disclaimer
  • Privacy Policy
  • Write for Us – Cloud Computing | AWS | Cyber Security | DevOps | IoT

Subscribe to Blog via Email

Enter your email address to subscribe to this blog and receive notifications of new posts by email.

Join 259 other subscribers

©Copyright 2020 CloudKatha - All Rights Reserved