Harold Sun
Harold Sun
Yes, download both the code and the sam template. If a SAM template already exists in the project, please add the function configuration to the template.
I get it working by adding a config class to add resources hanlders. And I'm using REST API with lambda proxy integration enabled. ```java @Configuration @EnableWebMvc public class WebConfig implements...
Could you move this under "examples/sls" directory? I want to separate examples using different IaC tools.
Please put this example into `/examples/sls/nextjs` directory. In addition, you need to redirect nextjs cache directory under `/tmp`. This enables people to use nextjs cache. Take a look at [this](https://github.com/awslabs/aws-lambda-web-adapter/blob/main/examples/nextjs/app/Dockerfile)...
Thanks for the contribution! @qutek
Thanks for raising this issue. We will update the README with the structure of Lambda Context Objects. It has a different structure depending on the event trigger.
Could you share minimum code that can reproduce this issue? And what is the trigger for the Lambda function?
`IncompleteMessage` errors usually mean your web app drops the connection. Does the app crash?
That'll be great! We could probably also try using AI Agents to help with documentation.
This is most likely caused by AVX support. You can compile local-ai on this machine to get a version optimized for it.