All Content 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
1355 results
I have requested an account-level timeout limit for API Gateway to extend to 2 minutes and have enforced the 2-minute timeout limit on it. I have also ensured that the Lambda Function does not time ou...
2
answers
0
votes
65
views
asked 3 months ago
Hi everyone, I am having a few challenges mainly regarding aws request issues not working the same when deployed or using custom domain issues. Local frontend to local server works perfectly by the wa...
0
answers
0
votes
48
views
asked 3 months ago
We are just looking for clarification regarding how long Aurora Serverless V1 will be supported for?
1
answers
0
votes
425
views
asked 3 months ago
Hi , We are encountering an issue where requests from an external service (GBG) are successfully reaching our Lambda function when bypassing API Gateway, but fail when routed through API Gateway. The...
2
answers
0
votes
67
views
asked 3 months ago
Firstly. i created an IAM user with permission `AmazonS3FullAccess`, then created a key with use case Local Code. After that, i copied all access key and secret key to my net core api ```cs // Program...
2
answers
0
votes
93
views
asked 3 months ago
Hello everyone, I'm trying to create an API Gateway with authentication based on a Cognito user pool. To grant or restrict access to the API endpoints, I'm using AWS Verified Permissions with the ne...
0
answers
0
votes
41
views
asked 3 months ago
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 spi...
1
answers
0
votes
142
views
asked 3 months 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
129
views
asked 3 months 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 th...
1
answers
0
votes
91
views
asked 3 months 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 t...
1
answers
-1
votes
91
views
asked 3 months 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
93
views
asked 3 months 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 ...
3
answers
0
votes
195
views
asked 3 months ago