Skip to main content

AWS Collective

Amazon Web Services (AWS) is the world’s most comprehensive and broadly adopted cloud platform, offering over 200 fully featured services from data centers globally. The AWS Collective is a community-driven site with resources for developers.
258.6k Questions
+306
28.3k Members
+177
Website Contact
Twitter Facebook Instagram GitHub

Can you answer these questions?

View all unanswered questions

These questions still don't have an answer

0 votes
0 answers
7 views

DynamoDB : No Repository Bean found, with Spring boot 3, Java 21

I am trying to integrate with DynamoDB using Spring boot 3.x. I am using Java 21 and have following configuration in gradle for DynamoDb: dependencies { implementation 'org.springframework.boot:spring-...
-1 votes
0 answers
5 views

How to get YTD numbers in quicksight dashboard

This is my data using which I want to achieve YTD sum by selecting single date in the filter. e.g. Add date parameter on Month1 when I choose 1-May-2024. it should give sum as (Current YTD (1-Apr-24 ...
-1 votes
0 answers
7 views

Unable to parse all kind of subtype while fetching emails with imap from WorkMail

I have done some coding with PHP to fetch emails from WorkMail for each user. Where I am getting each user email and password from another file. This file is only for debugging purposes. This is the ...
0 votes
0 answers
25 views

Automate deployment with Terraform

Here is my scenario: There are multiple disparate, separate Cloud-based (Azure and AWS) resources. Some are fully deployed by IAC, some are deployed via Click-Ops. For various reasons (dont ask), Me ...
0 votes
0 answers
8 views

invoking getUser from CognitoIdentityProviderClient using PHP SDK gives: Error retrieving credentials from the instance profile metadata service

I am working on an AWS Cognito Authentication solution for my website. I have had the initial code working for some time and now I want to add the ability for a user to see their email and other user ...

Looking for an extra challenge?

View all bountied questions

These questions have a bounty on them

0 votes
0 answers
30 views
+50

AWS API gateway with Python Websocket

I am trying to create a chat app using Flask Websocket hosted on EC2 and expose using API Gateway. My App has both HTTP as well as SocketIO connection. My request flow is Browser -> API Gateway -&...

Learn something new
These are the most recent articles in AWS Collective
8 votes
483 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
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
6 votes
918 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
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