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.
1308 results
I am trying to deploy the Jaeger query in AWS Lambda so I pulled the latest Jaeger Query image from Docker Hub and pushed the same to AWS ECR. After pushing the image to AWS ECR I created the AWS...
I have the code bellow. It works on my machine, but on AWS Lambda the error below is thrown.
I checked on VPC Security groups and granted all traffic outbound.
Does anybody know the reason of this...
I'm using a python runtime for my lambda function but I'm not able to view the code editor. Is there any new update I'm missing on?
![Enter image description...
Hi
In my lambda code I am importing cfnresponse, which will be used in CloudFormation.
I am getting the following error in my lambda implemented in Python 3.12
"Unable to import module '" : No module...
Hi
I want to use webcam using HTML by serving through flask (python)
My approach is working on my pc but on EC2 when I access it using Public IPv4 DNS, it does not show video and gives error as
Code...
Hello,
I build an API Gateway with a Lambda Integration. I need that the gateway to add HTTP parameters, transparent for the users (on the server side), for each route. I see that this can be done...
I've created two CloudFormation templates.
The first one will create a DynamoDB table.
The second one will operate on the DynamoDB table created.
The resources need to be on separate stacks because...
I am trying to build RAG in Bedrock, When I try creating Vector store using OpenSearch serverless service, its failing to create.
Earlier I was having issues with permissions which I corrected by...
Hello, everyone.
Hope you are doing well.
Currently I am working on a serverless project version upgrade.
I have updated current project's nodejs version from 16.x to 20.x and also updated serverless...
the given repository link does not contain the website folder in webapplication .Kinldy help to...
Hi team, I have an API gateway connected to a Lambda function
The response from Lambda is:
```
{"statusCode":400,"body":"{\"errorType\":\"UserLambdaValidationException\",\"err\":\"PreSignUp failed...
I have created a dev and a production instance of the RDS Serverless Aurora MYSQL by selecting ACU min to 0.5 and max to 16 and have been processing data.
In the month of June, July , I have just...