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,...
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...
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...
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...
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:...
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. ...
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...
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?
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...
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...
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...
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...