Questions tagged with Serverless

Build and run applications without thinking about servers

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 have an ECS service running on Fargate that registers messages in an SQS queue. An EventBridge rule triggers an ECS task whenever a message is added to the queue. The service must handle request...
1
answers
0
votes
15
views
asked 15 hours ago
When creating a lambda function with a runtime environment such as Node.js 20.x or with Python 3.12, I am unable to do so. I get an error message stating "Unknown Error." I have been facing this error...
3
answers
0
votes
30
views
asked 16 hours ago
Since postgreSQL 11.21 has reached EOL, we are trying to upgrade it to 13.12. Initially the upgrade was failing at the `precheck` stage due to postgis. Resolved that, the upgrade is proceeding past...
1
answers
0
votes
24
views
Alfredo
asked 3 days ago
I am totally unable to create a minimal working cloudformation template to have a single GET /hello returning "Hello world!" > I need javascript / typescript, not Python ! I have problem about how...
1
answers
-1
votes
25
views
asked 3 days ago
Hi, I'd like to use the AWS Parameters and Secrets Lambda Extension in my own extension, so that I can retrieve secrets and use them in my lambda execution code, so I tried to write my own extension...
1
answers
0
votes
25
views
meesk
asked 4 days ago
We just received an ultimatum to upgrade our Aurora Serverless Postgres from version 11 due to end-of-life. I tried to upgrade to version 13, which fails: `Database cluster is in a state that cannot...
2
answers
0
votes
25
views
J_N__
asked 7 days ago
I tried to find an official document, but there are no documents mentioning what will happen next. Will it automatically scale down to 0 and stop, or will AWS upgrade every cluster to V2?
1
answers
0
votes
38
views
KT
asked 8 days ago
I have trained a Scikit-Learn model within a SageMaker Training job and uploaded the model.tar.gz. file to S3. Now I would like to deploy this model as a serverless endpoint but I am getting the...
2
answers
0
votes
51
views
Nikos
asked 9 days ago
Hi, We upgraded the runtime of one of our Lambda functions from Node.js 16.x to 20.x on 11 Aug 2024. After the upgrade, we noticed we're getting more '[redis]: Error: connect ETIMEDOUT' in the...
2
answers
0
votes
36
views
asked 10 days ago
Hello, Regarding the [Powertools logging](https://awslabs.github.io/aws-lambda-powertools-java/core/logging/#capturing-context-lambda-info) feature that logs events of Lambda handlers in AOP style,...
1
answers
0
votes
36
views
asked 13 days ago
I have been trying to figure out how to connect to AWS API Gateway that has cognito Authoriser for a long time and I cannot figure it out. Here are the steps that I have tried. I have set up the...
2
answers
0
votes
44
views
Kirill
asked 14 days ago
I am trying to send a request to Lambda Function written in Python (v3.12). The frontend application is written in ReactJS and the request payload has the following structure, where "File" is the...
0
answers
0
votes
29
views
champer
asked 14 days ago