Questions tagged with AWS Lambda
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.
I have a lambda that needs to be inside a private subnet in the VPC so that it can connect to a Neptune database, but by doing it I can't make a GET request from a Regional API from my API gateway,...
3
answers
0
votes
96
views
asked 9 days agolg...
How to generate multiple images using. Stable Diffusion XL model deployed using SageMaker Jumpstartlg...
Hi,
I have deployed a Stable Diffusion XL 1.0 model on SageMaker using Sagemaker Jumpstart. I have also created a Lambda function to use the endpoint. While testing the Lambda function, the following...
1
answers
0
votes
61
views
asked 9 days agolg...
**Hello!**
I have implemented a websocket server using [this](https://docs.aws.amazon.com/apigateway/latest/developerguide/websocket-api-chat-app.html) tutorial from AWS.
I use the websocket to send...
1
answers
0
votes
84
views
asked 9 days agolg...
Hello everyone, I have set up a rule in EventBridge. When Cloudwatch state become alarm, Lambda will be called to send messages and metrics's image.
I want to know how can I show the anomaly detector...
1
answers
0
votes
37
views
asked 9 days agolg...
How do I send call recordings, transcript, and sentiment analysis from Amazon Connect to Salesforce?lg...
Hi all, I've created an Amazon Connect instance and integrated with a Salesforce instance. I downloaded the Amazon connect lambda package and enabled call recording and transcripts and sentiment...
2
answers
0
votes
56
views
asked 9 days agolg...
I have gone through the [PetStore example in API Gateway](https://docs.aws.amazon.com/apigateway/latest/developerguide/api-gateway-create-api-from-example.html) multiple rounds, it's able to perform...
1
answers
0
votes
60
views
asked 10 days agolg...
I create a Lambda NET 6 and use Github workflow to build and deploy the lambda to AWS. All works fine but my Lambda created with a long name
pm2dictx-app-dev-pm2dicts
but not with a short as in yml...
2
answers
0
votes
89
views
asked 10 days agolg...
Hello,
For the testing purposes I have created a simple lambda function with the following configuration:
- runtime: Python 3.11
- memory: 128 MB
- timeout: 20s
- subnets: us-east-1b, us-east-1a...
1
answers
0
votes
117
views
asked 11 days agolg...
I want to kick YOLO inference on an EC2 GPU instance from a local laptop. Images for the inference are periodically captured by a camera mounted on the robot. I want to perform inference at the time...
1
answers
0
votes
93
views
asked 12 days agolg...
I have a vanity URL that I want to redirect to a specific page in a website(Cloudfront Distribution). I can do a redirect with Masking from GoDaddy but it does not help me with https options for the...
1
answers
0
votes
93
views
asked 12 days agolg...
Hi. I have tried multiple cron jobs including examples from AWS documentation without success. I would like to create a cron expression that runs daily Monday to Friday at 0630 UTC. The one I have...
2
answers
0
votes
124
views
asked 12 days agolg...
Hi there! I have the following Lambda code
```
import json
def router(event):
intent_name = event['sessionState']['intent']['name']
intent = event['sessionState']['intent']['name']
...
0
answers
0
votes
52
views
asked 12 days agolg...