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

All Content tagged with AWS Lambda

AWS Lambda is a serverless, event-driven compute service that lets you run code for virtually any type of application or backend service without provisioning or managing servers. You can trigger Lambda from over 200 AWS services and software as a service (SaaS) applications, and only pay for what you use.

Content language: English

Select up to 5 tags to filter
Sort by most recent
4360 results
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
A simple question ... I've built a bot and successfully hooked to a lambda during building the bot alias: ``` ... botAliasLocaleSettings { en_GB { codeHookSpecification: { ...
2
answers
0
votes
28
views
asked 16 days ago
I have an API running on API Gateway with a Cognito Authorizer and a Lambda as my backend. The average response time (without cold start) of the API is around 300 - 400ms when I hit it from Postman....
3
answers
0
votes
108
views
asked 17 days ago
Kinesis is owned by account A (live), Lambda by account B (test). Consuming stream from a test function in account B works fine. Resource based policy on Kinesis and Lambda role are correct. Setting ...
1
answers
0
votes
27
views
asked 17 days ago
I have contact flows that handle email conversations using lambda functions(Receiving emails by creating Tasks ), and I can use the Profile Lookup block to retrieve the customer's profile, but it does...
2
answers
0
votes
36
views
asked 18 days ago
Hi community, I have a Lambda function (written with Python - boto3 ) that copies S3 objects to another folder in the same bucket - using s3_client.copy_object() . I want to reorganize the files so I...
1
answers
0
votes
40
views
asked 18 days ago
I would like to use AWS Powertools Parser ZOD in Middy for our SQS queue. However, we are reporting batchItemFailures. As the records enter the lambda one by one and the messageId is also removed from...
1
answers
0
votes
42
views
asked 18 days ago
We've a system set up for creating IVS stage and enabling users to join the stage but we need to monitor who has joined when at server side, I did find that [list-participant-events ](https://docs.aws...
1
answers
0
votes
26
views
asked 18 days ago
Hello AWS Team, We have a cloudwatch alarm breach on an SQS queue for "NumberOfEmptyReceives" metric greater than the threshold limit which was set to 10. We have 3 SQS queues added as triggers to the...
1
answers
0
votes
19
views
asked 18 days ago
Upgrading Secrets Manager Lambda rotation functions from Python 3.7 to 3.9 or above may cause different dependency errors when the code is executed. Different methods may help to resolve the problem.
We've migrated from Greengrass v1 to Greengrass v2 (a long running Lambda has been migrated to the corresponding lambdaFunction) and it all works well. In Greengrass v1, redeploying the Greengrass v1 ...
2
answers
0
votes
46
views
asked 21 days ago
Here is the error message: ``` The image manifest or layer media type for the source image 12345678910.dkr.ecr.us-west-1.amazonaws.com/repo1@sha256:#### is not supported. ``` I have docker desktop ins...
1
answers
0
votes
99
views
asked 21 days ago