All Content 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
694 results
I get a notice that `unzipped size must be smaller than X bytes` when I try to deploy with `sam` or even `aws lambda publish-layer-version`
However, if I upload my layers to S3 first, then I can depl...
I have some Lambda Functions in N. Vi-rgi-nia region but that page is mostly not getting loaded, It takes 5-10 mins to load and this happens multiple times in a day,
But in the M-um-bai region, it wor...
sudo systemctl restart httpd
Job for httpd.service failed because the control process exited with error code.
See "systemctl status httpd.service" and "journalctl -xeu httpd.service" for details.
I have a simple package I would like to use in my python lambda function: bcrypt. I have tried many ways of installing this dependency, mainly following YT tutorials, but the way that makes the most s...
Hi team,
We currently have an AV solution in place for malware detection using ClamAV. Here's an overview of the existing flow:
1. Clients upload their files to an S3 bucket (Upload Bucket).
2. An e...
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...