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
Hi! I need to retrieve from my app user feedback from diferent parts of my application, my idea is to get that feedback, sending to an SQS queue and then execute a lambda to store that feedback insid...
2
answers
0
votes
57
views
asked 2 months ago
Hello, Please see below an event among an HTTP API Gateway and a custom java Lambda Authorizer. The request is sent to authorizer, but when cache is disabled, all fields are empty (version is 0) fo...
1
answers
0
votes
71
views
asked 2 months ago
We are migrating a lambda to the new APPSYNC_JS runtime. The js code looks like: ``` import { util } from '@aws-appsync/utils'; const validation = { "field1": isValidUUID, "field2": isValidEn...
1
answers
0
votes
92
views
asked 2 months ago
Hi! I have a microservice running inside fargate, this is built in my first stack, and then Im passing to my second stack the alb dns name because my lambda function needs to call an endpoint that is...
1
answers
0
votes
75
views
asked 2 months ago
I have an AppSync configured with Lambda authorization and using cache. The key that the cache checks is the API ID and the token. So in my AppSync, I have several operations, and within the token inf...
2
answers
0
votes
128
views
asked 2 months ago
Hello, I'm using NeptuneGraph capability from langchain to connect to our Neptune cluster, seeing the following issue only with out Prod Cluster: {'message': 'Could not get schema for Neptune databas...
2
answers
0
votes
106
views
asked 2 months ago
I would like to run my code using my triggering logic, irrespective of end user request (or response). Any way to do it?
2
answers
0
votes
72
views
asked 2 months ago
Both **SNS** and **SQS** support batching on the input side, but I have not found any evidence that SNS can send messages to subscribed SQS queues in batches. I have one standard SQS queue subscribed...
3
answers
1
votes
146
views
asked 2 months ago
Automate your bidirectional EDI workflows at scale on AWS B2B Data Interchange
A common challenge faced by many AWS users is ensuring the security when dealing with third-party file uploads.
We are trying to deploy a .NET 8 Lambda with AOT support. The Lambda was developed as AWS Serverless Application (AWS .NET Core Web API) . The dotnet command is dotnet publish ******.csproj -c Relea...
0
answers
0
votes
38
views
asked 2 months ago
After deploying the aws power tuning in my account and trying to execute it,The Initializer step fail with the following error ` "cause": { "errorType": "AccessDeniedException", "errorMessag...
2
answers
0
votes
152
views
asked 2 months ago