feat(serverless-nestjs): added example implementation of nestjs with …
The article "Container Image Support for AWS Lambda" on the Serverless Framework blog introduces the ability to use container images with AWS Lambda, allowing developers to have full control over the execution environment and access to custom runtimes and libraries.
This PR adds a basic example of using the aws-lambda-web-adapter package with the NestJS framework, and the Serverless Framework version 3.
Could you move this under "examples/sls" directory? I want to separate examples using different IaC tools.
@bnusunny sorry, I just realized your comment.
so the files need to be located under /examples/sls or /examples/sls/serverless-nestjs?
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 and this files.
Thanks for the contribution! @qutek