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.

1312 results
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
64
views
asked 2 months 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
75
views
Kirill
asked 2 months 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
53
views
champer
asked 2 months ago
I am building a simple Amplify App which use lambda function (written in typescript) as backend. I am doing different thing and returning the full reponse in on shot, everything work fine. But now I...
2
answers
0
votes
104
views
asked 2 months ago
I am trying to decode the following object structure, which contains text data and file data in Python. ``` groupId: text groupName: text friendlyName: text shortDescription:...
2
answers
0
votes
74
views
champer
asked 2 months ago
I have a serverless (v4) node (v20.x) lambda function. The function creates a headless chromium browser using puppeteer, loads html content from PowerBi, modifies the content and generates a pdf. ...
2
answers
0
votes
54
views
corey
asked 2 months ago
I've done this several time with API Gateway. I'm now trying to do it with a function URL. When I try to add a GET style parameter onto the end of the function URL I get error: KeyName - In other...
1
answers
0
votes
101
views
asked 2 months ago
Hi there. I'd like to route all outbound traffic of a service or task through a HTTP proxy already established. I have the proxy FQDN and port. What can I do from this point?
1
answers
0
votes
79
views
Sixa
asked 2 months ago
Hi there! I have a model based on a custom Dockerfile and handler. This works really smoothly when I create a real-time inference endpoint. However, a serverless endpoint with the exact same...
0
answers
0
votes
55
views
Richard
asked 2 months ago
Hi, I have my Express "server" (serverless routes) configured in AWS Lambda behind API Gateway, with the Lambda having 20 units of provisioned concurrency to prevent cold starts. My API serves our...
1
answers
0
votes
89
views
asked 2 months ago
I am using serverless https://www.serverless.com/ to deploy lambda functions to aws. A problem ive encountered is that the endpoint url will sometimes change when the stack has been modified, breaking...
Accepted AnswerServerlessAWS Lambda
2
answers
0
votes
89
views
asked 2 months ago
I am attempting to get an contact form working on an Amazon s3 bucket. I can receive email when running tests via Lambda and API Gateway just fine but when I try to submit the form via the website I...
0
answers
0
votes
70
views
asked 2 months ago