VOOZH about

URL: https://www.javacodegeeks.com/tag/aws

⇱ AWS Archives - Java Code Geeks


  • React.js👁 Image
    Yatin BatraDecember 4th, 2025
    0 267

    Building a Full-Stack Serverless CRUD App with AWS and React

    In recent years, serverless computing has revolutionized how developers build and deploy applications in the cloud. By abstracting away server…

    Read More »
  • Java👁 Image
    Mary ZhengNovember 27th, 2025
    0 330

    Spring Data JPA Switch to AWS RDS Proxy Example

    1. Introduction AWS RDS Proxy is a fully managed, highly available database proxy for Amazon Relational Database Service(RDS). It sits…

    Read More »
  • Enterprise Java👁 Image
    Yatin BatraNovember 14th, 2025
    0 1,049

    Mocking AmazonSQS in Unit Tests

    Unit tests should be fast, isolated, and deterministic. When your Java application interacts with AWS SQS, you want to avoid…

    Read More »
  • Software Development👁 Image
    Eleftheria DrosopoulouJune 11th, 2025
    0 254

    Infrastructure as Code Showdown: Pulumi vs Terraform with AWS

    A deep dive into developer experience, productivity, and real-world AWS deployments with TypeScript (Pulumi) vs. HCL (Terraform). Quick Verdict: Which…

    Read More »
  • Enterprise Java👁 Image
    Yatin BatraApril 1st, 2025
    0 486

    Spring Cloud AWS FIFO Queue Support Example

    Amazon Simple Queue Service (SQS) is a fully managed message queuing service. AWS provides two types of SQS queues: Standard…

    Read More »
  • Node.js👁 Image
    Eleftheria DrosopoulouJanuary 28th, 2025
    0 208

    Unlocking Serverless with AWS Lambda and Node.js

    In recent years, serverless computing has revolutionized the way developers approach building applications. The appeal is undeniable: the ability to…

    Read More »
  • Enterprise Java👁 Image
    Omozegie AziegbeJanuary 22nd, 2025
    0 416

    Fixing “Unable to Find Region” Error in AWS Java SDK

    The “Unable to find a region via the region provider chain” error is a common issue when using the AWS…

    Read More »
  • Enterprise Java👁 Image
    Yatin BatraNovember 4th, 2024
    0 731

    Integrate Amazon Athena with Spring Boot

    Amazon Athena is an interactive query service that makes it easy to analyze data in Amazon S3 using standard SQL.…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Yatin BatraSeptember 20th, 2024
    0 2,424

    Message Conversion in Spring Cloud AWS v3

    Message conversion involves transforming messages between various formats and representations as they are sent and received by applications. AWS SQS…

    Read More »
  • 1
  • 2
  • 3
  • 4
  • 5
  • »
  • ...
  • Last
Back to top button
Close