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.
1313 results
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...
I'm experiencing an issue with my Serverless configuration when subscribing to an MQTT topic that triggers a Lambda function. The function is monitored by Sentry, and I'm encountering an error related...
![API Gateway <> SQS](/media/postImages/original/IMaJjyzvRsRNyV0fwqIMriYA)
I'm seeking help with dynamically overriding the path on API Gateway to connect to different SQS queues on demand.
If I use...
I see that the HTTP Invoke Task from StepFunctions uses "Transfer-Encoding: chunked" and streams data to the 3rd party.
Why is that so? Afaik it's way better to use the more adopted way of setting the...
I'm new to AWS and recently got my Solutions Architect Associates, and am trying to create a chatbot that translates user input text into another language. I created the Lambda function in Python and...
Currently, there is a serverless project what is running with node version of 16.x
And also serverless version is 2.72.4
Source code should be updated to run with node version of 20.x
I have updated...
Hello AWS re:Post community,
I am currently using AWS Lambda with Node.js to send messages through the FCM HTTP v1 API.
I'm using axios for HTTP requests, and my Lambda function is configured with...