Skip to main content
How are we doing? Please help us improve AWS. Take our short survey

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.5k Questions
+328
28.3k Members
+179
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
2 views

Table primary key uniqueness across different / multi-region Amazon RDS postgres

I have an application that uses postgres database on one region (US West) containing several tables, one of which contains several hundred thousand records (let's call it "events" table with ...
0 votes
0 answers
8 views

AWS Cloudformation error while creating SNS subscription on loop

Below is my cloudformation snippet that creates a SNS topic along with the subscriptions to the SQS endpoint based on parameters file (paramters.json) paramters.json { "Key" : "...
0 votes
0 answers
8 views

Execute/call stored procedure in on premise database using AWS Glue

I am trying to execute a stored procedure in an on premise database using AWS Glue. How to run arbitrary / DDL SQL statements or stored procedures using AWS Glue I have tried following these steps by ...
1 vote
0 answers
5 views

Firehose data backup add newline after every record?

I have a kinesis streamer with EventBridge as the Producer and Firehose Data as the consumer. Firehose converts the event json in a parquet file, which can be queried in an athena table. This is done ...
0 votes
0 answers
5 views

InvalidIdentityPoolConfigurationException error when adding Attributes for Access Control on an identity pool

I have an app built via AWS Amplify that uses Cognito to control my user base. I have created a custom attribute "myAttr" that I am using as a PoC. I am now trying to add permissions to a ...

Looking for an extra challenge?

View all bountied questions

These questions have a bounty on them

0 votes
0 answers
28 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
917 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