Skip to main content

Questions tagged [amazon-lambda]

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

0 votes
0 answers
109 views

I have a simple personal project I work on from time to time to learn AWS. Recently I received an alert emailk from aws stating that I'm reaching the free tier quota for one or more services with the ...
fudo's user avatar
  • 151
1 vote
1 answer
1k views

The python dependencies for an AWS lambda application have exceeded the 250 MB limit for AWS Lambdas. One of these dependencies is rasterio which depends on gdal. I'm attempting to build a docker ...
AJP's user avatar
  • 195
1 vote
1 answer
165 views

I have a simple Lambda deployed into my VPC that is making a call to an EC2 host in the same VPC (and subnet). They both share an SG and I've used the Reachability Analyzer (from the Lambda ENI to ...
Gandalf's user avatar
  • 73
0 votes
1 answer
979 views

I'm trying to migrate to the AL2 runtime from go1.x to deploy my Lambda functions but I'm having troubles with how to do so. I use the Serverless Framework for deployment in conjunction with make. ...
user3191886's user avatar
0 votes
0 answers
97 views

I am currently working on an application that is dealing with frontmatter markdown files 99% of the time (some things have to communicate with a DB like RDS). Locally, I have a folder that stores all ...
spaceemotion's user avatar
0 votes
1 answer
843 views

I am trying to deploy an image to be run in aws lambda at a scheduled interval. I have built and tested the image using RIE and locally it runs as it should. Next I have pushed the image to aws ecr to ...
ptushev's user avatar
1 vote
1 answer
851 views

Is there an easy way to link AWS Cloudfront authorisation to Google Workspaces? I'm trying to achieve single sign on to a Cloudfront hosted static website such that anyone with a corporate email ...
Philip Couling's user avatar
0 votes
0 answers
164 views

What's the best, simple way of deploying a lot of containers to AWS? It's necessary to be scalable but cheap if a container sees little or no use. I have a method of generating docker containers that ...
Paranoid Altoid's user avatar
0 votes
0 answers
769 views

Ok, previous question about using different lambda versions on different stages here: AWS - lambda versions to different gateway stages? Now I'm trying to put it all together using AWS SAM cli but ...
fudo's user avatar
  • 151
2 votes
1 answer
2k views

Coming from a "classic/standard" development I'm used to have different deployment stages, e.g. staging and production, each one with its application version. AWS Lambda functions and API ...
fudo's user avatar
  • 151
1 vote
1 answer
1k views

I am using AWS and have an api which is called via API gateway which calls a node.js lambda function. Very often but randomly I get 502 responses but when I immediately try again with the exact same ...
PilotPatel's user avatar
0 votes
1 answer
628 views

I have 2 lambda functions wrapped in docker containers and am using docker compose to run them together. One runs on port 9000 the other on port 9001. I am trying to use nginx to allow them to both ...
Anthony Marino's user avatar
0 votes
0 answers
744 views

Because of Lambda’s ZIP deployment size limitation I’m changing the way I deploy my Lambda functions to use container image. The deployed function is located within a VPC, so I have a NAT gateway ...
Amer Sawan's user avatar
0 votes
1 answer
1k views

I'm trying to build a PHP8.1.8 lambda layer however i was following https://aws.amazon.com/blogs/apn/aws-lambda-custom-runtime-for-php-a-practical-example/ And just using the correct version, so the ...
Martin Barker's user avatar
0 votes
1 answer
2k views

I'm trying to use AWS SAM / Serverless application Model to deploy a combination of Python and native libraries to Lambda as a layer, for use from a Python Lambda function. I'd appreciate some help ...
Tim's user avatar
  • 34k

15 30 50 per page
1
2 3 4 5
11