Top "Aws-lambda" questions

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

The role defined for the function cannot be assumed by Lambda

I'm getting the error "The role defined for the function cannot be assumed by Lambda" when I'm trying to create …

python amazon-web-services boto aws-sdk aws-lambda
Can bash script be written inside a AWS Lambda function

Can I write a bash script inside a Lambda function? I read in the aws docs that it can execute …

bash amazon-web-services aws-lambda
Can't get AWS Lambda function to log (text output) to CloudWatch

I'm trying to set up a Lambda function that will process a file when it's uploaded to an S3 bucket. …

amazon-web-services aws-lambda amazon-cloudwatch
Allow AWS Lambda to access RDS Database

I am trying to connect to RDS Database from an AWS Lambda (Java). Which IP should I enable from the …

amazon-web-services aws-lambda amazon-vpc aws-security-group
AWS Lambda Error: "Cannot find module '/var/task/index'"

Node.js Alexa Task Issue I'm currently coding a Node.js Alexa Task via AWS Lambda, and I have been …

javascript node.js amazon-web-services request aws-lambda
API Gateway - Post multipart\form-data

Seems my question maybe a little similar to this one. I have an API within my API Gateway and am …

amazon-web-services aws-lambda aws-api-gateway
How to process SQS queue with lambda function (not via scheduled events)?

Here is the simplified scheme I am trying to make work: http requests --> (Gateway API + lambda A) --&…

amazon-web-services aws-lambda amazon-sqs
Access Denied using boto3 through aws Lambda

I use the data processing pipeline constructed of S3 + SNS + Lambda becasue S3 can not send notificaiton out of its …

amazon-web-services amazon-s3 amazon-iam aws-lambda boto3
Is it possible to use Socket.io with AWS Lambda?

Is it possible to build a function in AWS Lambda that creates a websocket and send data to subscribed applications? …

ios sockets amazon-web-services socket.io aws-lambda
Formatting DynamoDB data to normal JSON in AWS Lambda

I'm using AWS Lambda to scan data from a DynamoDB table. This is what I get in return: { "videos": [ { "file": { "…

json amazon-web-services amazon-dynamodb aws-lambda