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

All Content 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
1352 results
Problem Statement: I am trying to integrate AWS Service S3 with API Gateway to put objects to S3, the object i am trying to put in s3 is a document of any type(e.g., .txt, .pdf etc etc). In the Integ...
2
answers
0
votes
27
views
asked 21 hours ago
Problem statement: I am working on integrating S3 bucket with API Gateway to put objects in S3. The set-up i have: I have created the {proxy+} to create folder like structure in s3. In Integratio...
1
answers
0
votes
19
views
asked a day ago
Problem Statement: We are currently using an API Gateway and Lambda function to convert a SOAP API to REST. However, we encountered an issue due to AWS Lambda's invocation payload size limit, which p...
1
answers
0
votes
33
views
asked 2 days ago
I code Node.js and in the existing/old console lambda editor it checks my syntax and shows an immediate icon in the left gutter next to offending line number, that's a great feature. However in the la...
1
answers
0
votes
10
views
asked 2 days ago
Hi AWS guys, We are moving WebSphere on AWS Cloud ECS Fargate, this is an unsupported scenario actually. We are not able to implement license tracking because we have need: SSE-KMS requires addition...
1
answers
0
votes
18
views
asked 3 days ago
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
43
views
asked 3 days 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
38
views
asked 4 days 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
18
views
asked 4 days 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
96
views
profile picture
asked 6 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
43
views
asked 9 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
24
views
asked 13 days ago
Validate, parse, and transform a wider range of X12 transactions exchanged with your trading partners