Top "Aws-lambda" questions

AWS Lambda is a compute service that lets you run code without the overhead of managing servers.

How to increase the maximum size of the AWS lambda deployment package (RequestEntityTooLargeException)?

I upload my lambda function sources from AWS codebuild. My Python script uses NLTK so it needs a lot of …

amazon-web-services aws-lambda aws-codebuild
Permissions to access ElasticSearch from Lambda?

I'm trying to use Elasticsearch for data storage for a Lambda function connected to Alexa Skills Kit. The Lambda works …

amazon-web-services aws-lambda amazon-elasticsearch
S3 Policy to Allow Lambda

I have the following policy on an S3 bucket created with the AWS policy generator to allow a lambda, running …

amazon-web-services amazon-s3 aws-lambda aws-sdk
Using psycopg2 with Lambda to Update Redshift (Python)

I am attempting to update Redshift from a Lambda function using python. To do this, I am attempting to combine 2 …

python amazon-web-services aws-lambda amazon-redshift aws-sdk
What is the Azure equivalent of AWS Lambda?

At the moment we are running our application on an AWS Beanstalk but are trying to determine the suitablilty of …

azure aws-lambda azure-functions
aws-sam-local environment variables

I am following the readme here: https://github.com/awslabs/aws-sam-local I have a lambda written in python 3.6 and its …

aws-lambda serverless aws-sam-cli
How to pass parameters to serverless invoke local

I'm working on a aws serverless project and need to test the lambda functions locally. I am using serverless invoke …

aws-lambda serverless-framework aws-serverless
AWS Step Function - Wait until an event

I have a use case where I have a AWS Step function that is triggered when a file is uploaded …

aws-lambda aws-step-functions
Is it possible to trigger a lambda on creation from CloudFormation template

I tried creating a set of lambdas using cloudformation. I want the lambdas to get triggered once they are created. …

aws-lambda amazon-cloudformation
AWS Lambda TooManyRequestsException: Rate Exceeded

When attempting to execute an Amazon Web Services (AWS) Lambda function (many times) we were seeing the error: AWS Lambda …

node.js amazon-web-services aws-lambda rate-limiting