This is a quite basic question, but I was unable to find it out: How can I call a lambda via https without using an EC2 instance or something similar which has
I have a Lambda Nodejs function behind an API Gateway which successfully returns a Presigned URL: const AWS = require('aws-sdk'); const S3 = new AWS.S3({ api
I want to download a file from the internet to AWS S3 using AWS lambda with python code. How can I do it?
I'm grabbing some zip files from an S3 bucket and then converting them to gzip. The zipped files are about 130 megs. When uncompressed they are about 2 Gigs s
I have to run pdf2image on my Python Lambda Function in AWS, but it requires poppler and poppler-utils to be installed on the machine. I have tried to search
I have a lambda function runs on Python 3.7 with architecture x86_64 before. Now I would like to migrate it to arm64 to use the Graviton processor and upgrade t
From the doc, I can deploy a function like this serverless deploy function -f functionName https://www.serverless.com/framework/docs/providers/aws/cli-refer
So i have a Custom Domain Name setup for api gateway linked to a lambda function. I have it working fine if i do https://api_domain.com/something the behavior i
I have API Gateway as a trigger to my lambda function. Whenever my lambda raises an exception, it gets matched with the pattern configured in Integration Respon
Trying my hands on with aws. I have done following. Created a dynamodb table. Created Chalice app to access the data through api. Created a Angular6 applicat
I´ve been using AWS API Gateway for quite a long time, and last month I started using it by calling my C# ASPNET inside a Lambda function throught a proxy
I am new to AWS Lambda, Amazon DynamoDB and serverless. I have one user table want to do like this. I want to fetch records pagination wise in each page fetch 1
I am trying to run npm install from inside AWS Lambda. But I'm getting the below error. Setting --prefix to "/tmp" doesn't work either. { Error: Command fai
I'll summarize my issue. I have a solution containing multiple .NET lambdas (3.1) which I deploy using serverless, all of which work just fine in the old archit
I'm working on a solution where I have a SQS queue with Lambda trigger. My understanding is Lambda will receive messages in batches to be processed, and once La
I have written following Hello World Lambda which I am executing by uploading on AWS via AWS toolkit for Eclipse. public class HelloWorldLambdaHandler implemen
I have tried to send POST requests to my slack channel using webhooks to no avail. It always returns a bad request no matter what I do. Is there a way to send
I am trying to deploy lambda functions using serverless, and every time I redeploy I have to re-enable my WAF manually. How can I enable the WAF in my serverles
I am wanting to update an Environment Variable from an AWS Lambda function. I have tried this code: import os def lambda_handler(event, context): call =
In the documentation of chalice one can see an example of a configuration of a lambda function on aws provisioned by chalice. The idea is that you can define