Fabio Reis

Results 9 comments of Fabio Reis

Maintainers should maintain or at least support the code. To be honest, this and other repositories created by AWS are completely abandoned. Some issues will break this repository and will...

I did some research on this, and apparently, the issue is that fastify uses middie to support middlewares, and instead of using the express request object, it uses the req.raw...

I also had the same problem but i don't understand how the NO_PREBUILT_LAMBDA env solves the problem if the current code already build the docker image in case the download...

I can also confirm that by downgrading and fixing the version to 3.0.23 i was able to download the prebuilt lambda without problems

I found the problem and it can be reproduced after the second deployment, after your bootstrap file has been created. 1 - download your dependencies (node_modules) using the version 3.0.24...

The file is not created when the docker image is built but when we try to download the bootstrap artifacts in the pipeline code below. That's why when using NO_PREBUILT_LAMBDA...

I also had the same problem and I had to change the version manually in my projects. I also agree with changing the dependency to peerDependencies, and devDependencies only. Even...

same problem with nodejs... I think there is a problem with the the cdk Lambda constructor when bundling with docker... I was able to work around it by installing esbuild...