Are there any know issues with the "aws-lambda" preset?
I 'am currently migrating an SPA with SSR to @tanstack/start. The app is deployed on AWS Lambda, so I was wondering if there are any known issues because of the warning.
c_oku6zv.mjs and cannot find it.cp .vinxi/build/server/_server/*.mjs .output/server/chunks/build, but this will fail if there are name clashes.nx run-many --target=test:e2e --parallel=false all test succeed. But when I run nx run-many --target=test:e2e, we get the "net::ERR_CONNECTION_REFUSED " errors.
.output/server in the CDK like this:.output/public to S3 and create behaviours for the folders and files in CloudFront. The default behaviour points to an apigateway that proxies everything to the lambda./filename for files and /foldername/* for folders. See CDK docs for CloudFront https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_cloudfront-readme.htmlc_oku6zv.mjscp .vinxi/build/server/_server/*.mjs .output/server/chunks/buildnx run-many --target=test:e2e --parallel=falsenx run-many --target=test:e2e const code = Code.fromAsset(
path.join(
'.output',
'server',
),
{
followSymlinks: SymlinkFollowMode.ALWAYS,
},
);/filename/foldername/*