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
1355 results
I have upgraded a Aurora Mysql-based serverless v1 to v2, and enabled Data API. I can access the database through the query editor and it works as expected. Unfortunately I could not manage to connect...
2
answers
0
votes
30
views
asked a day ago
Amazon Aurora Serverless version 1 (v1) deprecation has been extended from December 31, 2024, to March 31, 2025. Amazon Aurora supports two versions of Serverless: Aurora Serverless v1 and Aurora Se...
1
answers
0
votes
44
views
AWS
asked a day ago
Hello, Are there any plans to add support for JSONata and variables in Step Functions Local(we use it to write automated tests for our step functions)? If so, could you provide an estimated timeline o...
1
answers
0
votes
24
views
asked 2 days ago
I wrote SAM code to create S3 and Lambda resources, but the deployment failed. Could you help me identify what went wrong? Error Message: `AWS::Serverless-2016-10-31 is null` Project Structure: ```...
1
answers
0
votes
13
views
asked 3 days ago
I have a Python code that queries APIs and I need to make Lex consult this code and bring me the answers or the lists that the API provides. I won't be using a database, it's a chatbot that will query...
1
answers
0
votes
47
views
asked 5 days ago
I have set up an Aurora serverless DB with read only replica. I have set the min capacity to 0 and have it scaling down after 5min of inactivity. Sometimes when the DB starts back up I cannot perform...
1
answers
0
votes
23
views
asked 6 days ago
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
41
views
asked 8 days 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
24
views
asked 8 days 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
41
views
asked 8 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
13
views
asked 8 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
25
views
asked 9 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
46
views
asked 10 days ago