Skip to main content
The 2024 Developer Survey results are live! See the results

AWS Collective

Articles

Browse articles with relevant AWS tags

8 articles

15 votes
1k views
5 minute read
Knowledge article

Code Change Best Practices: Smaller Pull Requests for Smoother Merging

In today's fast-paced software development world, collaboration and efficiency are paramount. One of the key challenges new developers face is managing code changes effectively, particularly when it ...
Dipak's user avatar
  • 6,867
8 votes
494 views
2 minute read
Knowledge article

Overcoming Front-End Back-End Coupling with AWS Event-Driven Architecture

introduction As a developer, I've always been interested in event-driven architectures (EDAs) and how they can improve the overall performance and scalability of web applications. However, I never ...
Marawan Mamdouh's user avatar
6 votes
940 views
1 minute read
How-to guide

Always-on access for your data in Amazon S3, using cross-Region replication and Multi-Region Access Points (MRAP)

To improve durability of your data in the cloud, you should replicate it to multiple locations. For data in Amazon S3, it is automatically stored across multiple devices spanning a minimum of three ...
Seth E's user avatar
  • 1,085
6 votes
1k views
3 minute read
Knowledge article

Local development, testing, and debugging of serverless applications defined in Terraform using AWS SAM CLI

One question we hear from developers using Terraform and AWS Lambda functions is how to locally test the Lambda function. Here’s a great example — I have a simple terraform file with a Lambda function....
Julie's user avatar
  • 159
11 votes
2k views
6 minute read
How-to guide

Protect your RDS data against disaster with AWS

In this guide we will show how to protect data stored in Amazon Relational Database Service (Amazon RDS) from major disaster events. Disasters occur infrequently, but when they happen it is crucial ...
Seth E's user avatar
  • 1,085
12 votes
3k views
6 minute read
How-to guide

Deploying a Kafka Connect connector on Amazon MSK Connect using Terraform

Apache Kafka has been growing in popularity as the de facto way to share streams of events with different systems. While Kafka itself provides the perfect durable log-based storage for events; Kafka ...
Ricardo Ferreira's user avatar
5 votes
3k views
8 minute read
How-to guide

Deploying an Apache Kafka Cluster on Amazon MSK using Terraform

Long gone are the days where developers would write code to process data only in batches. In the modern landscape of applications, the use of streaming data to capture and process streams of events as ...
Ricardo Ferreira's user avatar
7 votes
1k views
3 minute read
How-to guide

Using AWS Distro for OpenTelemetry to instrument your Java application

It is usually a fun experience to see observability in action with AWS. Whenever you go to the AWS console, it feels like a candy store for telemetry data. With AWS X-Ray you see all those fancy ...
Ricardo Ferreira's user avatar