I am using "serverless": "^2.43.1". I am following official docs from: https://www.serverless.com/examples/aws-node-scheduled-cron but.. this does not seems to
I am trying to create an external function in Athena using AWS Lambda function. I am able to do so and query successfully using Athena query editor. Code is bel
I am using the AWS Lambda Jenkins plugin. Using the AWS Lambda deployment build step works fine initially for deploying the lambda. However on subsequent calls
I am using the AWS Lambda Jenkins plugin. Using the AWS Lambda deployment build step works fine initially for deploying the lambda. However on subsequent calls
When running aws lambda update-function-code --function-name my-function --zip-file fileb://my-zip-file.zip" it opens an editor with the details upon completio
I am facing issues playing audio files from my s3 bucket. I was wondering if I set up the cross origin resource policy poorly. Here is my server.js file: app.us
I work with Amplify/graphQl transformer V2, I try to do the same things like the official documentation of Amplify : https://docs.amplify.aws/cli/graphql/data-m
I have created an AWS lambda with C# .net core 3.1. This lambda takes a json object as input and one of the property names of the json object is a datetime. Loo
I recently added a Lambda Layer to one of my work projects and while it's been a huge success in almost every way, I'm having issues running my tests now. This
I have an AWS lambda program that is getting this warning in logs: /var/task/requests/init.py:89: RequestsDependencyWarning: urllib3 (1.26.6) or chardet (3.0.4
I am modifying a CDK pipeline that works. I am adding a lambda, and when this code modification is made, the pipeline fails with an error. import * as cdk from
I have installed some python libraries ands added them to a layer of a function. I have got the error which said "errorMessage": "No module named 'psycopg2'" So
My requirement is to send data received in Lambda from DynamoDB to Azure Queue in node.js. Steps taken - AWS Side 1. Created DDB Table 2. Added Stream and
I'm trying to setup an EventBridge Scheduled Event for my Lambda Function using the SAM CLI. My desired cron expression is: cron(0 0 * * ? *) My template.yml f
I have configured a lambda function as EventBridge rule target and I have configured a Dead Letter Queue on the EventBridge rule to capture exceptions. Now, if
I am trying to build a newsletter service. In the newsletter service, a user can decide at what time he/she should receive the email daily. I am trying to achie
I want to deploy working python project in pycharm to aws lambda. The project is using google-ads library to get some report data from google ads. I tried deplo
I have approximately 13 Lambda functions with triggers on python 2.7 runtime environments. I need to update to 3.6 What is the most efficient way to do this? Do
Hi I am trying to call one intent on fullfillment of another intent. I trying to use 2 approached i.e. confirm_intent and elicite_slot. But i am getting "An err
I've been using AWS Lambda and testing with SAM local for nearly a year with no major issues. However, I've written a Lambda function which modifies some files