Questions tagged with Microservices
Content language: English
Select up to 5 tags to filter
Sort by most recent
Browse through the questions and answers listed below or filter and sort to narrow down your results.
I am currently developing a website with an Angular frontend, a NodeJS API/server to handle the HTTP requests from Angular (mainly inserting data into the database, login/out, and sending reminders...
1
answers
0
votes
26
views
asked 5 hours agolg...
Hi team,
I am running an application in AWS Fargate that consumes and processes messages from SQS queues.
I want to auto-scale the fargate service based on the queue length
Thsi is my CDK...
1
answers
0
votes
118
views
asked 8 days agolg...
Hi team,
I have a Node.js application deployed within an AWS Fargate cluster.
This application launches multiple SQS consumers responsible for retrieving and processing messages from an SQS...
1
answers
0
votes
105
views
asked 10 days agolg...
When creating a AWS::Lambda::Function, CloudFormation threw the error:
Resource handler returned message: \"'MemorySize' value failed to satisfy constraint: Member must have value less than or equal...
3
answers
0
votes
82
views
asked 10 days agolg...
I am assuming that when creating a step function with an Activity (Task and external Worker), the tasks get polled in order, though there seems to be no official documentation on this...
1
answers
0
votes
92
views
asked 13 days agolg...
Hi everyone,
The AWS console offers the choice to create a REST API GW or REST API GW PRIVATE,
If I choose to create REST API GW PRIVATE, how can my API GW be reachable from outside (by Salesforce...
3
answers
0
votes
83
views
asked 14 days agolg...
Hi team,
I want to create a private REST API GW via CDK in my private only VPC,
Should I set up an Interface VPC Endpoint for the `com.amazonaws.ca-central-1.execute-api` service?
Or is it...
1
answers
0
votes
85
views
asked 15 days agolg...
Hi everyone,
I have a private-only vpc, that contains an s3 bucket to allow Salesforce Saas to upload/download files in/from my bucket.
Salesforce Saas uses a pre-signed URL generated by a lambda...
1
answers
0
votes
110
views
asked 15 days agolg...
We have staging and production workloads dependent on services and task definitions within ECS. I am noticing that with time, this service is the most charge-incurring service. How do I analyze the...
2
answers
0
votes
101
views
asked 16 days agolg...
We are using API Gateway for almost all our services, however due to its limitations (timeout, payload, etc) we are unable to use it for all of them. We have integrated Cognito with ALB, however the...
0
answers
0
votes
62
views
asked 16 days agolg...
Hi team,
I have a private-only VPC, that contains a lambda function, this lambda function is fronted by an HTTP API GW
I saw in the documentation that HTTP API gw integrates only with ALB/NLB and...
2
answers
0
votes
96
views
asked 18 days agolg...
Hi team,
I've set up a pipeline using CodePipeline, and this pipeline automatically generated a new service role called `AWSCodePipelineServiceRole-region-myPipeline` on my behalf.
but this service...
1
answers
0
votes
68
views
asked 18 days agolg...