- Questions
- Knowledge Center
- Articles
Questions tagged with AWS Lambda
Content language: English
Sort by most recent
Hi all,
I've tried following on from a few different tutorials online regarding a task I want to complete, which is having any emails sent to my custom domain forward to a third-party email address....
I have 2 streams and I am using analytics Zeppelin notebook to merge the 2 streams but in the future, i will be using more streams I want to know if it's possible to scale everything so it...
I am using the AWS .Net SDK to access DynamoDB in my alexa lambda function.
Frequently, (about an hour every day), I get a query timed out error. This is a query that runs every minute from...
I've tried following multiple tutorials and some articles on aws re:Post to no avail.
I set up a Rest API with resource, 'ANY' method and stage. The Lambda function was tested and the API method GET (integration request type: Lambda_proxy) , and they both returned the list i need...
I am trying to get the column and rows for customers from an AWS Pinpoint segment. To do so I used the boto3 SDK. Its my understanding from the docs that the get_segment method will contain the data...
Hello Developers,
I have created a lambda function to query my **S3** data using **Athena** and it is working locally fine but once I pushed it to production I am getting the following error.
> {
...
Trying to get the new lambda response streaming example setup.
Link: https://aws.amazon.com/about-aws/whats-new/2023/04/aws-lambda-response-payload-streaming/
Link:...
Building a lambda that fetches the agent details like Agent Name, Id for any particular contact ID in Amazon Connect using the aws-sdk-javascript
If I have a Lambda that's set up to ingest CloudWatch logs from a particular log group, I can add a trigger via the UI and it will be listed along with that Lambda under "Configuration" > "Triggers"....
I'm working within a decently large system and I ran into an issue trying to set up a Lambda that ingests logs from various CloudWatch log groups. (Resource names below slightly changed.)
One of the...
Hello,
The AWS Secrets Manager pricing page says that it costs 0.05$ per 10000 API calls. Does this apply to all operations on Secrets Manager ? I have a Lambda function that needs to do the...