By using AWS re:Post, you agree to the AWS re:Post Terms of Use

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.

1331 results
Hi, I have a bunch of POST endpoints that needs to be called by the client sequentially(App in my case). for example: /init->/info->/identify->end How can I build this flow using app gateway + step fu...
1
answers
0
votes
32
views
asked 15 hours ago
I'm getting an error when I use the $eval function in JSONata ![JSONata error](/media/postImages/original/IMT_InftqRT7uE5wDFFS83Mg) I'm attempting to coerse a JSON string into a JSON object. Base on...
2
answers
0
votes
20
views
asked 17 hours ago
I am working on an AWS Lambda function with Node.js and need to implement a debounce mechanism. The goal is to ensure the function processes only the latest event, ignoring earlier rapid consecutive i...
1
answers
0
votes
17
views
asked 19 hours ago
What are the pros and cons of using Lambda authorizers versus Cognito authorizers in API Gateway? Which option is more secure? We need to implement group-level and resource-based authorization. In De...
2
answers
0
votes
86
views
profile picture
asked 3 days ago
This error has been extremely difficult to pin down as it seems to happen intermittently, however I can't have it happening in production as it completely ruins the user experience. Essentially I ha...
1
answers
1
votes
40
views
asked 6 days ago
Hi, I have a development which is working fine on my local laptop. I'm trying to generate image from text (initials of somebody) as default profile image. To do that, I'm using canvas module, provid...
2
answers
0
votes
23
views
asked 11 days ago
Hi! I've tried to create a **MultiModelEndpoint** using an asyncrhonous configuration, but once I'm deploying the endpoint, it gives me an error saying that MultiModelEndPoint is not compatible with ...
1
answers
0
votes
29
views
asked 13 days ago
Wanted to check if AWS supports GPU inferencing via serverless compute (dynamic loading), since I don't want to spend $1,5/h for EC2 instance, which my client will use not more than 5 minutes per mont...
3
answers
0
votes
54
views
asked 13 days ago
I am playing witn sam init. Created hello world typescript example When deployed, it creates "/Prod/hello" I want to speciify (in an .env if possible) the first segment as "staging" , "dev", "prod" ....
1
answers
0
votes
26
views
asked 15 days ago
Hi, I am unable to access the list_file_transfer_results method for the boto3.client('transfer') object. After running the following code ``` s3 = boto3.client('s3') transfer_client = boto3.client('t...
2
answers
0
votes
45
views
asked 15 days ago
I'm trying to include the Transform AWS::LanguageExtensions in a template. I'm unable to create the stack with the error Fragment returned by transform AWS::LanguageExtensions is null I've removed...
4
answers
0
votes
830
views
asked 15 days ago
Hello, I was excited to see an alternative to Vercel for hosting NextJS sites in [sst.dev's NextJS integration](https://sst.dev/docs/start/aws/nextjs), but I am stuck not being able to use Serverless...
2
answers
0
votes
54
views
asked 21 days ago