Questions tagged [amazon-lambda]

This tag is for questions about Amazon Web Services' "Lambda".

AWS Lambda lets you run code on the Amazon cloud without provisioning or managing servers. Lambda takes care of everything required to run and scale your uploaded code with high availability. You can set up your code to automatically trigger from other AWS services or call it directly from any web or mobile app, and pay only for the compute time used.

154 questions
0
votes
0 answers

Can't connect to a public accessible AWS RDS

I was running a serverless web application on a lambda inside a VPC, and connecting to a Aurora-MySQL RDS instance, with inbound rules to allow traffic from the security group of the lambda The connection was working fine, however, quite often the…
dfranca
  • 135
  • 8
-1
votes
1 answer

AWS Lowest latency infrastructure

I'd like to setup the most correct and lowest latency infrastructure for AWS. I would like to serve static Javascript files over CloudFront, and on top of that - a call to a dynamic server that will return an invocation to a Javascript function that…
-1
votes
1 answer

How to add IP to in existing inbound rule in a security group of Amazon EC2?

I am using Amazon API via a Lambda function to allow my teammates access my server. Using post method I am invoking this lambda function to add teammate's IPs in inbound rule. I want to add IPs to an existing rule like this add IPs in single rule…
zamp
  • 1
  • 1
-2
votes
1 answer

How does efs pricing works lambda?

Does the pricing only applicable for storage or there are also other charges associated wit it? for eg: if a lambda function puts 1Gb/s of file on efs via a private vpc then how much it will charge for a day? On aws efs pricing page they've…
code0x00
  • 109
  • 2
1 2 3
10
11