Dorian Mazur
Dorian Mazur
There are some issues on ubuntu: ``` × 19 Apr 2024 19:54:44,280 [INFO] (rapid) INIT START(type: on-demand, phase: init) 19 Apr 2024 19:54:44,280 [INFO] (rapid) The extension's directory "/opt/extensions" does...
Okay, it should be fixed now. I will wait for tests and probably merge it. Thank you @BenjaminBergerM
Hey @davidjb Can you create tests that will test if go module vendoring works correctly?
@celadari @PierrickI3 @jdhrivas #1639 already fixes that. I even tested locally scenario described in #1638 We also have integration tests for this. They aren't exactly the same as described here,...
@jeremiahlukus I think that this PR can be closed. serverless-offline already supports ruby 3.2
@heyanlong I don't think this is a right solution. We should take a closer look at why this doesn't work with the `handler` configuration that works on AWS.
What version of serverless-offline are you using? Recently I published new version v13.4.0 -> https://github.com/dherault/serverless-offline/releases/tag/v13.4.0 This version updates all docker images, because https://github.com/lambci/docker-lambda images are deprecated.
@mandarons I've successfully built it locally, but you may be right. I will update this PR with a more suitable image.
I modified Dockerfile and it's working now: ``` dorianmazur@Dorians-MacBook-954 icloud-drive-docker % docker build . [+] Building 0.6s (16/16) FINISHED docker:desktop-linux => [internal] load .dockerignore 0.0s => => transferring context: 229B...
@mandarons I also moved `main.py` outside of src folder, as it should be in the main folder and it was not working when main.py was placed inside the `src` folder.