Stay up to date with the latest from the Knowledge Center. See all new and updated Knowledge Center articles published in the last month and re:Post’s top contributors.
Questions tagged with Microservices
Build highly available microservices to power applications of any size and scale
Content language: English
Select tags to filter
Sort by most recent
Browse through the questions and answers listed below or filter and sort to narrow down your results.
688 results
Hello Team,
Is there a time-efficient way to determine the MIME type of an object uploaded to an S3 bucket without downloading the entire object and using `fileTypeFromFile` from the 'file-type' libr...
This is my problem, I believe it points to permission error, but I don't know where the chain is broken

The Aut...
Im looking a way to prepare my python lambda layers, zip them up, and deploy them to a specific corresponding lamba layers for a specific cloudformation stack instance.
Ideally I could do this using ...
Looking to Identify if there is a recommended .Net base image for console apps running on EKS containers while utilizing Graviton (Newly launched). Have considered using .Net Lambda base image due to ...
I have below infrastructure in production.
1. Two service hosted on ECS Farget.
2. Its a multi region setup us-east-1 and us-east-2
3. We have Two public ALB one for each region.
4. Both ALB has route...
I am learning AWS IoT to publish and subscribe from and to my PC, through ESP32 Dev kit, and had written a simple program to publish an information from my PC and subscribing to shadow topic and recei...
I'd like to use Eventbridge with a rule targeting a cross-account event bus, in order to share domain events from a service running in one account and allow them to be consumed by services operating i...
I am building an application that uses an Application Load Balancer (ALB) to route API requests to Lambda functions and EC2 instances (as target groups).
However, I need to implement authentication a...
Hi Team,
I hope you're all doing well!
We're considering using EKS Anywhere to run our production workloads on Kubernetes on-premises. We have several machines running RHEL, which we know is support...
We have deployed an API using AWS Lambda, which is managed by AWS API Gateway. We have also created usage plans that define the required Queries Per Second (QPS) and quota assigned to each API key.
...
Hello,
I have many nodejs processes, doing the same task, spawned by one coordinator process that manages them.
They use prroxies to connect to the network, their task is to book some kind of appoin...
I am deploying Nginx and Node.js services on ECS. Nginx listens for requests from the ALB and forwards them to Node.js. Nginx uses upstream and proxy_pass to forward requests to the Node.js service. A...