All Content tagged with Microservices
Build highly available microservices to power applications of any size and scale
Content language: English
Select up to 5 tags to filter
Sort by most recent
672 results
I would like to run my code using my triggering logic, irrespective of end user request (or response).
Any way to do it?
Hello,
I want to use Media Live channels for my web application which is having the functionality to allow multiple users to parallel stream pre-recorded videos on different social media platforms...
I am building a notification microservice in which I need kafka. I see the alternate of Kafka as AWS SQS but the issue is I like that Kafka is push based while SQS is pull based so I need to have a...
Hi team.
i'm using axios in my lambda function to make an http request to an API GW :
```
//create axios client
const axiosInstance: AxiosInstance = axios.create({
baseURL: origin,
httpsAgent:...
Hi, I need help to integrate in my website the Weglot snippet as I don't know where to copy the code given by Weglot?
As a non web developer I don't know where to put the code, thanks for your help....
Hi!
I have some heavy endpoints in my backend right now to procesate and generate that. The flow is the next one.
I get a request from the frontend side in my main microservice, I take those...
Hi!
I'm getting the next error Error: socket hang up when I call an endpoint that takes some time (my backend is built in Java with SpringBoot). In my localhost it works even if it takes time but on...
I want enable only TLS1.3 on my web application. I try to change policy name to ELBSecurityPolicy-TLS13-1-3-2021-06 then scan result with web SSL check and sslscan command but output still show TLS1.2...
Hello AWS Community,
I am new to AWS . I have an website on which users can stream pre recorded videos to multiple social media platforms like youtube or facebook etc. I want a scalable solution for...
I have a Java Spring webapp that consumes a kinesis stream to process the data for use downstream. The webapp is packaged in a jar file and is deployed to a Debian 12 ec2 instance.
Everything runs...
I have written a lambda function in python. The lambda function calls an AWS OpenSearch cluster using the OpenSearch endpoint and using python request library and awsauth library.
I have the...
I am using AWS S3 as a block storage device to store mty documents.
We were using AccessKey and SecretKey combination from configuration files to connect to S3 and retrieve a document. So far so...