Skip to main content

AWS Collective

A collective for developers who utilize Amazon Web Services' infrastructure and platform capabilities. The AWS Collective is organized and managed by the Stack Overflow community as a resource for developers.
257.7k Questions
+31
36.7k Members
+122
Contact

Can you answer these questions?

View all unanswered questions

These questions still don't have an answer

-3 votes
0 answers
11 views

List data using CLI or editor in AWS OpenSearch

Is there a way to list and edit data in AWS OpenSearch using CLI or editor after I insert some data into Index?
-2 votes
0 answers
18 views

Why my Alexa Devices shows unresponsive in app

I want to enable Alexa voice control for my smart home device. I was able to discover device. Now all devices are showing in Alexa app but all devices showing "Device is unresponsive". This ...
0 votes
0 answers
26 views

Next.js + AWS Amplify Middleware not redirecting after first login until refresh

I am working on a project using Next.js (App Router) and AWS Amplify Auth. I have implemented middleware to restrict access and redirect users based on a custom Cognito attribute (custom:...
0 votes
0 answers
25 views

AWS SageMaker PyTorch Model Deployment - is entry_point needed?

I'm trying to deploy a pre-trained PyTorch model to SageMaker using the Python SDK. I have a model.tar.gz file that is uploaded to S3, with the following structure: code/ code/requirements.txt code/...
0 votes
0 answers
27 views

Using Kotlin Data Classes for DynamoDB

I have the following class that I am using as a dynamodb item in Kotlin @DynamoDbBean data class Transaction( @get:DynamoDbPartitionKey val userId: Int, @get:DynamoDbSortKey val ...

Learn something new
These are the most recent articles in AWS Collective
0 votes
324 views
1 minute read
How-to guide

AWS Management Console now supports simultaneous sign-in for multiple AWS accounts

AWS has changed the way we interact with AWS console for sign-in. Jan 16, 2025 AWS has announced the support for multiple console sessions for signing into different aws accounts in the same browser. ...
Jatin Mehrotra's user avatar
4 votes
535 views
8 minute read
How-to guide

How to achieve fast, scalable, robust & cost optimized scaling of tasks on AWS ECS

Summary There are multiple use cases to containerize and host proprietary applications on AWS ECS which is “a fully managed container orchestration service that makes it easy for you to deploy, manage,...
TechFree's user avatar
  • 3,014
8 votes
681 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
1k 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,125
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