Skip to main content
Stack Overflow
  1. About
  2. For Teams
Filter by
Sorted by
Tagged with
2 votes
0 answers
96 views

I am trying to follow the directions from tailscale's site here: https://tailscale.com/kb/1113/aws-lambda so that I can connect from an AWS Lambda to a Tailscale network. Here is docker file: # ---- ...
0 votes
1 answer
45 views

I'm following this tutorial to build a Docker image for an AWS lambda function that runs python 3.11. When I run python lambda_function.py locally, it can successfully run from algorithm import foo as ...
0 votes
0 answers
579 views

I am creating a dockerfile for my nodejs code to deploy on AWS lambda function using docker containers. I am using node:20-alpine base image but not able to install aws-lambda-ric. this is my ...
0 votes
1 answer
134 views

I created a very simple nodejs application. import express from 'express'; const app = express(); const PORT = 3712; // Middleware to parse JSON bodies app.use(express.json()); ...
1 vote
1 answer
202 views

When executing the sam build command, SAM generates a Docker container, but the process extends for 2-3 hours without completion. However, upon removing snowflake-sqlalchemy from the requirements.txt ...
0 votes
0 answers
789 views

I am trying to run a python script using Selenium in my AWS lambda but it's returning the below error: File "/var/lang/lib/python3.11/site-packages/webdriver_manager/core/driver.py", line ...
0 votes
1 answer
454 views

I am using docker images for my lambda functions as our API with API GateWay. I read a bit about the execution context being persisted across lambda invocations assuming it doesn't go down after ...
1 vote
0 answers
446 views

I want to create lambda function from docker container. I know AWS provides base images for lambda function such as python:3.7, python:38, etc. But for some dependency reason I have to use python:3.8....
1 vote
0 answers
172 views

I have been working on creating a custom image to use with my Lambda. I have a working Docker image that runs as expected on Fargate. To make the same image run on Lambda I install "awslambdaric&...
1 vote
1 answer
889 views

My goal is to build a docker image with certbot installed and use that as the container image for my AWS Lambda function. I am able to build the image successfully with docker and get it running ...
-1 votes
1 answer
1k views

I have an AWS Lambda function that runs a Docker image I create in Azure Devops. My Azure DevOps Pipeline contains a Docker build task, and then an ECRPushImage task to push that image to AWS. ...
0 votes
1 answer
57 views

I am using the aws provided docker file to build a SAM template. The sam build and deploy works as expected, however when calling the endpoint I get Internal Server Error with /bin/sh: ./lambda-...
2 votes
0 answers
870 views

I am running a lambda container function. The lambda function is configured with 10240MB of memory. On execution of the lambda, my container is being killed with a SIGSEGV error, meaning it has run ...
0 votes
2 answers
102 views

I have two lambda function and both written in Java. Assume A & B.. When A function got successfully executed then I want B function to be executed after 24 hours. Is it possible to achieve? If ...
0 votes
1 answer
102 views

I've a lambda function which uses container image(Docker) and the main function is written in bash. I am facing issue in my conditional logic: if [[ $cur_cert == *"ca-cert"* ]]; then ...
Sumit's user avatar
  • 320

15 30 50 per page
1
2 3

AltStyle によって変換されたページ (->オリジナル) /