Skip to main content

Kunal Choudharkar

Kunal Choudharkar is a Senior Technical Consultant at Perficient with 2.7years of experience in cloud & DevOps services. He is also a Certified AWS Solutions Architect Associate & Google Associate Cloud Engineer. Kunal is willing to share his knowledge through blogging in the future.

Blogs from this Author

Focused Adult Man, Making A Schedule For Work.

Automate Application Deployment Using AWS DevOps

In this blog, we can set up a continuous integration/continuous delivery (CI/CD) pipeline using AWS Code-Commit, AWS Code-Build, and AWS Code-Deploy for application development and testing and AWS Code Pipeline for workflow orchestration. With the help of this pipeline, Applications may be automatically tested, built, and deployed to AWS services like Amazon EC2, Elastic Beanstalk, […]

Istock 1194430859

How to Integrate AWS Lambda with Amazon API Gateway Using Terraform Code

In the most scenario we integrated AWS Lambda with API Gateway to run our application which are written in Python, Node.js, Go, .NET, Java, Ruby, etc. A Lambda integration traces a path and HTTP method combination to a Lambda function. We can configure the API Gateway to pass the content of the HTTP request as is […]